Home
last modified time | relevance | path

Searched refs:WKBundleNavigationActionRef (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleNavigationAction.h39 …KFrameNavigationType WKBundleNavigationActionGetNavigationType(WKBundleNavigationActionRef navigat…
40 WK_EXPORT WKEventModifiers WKBundleNavigationActionGetEventModifiers(WKBundleNavigationActionRef na…
41 …WKEventMouseButton WKBundleNavigationActionGetEventMouseButton(WKBundleNavigationActionRef navigat…
42 …ndleHitTestResultRef WKBundleNavigationActionCopyHitTestResult(WKBundleNavigationActionRef navigat…
43 WK_EXPORT WKBundleNodeHandleRef WKBundleNavigationActionCopyFormElement(WKBundleNavigationActionRef
DWKBundleNavigationAction.cpp42 WKFrameNavigationType WKBundleNavigationActionGetNavigationType(WKBundleNavigationActionRef navigat… in WKBundleNavigationActionGetNavigationType()
47 WKEventModifiers WKBundleNavigationActionGetEventModifiers(WKBundleNavigationActionRef navigationAc… in WKBundleNavigationActionGetEventModifiers()
52 WKEventMouseButton WKBundleNavigationActionGetEventMouseButton(WKBundleNavigationActionRef navigati… in WKBundleNavigationActionGetEventMouseButton()
57 WKBundleHitTestResultRef WKBundleNavigationActionCopyHitTestResult(WKBundleNavigationActionRef navi… in WKBundleNavigationActionCopyHitTestResult()
63 WKBundleNodeHandleRef WKBundleNavigationActionCopyFormElement(WKBundleNavigationActionRef navigatio… in WKBundleNavigationActionCopyFormElement()
DWKBundleAPICast.h64 WK_ADD_API_MAPPING(WKBundleNavigationActionRef, InjectedBundleNavigationAction) in WK_ADD_API_MAPPING()
DWKBundlePage.h130 …nActionCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigat…
131 …wActionCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigat…
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h98 …dePolicyForNavigationAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLR…
99 …idePolicyForNewWindowAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLR…
102 …dePolicyForNavigationAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLR…
103 …idePolicyForNewWindowAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLR…
DInjectedBundlePage.cpp696 …NavigationAction(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigat… in decidePolicyForNavigationAction()
701 …rNewWindowAction(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigat… in decidePolicyForNewWindowAction()
716 …dePolicyForNavigationAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLR… in decidePolicyForNavigationAction() argument
721 …idePolicyForNewWindowAction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLR… in decidePolicyForNewWindowAction() argument
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h109 typedef const struct OpaqueWKBundleNavigationAction* WKBundleNavigationActionRef; typedef