OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NavigationTypeFormSubmitted
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderTypes.h
54
NavigationTypeFormSubmitted
,
NavigationAction.cpp
42
return (isReload || isBackForward) ? NavigationTypeFormResubmitted :
NavigationTypeFormSubmitted
;
66
else if (m_type ==
NavigationTypeFormSubmitted
&& m_event && m_event->underlyingEvent() && m_event->underlyingEvent()->isMouseEvent())
DocumentLoader.cpp
405
return type ==
NavigationTypeFormSubmitted
|| type == NavigationTypeFormResubmitted;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebDataSourceImpl.cpp
149
case
NavigationTypeFormSubmitted
:
Completed in 32 milliseconds