Home
last modified time | relevance | path

Searched refs:WKBundlePageRef (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h37 InjectedBundlePage(WKBundlePageRef);
40 WKBundlePageRef page() const { return m_page; } in page()
51 …static void didStartProvisionalLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const v…
52 …static void didReceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef, WKBundleFrameRef, …
53 …static void didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef, WKBundleFrameRef, WKErrorRef,…
54 static void didCommitLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
55 static void didFinishLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
56 …static void didFinishDocumentLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const vo…
57 …static void didFailLoadWithErrorForFrame(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*…
58 …static void didReceiveTitleForFrame(WKBundlePageRef, WKStringRef title, WKBundleFrameRef, WKTypeRe…
[all …]
DInjectedBundlePage.cpp95 static string dumpPath(WKBundlePageRef page, WKBundleScriptWorldRef world, WKBundleNodeHandleRef no… in dumpPath()
110 static string toStr(WKBundlePageRef page, WKBundleScriptWorldRef world, WKBundleRangeHandleRef rang… in toStr()
165 InjectedBundlePage::InjectedBundlePage(WKBundlePageRef page) in InjectedBundlePage()
286 void InjectedBundlePage::didStartProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef fra… in didStartProvisionalLoadForFrame()
291 void InjectedBundlePage::didReceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef page, W… in didReceiveServerRedirectForProvisionalLoadForFrame()
296 void InjectedBundlePage::didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFram… in didFailProvisionalLoadWithErrorForFrame()
301 void InjectedBundlePage::didCommitLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didCommitLoadForFrame()
306 void InjectedBundlePage::didFinishLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didFinishLoadForFrame()
311 void InjectedBundlePage::didFinishDocumentLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame… in didFinishDocumentLoadForFrame()
316 void InjectedBundlePage::didFailLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFrameRef frame,… in didFailLoadWithErrorForFrame()
[all …]
DInjectedBundle.h79 static void didCreatePage(WKBundleRef, WKBundlePageRef, const void* clientInfo);
80 static void willDestroyPage(WKBundleRef, WKBundlePageRef, const void* clientInfo);
84 void didCreatePage(WKBundlePageRef);
85 void willDestroyPage(WKBundlePageRef);
DInjectedBundle.cpp57 void InjectedBundle::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo) in didCreatePage()
62 void InjectedBundle::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientIn… in willDestroyPage()
97 void InjectedBundle::didCreatePage(WKBundlePageRef page) in didCreatePage()
102 void InjectedBundle::willDestroyPage(WKBundlePageRef page) in willDestroyPage()
205 Vector<WKBundlePageRef> pagesToClose; in closeOtherPages()
DEventSendingController.cpp115 WKBundlePageRef page = InjectedBundle::shared().page()->page(); in mouseDown()
125 WKBundlePageRef page = InjectedBundle::shared().page()->page(); in mouseUp()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h76 typedef void (*WKBundlePageDidStartProvisionalLoadForFrameCallback)(WKBundlePageRef page, WKBundleF…
77 …undlePageDidReceiveServerRedirectForProvisionalLoadForFrameCallback)(WKBundlePageRef page, WKBundl…
78 typedef void (*WKBundlePageDidFailProvisionalLoadWithErrorForFrameCallback)(WKBundlePageRef page, W…
79 typedef void (*WKBundlePageDidCommitLoadForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef fr…
80 typedef void (*WKBundlePageDidDocumentFinishLoadForFrameCallback)(WKBundlePageRef page, WKBundleFra…
81 typedef void (*WKBundlePageDidFinishLoadForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef fr…
82 typedef void (*WKBundlePageDidFinishDocumentLoadForFrameCallback)(WKBundlePageRef page, WKBundleFra…
83 typedef void (*WKBundlePageDidFailLoadWithErrorForFrameCallback)(WKBundlePageRef page, WKBundleFram…
84 typedef void (*WKBundlePageDidSameDocumentNavigationForFrameCallback)(WKBundlePageRef page, WKBundl…
85 typedef void (*WKBundlePageDidReceiveTitleForFrameCallback)(WKBundlePageRef page, WKStringRef title…
[all …]
DWKBundlePage.cpp49 void WKBundlePageSetContextMenuClient(WKBundlePageRef pageRef, WKBundlePageContextMenuClient* wkCli… in WKBundlePageSetContextMenuClient()
56 void WKBundlePageSetEditorClient(WKBundlePageRef pageRef, WKBundlePageEditorClient* wkClient) in WKBundlePageSetEditorClient()
63 void WKBundlePageSetFormClient(WKBundlePageRef pageRef, WKBundlePageFormClient* wkClient) in WKBundlePageSetFormClient()
70 void WKBundlePageSetPageLoaderClient(WKBundlePageRef pageRef, WKBundlePageLoaderClient* wkClient) in WKBundlePageSetPageLoaderClient()
77 void WKBundlePageSetResourceLoadClient(WKBundlePageRef pageRef, WKBundlePageResourceLoadClient* wkC… in WKBundlePageSetResourceLoadClient()
84 void WKBundlePageSetPolicyClient(WKBundlePageRef pageRef, WKBundlePagePolicyClient* wkClient) in WKBundlePageSetPolicyClient()
91 void WKBundlePageSetUIClient(WKBundlePageRef pageRef, WKBundlePageUIClient* wkClient) in WKBundlePageSetUIClient()
98 void WKBundlePageSetFullScreenClient(WKBundlePageRef pageRef, WKBundlePageFullScreenClient* wkClien… in WKBundlePageSetFullScreenClient()
107 void WKBundlePageWillEnterFullScreen(WKBundlePageRef pageRef) in WKBundlePageWillEnterFullScreen()
114 void WKBundlePageDidEnterFullScreen(WKBundlePageRef pageRef) in WKBundlePageDidEnterFullScreen()
[all …]
DWKBundlePagePrivate.h35 WK_EXPORT void WKBundlePageStopLoading(WKBundlePageRef page);
36 WK_EXPORT void WKBundlePageSetDefersLoading(WKBundlePageRef page, bool defersLoading);
37 WK_EXPORT bool WKBundlePageIsEditingCommandEnabled(WKBundlePageRef page, WKStringRef commandName);
38 WK_EXPORT void WKBundlePageClearMainFrameName(WKBundlePageRef page);
39 WK_EXPORT void WKBundlePageClose(WKBundlePageRef page);
40 WK_EXPORT WKStringRef WKBundlePageCopyRenderTreeExternalRepresentation(WKBundlePageRef page);
41 WK_EXPORT void WKBundlePageExecuteEditingCommand(WKBundlePageRef page, WKStringRef commandName, WKS…
43 WK_EXPORT double WKBundlePageGetTextZoomFactor(WKBundlePageRef page);
44 WK_EXPORT void WKBundlePageSetTextZoomFactor(WKBundlePageRef page, double zoomFactor);
45 WK_EXPORT double WKBundlePageGetPageZoomFactor(WKBundlePageRef page);
[all …]
DWKBundle.h37 typedef void (*WKBundleDidCreatePageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void*…
38 typedef void (*WKBundleWillDestroyPageCallback)(WKBundleRef bundle, WKBundlePageRef page, const voi…
DWKBundlePageOverlay.h44 …geOverlayWillMoveToPageCallback)(WKBundlePageOverlayRef pageOverlay, WKBundlePageRef page, const v…
45 …ageOverlayDidMoveToPageCallback)(WKBundlePageOverlayRef pageOverlay, WKBundlePageRef page, const v…
DWKBundleFrame.h57 WK_EXPORT WKBundlePageRef WKBundleFrameGetPage(WKBundleFrameRef frame);
DWKBundleAPICast.h68 WK_ADD_API_MAPPING(WKBundlePageRef, WebPage) in WK_ADD_API_MAPPING()
DWKBundleFrame.cpp162 WKBundlePageRef WKBundleFrameGetPage(WKBundleFrameRef frameRef) in WKBundleFrameGetPage()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DHitTestResultNodeHandle_Bundle.cpp43 …static void getContextMenuFromDefaultMenu(WKBundlePageRef page, WKBundleHitTestResultRef hitTestRe… in getContextMenuFromDefaultMenu()
52 virtual void didCreatePage(WKBundleRef bundle, WKBundlePageRef page) in didCreatePage()
DInjectedBundleBasic_Bundle.cpp39 virtual void didCreatePage(WKBundleRef bundle, WKBundlePageRef page) in didCreatePage()
/external/webkit/Tools/TestWebKitAPI/
DInjectedBundleController.h55 static void didCreatePage(WKBundleRef, WKBundlePageRef, const void* clientInfo);
56 static void willDestroyPage(WKBundleRef, WKBundlePageRef, const void* clientInfo);
DInjectedBundleTest.h39 virtual void didCreatePage(WKBundleRef, WKBundlePageRef) { } in didCreatePage() argument
40 virtual void willDestroyPage(WKBundleRef, WKBundlePageRef) { } in willDestroyPage() argument
DInjectedBundleController.cpp73 void InjectedBundleController::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* … in didCreatePage()
80 void InjectedBundleController::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void… in willDestroyPage()
/external/webkit/Tools/MiniBrowser/mac/WebBundle/
DWebBundleMain.m40 void didClearWindowObjectForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleScriptWorld…
59 void didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo)
70 void willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo)
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h111 typedef const struct OpaqueWKBundlePage* WKBundlePageRef; typedef