/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.h | 37 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 …]
|
D | InjectedBundlePage.cpp | 95 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 …]
|
D | InjectedBundle.h | 79 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);
|
D | InjectedBundle.cpp | 57 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()
|
D | EventSendingController.cpp | 115 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/ |
D | WKBundlePage.h | 76 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 …]
|
D | WKBundlePage.cpp | 49 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 …]
|
D | WKBundlePagePrivate.h | 35 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 …]
|
D | WKBundle.h | 37 typedef void (*WKBundleDidCreatePageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void*… 38 typedef void (*WKBundleWillDestroyPageCallback)(WKBundleRef bundle, WKBundlePageRef page, const voi…
|
D | WKBundlePageOverlay.h | 44 …geOverlayWillMoveToPageCallback)(WKBundlePageOverlayRef pageOverlay, WKBundlePageRef page, const v… 45 …ageOverlayDidMoveToPageCallback)(WKBundlePageOverlayRef pageOverlay, WKBundlePageRef page, const v…
|
D | WKBundleFrame.h | 57 WK_EXPORT WKBundlePageRef WKBundleFrameGetPage(WKBundleFrameRef frame);
|
D | WKBundleAPICast.h | 68 WK_ADD_API_MAPPING(WKBundlePageRef, WebPage) in WK_ADD_API_MAPPING()
|
D | WKBundleFrame.cpp | 162 WKBundlePageRef WKBundleFrameGetPage(WKBundleFrameRef frameRef) in WKBundleFrameGetPage()
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | HitTestResultNodeHandle_Bundle.cpp | 43 …static void getContextMenuFromDefaultMenu(WKBundlePageRef page, WKBundleHitTestResultRef hitTestRe… in getContextMenuFromDefaultMenu() 52 virtual void didCreatePage(WKBundleRef bundle, WKBundlePageRef page) in didCreatePage()
|
D | InjectedBundleBasic_Bundle.cpp | 39 virtual void didCreatePage(WKBundleRef bundle, WKBundlePageRef page) in didCreatePage()
|
/external/webkit/Tools/TestWebKitAPI/ |
D | InjectedBundleController.h | 55 static void didCreatePage(WKBundleRef, WKBundlePageRef, const void* clientInfo); 56 static void willDestroyPage(WKBundleRef, WKBundlePageRef, const void* clientInfo);
|
D | InjectedBundleTest.h | 39 virtual void didCreatePage(WKBundleRef, WKBundlePageRef) { } in didCreatePage() argument 40 virtual void willDestroyPage(WKBundleRef, WKBundlePageRef) { } in willDestroyPage() argument
|
D | InjectedBundleController.cpp | 73 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/ |
D | WebBundleMain.m | 40 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/ |
D | WKBase.h | 111 typedef const struct OpaqueWKBundlePage* WKBundlePageRef; typedef
|