Home
last modified time | relevance | path

Searched refs:NavigationTypeOther (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/loader/
DNavigationAction.cpp47 return NavigationTypeOther; in navigationType()
51 : m_type(NavigationTypeOther) in NavigationAction()
DFrameLoaderTypes.h69 NavigationTypeOther enumerator
DPolicyChecker.cpp61 action = NavigationAction(request.url(), NavigationTypeOther); in checkNavigationPolicy()
DFrameLoader.cpp1445 …policyChecker()->checkNewWindowPolicy(NavigationAction(request.url(), NavigationTypeOther), FrameL… in load()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DAssertMatchingEnums.cpp44 COMPILE_ASSERT_MATCHING_ENUM(WEBKIT_WEB_NAVIGATION_REASON_OTHER, NavigationTypeOther);
/external/webkit/Source/WebKit/chromium/src/
DWebDataSourceImpl.cpp140 case NavigationTypeOther: in toWebNavigationType()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h91 NavigationTypeOther enumerator
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h707 case WebCore::NavigationTypeOther: in toAPI()
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.cpp346 case NavigationTypeOther: in acceptNavigationRequest()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp200 case NavigationTypeOther: in navigationTypeToString()