Searched refs:NavigationTypeFormSubmitted (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoaderTypes.h54 NavigationTypeFormSubmitted, enumerator in enum:blink::NavigationType
H A DNavigationAction.cpp42 return (isReload || isBackForward) ? NavigationTypeFormResubmitted : NavigationTypeFormSubmitted;
70 } else if (m_type == NavigationTypeFormSubmitted && event && event->underlyingEvent() && event->underlyingEvent()->isMouseEvent()) {
H A DDocumentLoader.cpp347 return type == NavigationTypeFormSubmitted || type == NavigationTypeFormResubmitted;
H A DFrameLoader.cpp712 case NavigationTypeFormSubmitted:
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDataSourceImpl.cpp132 case NavigationTypeFormSubmitted:

Completed in 118 milliseconds