NavigationTypeFormSubmitted  336 Source/core/loader/DocumentLoader.cpp     return type == NavigationTypeFormSubmitted || type == NavigationTypeFormResubmitted;
NavigationTypeFormSubmitted   42 Source/core/loader/NavigationAction.cpp         return (isReload || isBackForward) ? NavigationTypeFormResubmitted : NavigationTypeFormSubmitted;
NavigationTypeFormSubmitted   70 Source/core/loader/NavigationAction.cpp     } else if (m_type == NavigationTypeFormSubmitted && event && event->underlyingEvent() && event->underlyingEvent()->isMouseEvent()) {
NavigationTypeFormSubmitted  134 Source/web/WebDataSourceImpl.cpp     case NavigationTypeFormSubmitted: