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

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFormSubmission.h63 static String methodString(Method method) { return method == PostMethod ? "post" : "get"; } function in class:WebCore::FormSubmission::Attributes
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFormControlElement.cpp91 return FormSubmission::Attributes::methodString(FormSubmission::Attributes::parseMethodType(formMethodAttr));
H A DHTMLFormElement.cpp563 return FormSubmission::Attributes::methodString(m_attributes.method());
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.cpp593 WTF::String methodString = static_cast<HTMLFormElement*>(m_element)->method(); local
594 *result = BString(methodString.characters(), methodString.length()).release();

Completed in 141 milliseconds