Home
last modified time | relevance | path

Searched refs:FormState (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DFormState.cpp37 inline FormState::FormState(HTMLFormElement& form, FormSubmissionTrigger formSubmissionTrigger) in FormState() function in WebCore::FormState
44 PassRefPtrWillBeRawPtr<FormState> FormState::create(HTMLFormElement& form, FormSubmissionTrigger fo… in create()
46 return adoptRefWillBeNoop(new FormState(form, formSubmissionTrigger)); in create()
49 void FormState::trace(Visitor* visitor) in trace()
DFormState.h46 class FormState FINAL : public RefCountedWillBeGarbageCollected<FormState> {
48 static PassRefPtrWillBeRawPtr<FormState> create(HTMLFormElement&, FormSubmissionTrigger);
56 FormState(HTMLFormElement&, FormSubmissionTrigger);
DFrameLoadRequest.h98 FormState* formState() const { return m_formState.get(); } in formState()
99 void setFormState(PassRefPtrWillBeRawPtr<FormState> formState) { m_formState = formState; } in setFormState()
112 RefPtrWillBeMember<FormState> m_formState;
DFormSubmission.h107 FormState* state() const { return m_formState.get(); } in state()
117 …String& target, const AtomicString& contentType, PassRefPtrWillBeRawPtr<FormState>, PassRefPtr<For…
126 RefPtrWillBeMember<FormState> m_formState;
DFrameLoader.h57 class FormState; variable
214 …loadWithNavigationAction(const NavigationAction&, FrameLoadType, PassRefPtrWillBeRawPtr<FormState>,
DFormSubmission.cpp146 …String& target, const AtomicString& contentType, PassRefPtrWillBeRawPtr<FormState> state, PassRefP… in FormSubmission()
246 …copiedAttributes.method(), actionURL, targetOrBaseTarget, encodingType, FormState::create(*form, t… in create()
DDocumentLoader.h60 class FormState; variable
DFrameLoader.cpp1285 …st NavigationAction& action, FrameLoadType type, PassRefPtrWillBeRawPtr<FormState> formState, cons… in loadWithNavigationAction()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm64.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.linux-mips.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.darwin-arm64.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.darwin-x86.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.darwin-mips.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.linux-x86_64.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.linux-x86.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.linux-arm.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dwebcore_remaining.target.darwin-arm.mk452 third_party/WebKit/Source/core/loader/FormState.cpp \
Dcore.gypi1350 'loader/FormState.cpp',