Home
last modified time | relevance | path

Searched refs:NavigationTypeFormSubmitted (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DNavigationAction.cpp42 … return (isReload || isBackForward) ? NavigationTypeFormResubmitted : NavigationTypeFormSubmitted; in navigationType()
66 …else if (m_type == NavigationTypeFormSubmitted && m_event && m_event->underlyingEvent() && m_event… in NavigationAction()
DFrameLoaderTypes.h54 NavigationTypeFormSubmitted, enumerator
DDocumentLoader.cpp405 return type == NavigationTypeFormSubmitted || type == NavigationTypeFormResubmitted; in isFormSubmission()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDataSourceImpl.cpp149 case NavigationTypeFormSubmitted: in toWebNavigationType()