Searched defs:FormSubmission (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DFormSubmission.cpp32 #include "FormSubmission.h"
85 void FormSubmission::Attributes::parseAction(const String& action)
91 void FormSubmission::Attributes::parseEncodingType(const String& type)
105 void FormSubmission::Attributes::parseMethodType(const String& type)
108 m_method = FormSubmission::PostMethod;
110 m_method = FormSubmission::GetMethod;
113 void FormSubmission::Attributes::copyFrom(const Attributes& other)
124 inline FormSubmission::FormSubmission(Method method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState> state, PassRefPtr<FormData> data, const String& boundary, bool lockHistory, PassRefPtr<Event> event) function in class:WebCore::FormSubmission
137 PassRefPtr<FormSubmission> FormSubmissio
[all...]
H A DFormSubmission.h46 class FormSubmission : public RefCounted<FormSubmission> { class in namespace:WebCore
88 static PassRefPtr<FormSubmission> create(HTMLFormElement*, const Attributes&, PassRefPtr<Event> event, bool lockHistory, FormSubmissionTrigger);
111 FormSubmission(Method, const KURL& action, const String& target, const String& contentType, PassRefPtr<FormState>, PassRefPtr<FormData>, const String& boundary, bool lockHistory, PassRefPtr<Event>);

Completed in 590 milliseconds