Home
last modified time | relevance | path

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

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DPageLoadBasic.cpp90 static void decidePolicyForNavigationAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType in decidePolicyForNavigationAction()
101 static void decidePolicyForNewWindowAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType in decidePolicyForNewWindowAction()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKPageLoadTypes.h41 typedef uint32_t WKFrameNavigationType; typedef
DWKSharedAPICast.h687 inline WKFrameNavigationType toAPI(WebCore::NavigationType type) in toAPI()
689 WKFrameNavigationType wkType = kWKFrameNavigationTypeOther; in toAPI()
717 WKFrameNavigationType wkType = kWKSameDocumentNavigationAnchorNavigation; in toAPI()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleNavigationAction.h39 WK_EXPORT WKFrameNavigationType WKBundleNavigationActionGetNavigationType(WKBundleNavigationActionR…
DWKBundleNavigationAction.cpp42 WKFrameNavigationType WKBundleNavigationActionGetNavigationType(WKBundleNavigationActionRef navigat… in WKBundleNavigationActionGetNavigationType()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h108 …icyForNavigationActionCallback)(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigation…
109 …licyForNewWindowActionCallback)(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigation…
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m361 static void decidePolicyForNavigationAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType
367 static void decidePolicyForNewWindowAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1615094 Moved WKFrameNavigationType here from WKPage.h and add WKSameDocumentNavigationType.
15098 Moved WKFrameNavigationType conversion from here.
39670 - Use the new WKFrameNavigationType instead of just uint32_t.
39674 Add conversion method from WebCore::NavigationType to WKFrameNavigationType.
/external/webkit/Tools/
DChangeLog-2011-02-1627906 Update MiniBrowser for WKFrameNavigationType