HomeSort by relevance Sort by last modified time
    Searched defs:navigationType (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/loader/
NavigationAction.cpp 37 static NavigationType navigationType(FrameLoadType frameLoadType, bool isFormSubmission, bool haveEvent)
55 NavigationAction::NavigationAction(const KURL& url, NavigationType type)
64 , m_type(navigationType(frameLoadType, isFormSubmission, 0))
68 NavigationAction::NavigationAction(const KURL& url, NavigationType type, PassRefPtr<Event> event)
78 , m_type(navigationType(frameLoadType, isFormSubmission, event))
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleNavigationAction.h 55 WebCore::NavigationType navigationType() const { return m_navigationType; }
66 WebCore::NavigationType m_navigationType;
  /external/webkit/Source/WebKit/chromium/src/
WebDataSourceImpl.cpp 89 WebNavigationType WebDataSourceImpl::navigationType() const
127 WebNavigationType WebDataSourceImpl::toWebNavigationType(NavigationType type)
WebPerformance.cpp 55 WebNavigationType WebPerformance::navigationType() const
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]

Completed in 541 milliseconds