Searched refs:parseMethodType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFormSubmission.h62 static Method parseMethodType(const String&);
H A DFormSubmission.cpp106 FormSubmission::Method FormSubmission::Attributes::parseMethodType(const String& type) function in class:WebCore::FormSubmission::Attributes
113 m_method = parseMethodType(type);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFormControlElement.cpp89 return FormSubmission::Attributes::methodString(FormSubmission::Attributes::parseMethodType(formMethodAttr));

Completed in 175 milliseconds