Home
last modified time | relevance | path

Searched defs:pageRef (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp48 WKContextRef WKPageGetContext(WKPageRef pageRef) in WKPageGetContext()
53 WKPageGroupRef WKPageGetPageGroup(WKPageRef pageRef) in WKPageGetPageGroup()
58 void WKPageLoadURL(WKPageRef pageRef, WKURLRef URLRef) in WKPageLoadURL()
63 void WKPageLoadURLRequest(WKPageRef pageRef, WKURLRequestRef urlRequestRef) in WKPageLoadURLRequest()
68 void WKPageLoadHTMLString(WKPageRef pageRef, WKStringRef htmlStringRef, WKURLRef baseURLRef) in WKPageLoadHTMLString()
73 void WKPageLoadAlternateHTMLString(WKPageRef pageRef, WKStringRef htmlStringRef, WKURLRef baseURLRe… in WKPageLoadAlternateHTMLString()
78 void WKPageLoadPlainTextString(WKPageRef pageRef, WKStringRef plainTextStringRef) in WKPageLoadPlainTextString()
83 void WKPageStopLoading(WKPageRef pageRef) in WKPageStopLoading()
88 void WKPageReload(WKPageRef pageRef) in WKPageReload()
93 void WKPageReloadFromOrigin(WKPageRef pageRef) in WKPageReloadFromOrigin()
[all …]
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
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 …]
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqgraphicswkview.cpp51 WKPageRef pageRef() const { return page->pageRef(); } in pageRef() function
Dqwkpage.cpp594 WKPageRef QWKPage::pageRef() const in pageRef() function in QWKPage
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp1013 bool InjectedBundlePage::supportsFullScreen(WKBundlePageRef pageRef, WKFullScreenKeyboardRequestTyp… in supportsFullScreen()
1020 void InjectedBundlePage::enterFullScreenForElement(WKBundlePageRef pageRef, WKBundleNodeHandleRef e… in enterFullScreenForElement()
1028 void InjectedBundlePage::exitFullScreenForElement(WKBundlePageRef pageRef, WKBundleNodeHandleRef el… in exitFullScreenForElement()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm263 {