Home
last modified time | relevance | path

Searched refs:WKSameDocumentNavigationType (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKPageLoadTypes.h49 typedef uint32_t WKSameDocumentNavigationType; typedef
DWKSharedAPICast.h715 inline WKSameDocumentNavigationType toAPI(SameDocumentNavigationType type) in toAPI()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DPageLoadDidChangeLocationWithinPageForFrame.cpp47 static void didSameDocumentNavigationForFrame(WKPageRef, WKFrameRef, WKSameDocumentNavigationType t… in didSameDocumentNavigationForFrame()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h62 …DocumentNavigationForFrame(WKBundlePageRef, WKBundleFrameRef, WKSameDocumentNavigationType, WKType…
83 void didSameDocumentNavigationForFrame(WKBundleFrameRef, WKSameDocumentNavigationType);
DInjectedBundlePage.cpp341 …igationForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKSameDocumentNavigationType type, W… in didSameDocumentNavigationForFrame()
624 …ePage::didSameDocumentNavigationForFrame(WKBundleFrameRef frame, WKSameDocumentNavigationType type) in didSameDocumentNavigationForFrame()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h84 …rFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKSameDocumentNavigationType type, W…
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h60 …NavigationForFrameCallback)(WKPageRef page, WKFrameRef frame, WKSameDocumentNavigationType type, W…
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m287 …eDocumentNavigationForFrame(WKPageRef page, WKFrameRef frame, WKSameDocumentNavigationType type, W…
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1615088 - Add WKSameDocumentNavigationType to didChangeLocationWithinPageForFrame.
15094 Moved WKFrameNavigationType here from WKPage.h and add WKSameDocumentNavigationType.