GetMethod         371 Source/core/html/HTMLFormElement.cpp     ASSERT(submission->method() == FormSubmission::PostMethod || submission->method() == FormSubmission::GetMethod);
GetMethod         113 Source/core/loader/FormSubmission.cpp     return FormSubmission::GetMethod;
GetMethod         124 Source/core/loader/FormSubmission.cpp     case GetMethod:
GetMethod         235 Source/core/loader/FormSubmission.cpp         formData = domFormData->createFormData(domFormData->encoding(), attributes.method() == GetMethod ? FormData::FormURLEncoded : FormData::parseEncodingType(encodingType));
GetMethod          59 Source/core/loader/FormSubmission.h             : m_method(GetMethod)