Searched refs:methodString (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFormSubmission.h64 static String methodString(Method method) { return method == PostMethod ? "post" : "get"; } function in class:WebCore::FormSubmission::Attributes
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFormControlElement.cpp89 return FormSubmission::Attributes::methodString(FormSubmission::Attributes::parseMethodType(formMethodAttr));
H A DHTMLFormElement.cpp608 return FormSubmission::Attributes::methodString(m_attributes.method());
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMHTMLClasses.cpp593 WTF::String methodString = toHTMLFormElement(m_element)->method(); local
594 *result = BString(methodString).release();

Completed in 143 milliseconds