Home
last modified time | relevance | path

Searched refs:PostMethod (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/
DFormSubmission.cpp108 m_method = FormSubmission::PostMethod; in parseMethodType()
165 if (copiedAttributes.method() == PostMethod) { in create()
200 if (copiedAttributes.method() == PostMethod && isMailtoForm) { in create()
215 if (m_method == FormSubmission::PostMethod) in requestURL()
231 if (m_method == FormSubmission::PostMethod) { in populateFrameLoadRequest()
DFormSubmission.h48 enum Method { GetMethod, PostMethod }; enumerator
DFrameLoader.cpp311 …ASSERT(submission->method() == FormSubmission::PostMethod || submission->method() == FormSubmissio… in submitForm()
/external/webkit/Source/WebCore/wml/
DWMLGoElement.cpp136 if (m_formAttributes.method() == FormSubmission::PostMethod) in executeTask()