Searched defs:webFrame (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginContainer.h75 @property (nonatomic, readonly, strong) WebFrame *webFrame; variable
/macosx-10.10.1/WebKit-7600.1.25/mac/DOM/
H A DWebDOMOperations.h52 @property (nonatomic, readonly, strong) WebFrame *webFrame; variable
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrameView.h57 @property (nonatomic, readonly, strong) WebFrame *webFrame; variable
H A DWebDataSource.h84 @property (nonatomic, readonly, strong) WebFrame *webFrame; variable
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h56 void setWebFrame(WebFrame* webFrame) { m_webFrame = webFrame; } argument
57 WebFrame* webFrame() const { return m_webFrame.get(); } function in class:WebFrameLoaderClient
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.h50 void setWebFrame(WebFrame* webFrame) { m_webFrame = webFrame; } argument
51 WebFrame* webFrame() const { return m_webFrame; } function in class:WebFrameLoaderClient
H A DWebChromeClient.cpp296 WebFrame* webFrame = m_webView->topLevelFrame(); local
303 WebFrame* webFrame = m_webView->topLevelFrame(); local
365 WebFrame* webFrame = kit(frame); local
H A DWebFrameLoaderClient.cpp106 WebFrameLoaderClient::WebFrameLoaderClient(WebFrame* webFrame) argument
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Geolocation/
H A DGeolocationPermissionRequestManager.cpp71 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/gtk/
H A DWebKitFrame.cpp32 RefPtr<WebFrame> webFrame; member in struct:_WebKitFramePrivate
43 WebKitFrame* webkitFrameCreate(WebFrame* webFrame) argument
H A DWebKitWebPage.cpp80 static WebKitFrame* webkitFrameGetOrCreate(WebFrame* webFrame) argument
92 static CString getProvisionalURLForFrame(WebFrame* webFrame) argument
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h41 void setWebFrame(WebFrame* webFrame) { m_frame = webFrame; } argument
42 WebFrame* webFrame() const { return m_frame; } function in class:WebKit::WebFrameLoaderClient
H A DWebEditorClient.cpp325 WebFrame* webFrame = WebFrame::fromCoreFrame(*element->document().frame()); local
[all...]
H A DWebPlatformStrategies.cpp256 WebFrame* webFrame = webFrameLoaderClient ? webFrameLoaderClient->webFrame() : 0; local
H A DWebChromeClient.cpp195 WebFrame* webFrame = frame ? WebFrame::fromCoreFrame(*frame) : nullptr; local
207 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
328 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
363 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
377 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
395 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
620 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
643 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
735 WebFrame* webFrame = WebFrame::fromCoreFrame(*frame); local
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebElementPropertyBag.cpp133 WebFrame* webFrame = static_cast<WebFrameLoaderClient&>(coreFrame->loader().client()).webFrame(); local
H A DWebDataSource.cpp200 HRESULT WebDataSource::webFrame(/* [retval][out] */ IWebFrame** frame) function in class:WebDataSource
H A DDOMHTMLClasses.cpp1612 COMPtr<IWebFrame> webFrame = kit(iFrameElement->contentFrame()); local
H A DWebFrame.cpp161 Frame* core(WebFrame* webFrame) argument
169 Frame* core(const WebFrame* webFrame) argument
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Network/
H A DWebResourceLoadScheduler.cpp130 WebFrame* webFrame = webFrameLoaderClient ? webFrameLoaderClient->webFrame() : 0; local
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitPrintOperation.cpp272 static void webkitPrintOperationPrintPagesForFrame(WebKitPrintOperation* printOperation, WebFrameProxy* webFrame, GtkPrintSettings* printSettings, GtkPageSetup* pageSetup) argument
282 WebKitPrintOperationResponse webkitPrintOperationRunDialogForFrame(WebKitPrintOperation* printOperation, GtkWindow* parent, WebFrameProxy* webFrame) argument
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.h234 WebFrame* webFrame() const { return m_frame; } function in class:WebKit::final
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.cpp530 WebFrameProxy* WebProcessProxy::webFrame(uint64_t frameID) const function in class:WebKit::WebProcessProxy
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebFrame.cpp325 WebFrame* webFrame = WebFrame::fromCoreFrame(*child); local
455 WebFrame* webFrame = WebFrame::fromCoreFrame(*child); local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.cpp644 WebFrame* WebProcess::webFrame(uint64_t frameID) const function in class:WebKit::WebProcess

Completed in 238 milliseconds

12