Searched refs:parseMethodType (Results 1 – 3 of 3) sorted by relevance
104 FormSubmission::Method FormSubmission::Attributes::parseMethodType(const String& type) in parseMethodType() function in WebCore::FormSubmission::Attributes115 m_method = parseMethodType(type); in updateMethodType()
64 static Method parseMethodType(const String&);
91 …return FormSubmission::Attributes::methodString(FormSubmission::Attributes::parseMethodType(formMe… in formMethod()