Searched refs:FrameLoaderClient (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/page/
H A DMainFrame.h36 static RefPtr<MainFrame> create(Page&, FrameLoaderClient&);
42 MainFrame(Page&, FrameLoaderClient&);
H A DMainFrame.cpp32 inline MainFrame::MainFrame(Page& page, FrameLoaderClient& client)
38 RefPtr<MainFrame> MainFrame::create(Page& page, FrameLoaderClient& client)
H A DFrame.h118 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
269 Frame(Page&, HTMLFrameOwnerElement*, FrameLoaderClient&);
H A DPage.h76 class FrameLoaderClient;
142 FrameLoaderClient* loaderClientForMainFrame;
H A DFrame.cpp53 #include "FrameLoaderClient.h"
150 Frame::Frame(Page& page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient& frameLoaderClient)
206 PassRefPtr<Frame> Frame::create(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* client)
/macosx-10.10/WebCore-7600.1.25/loader/
H A DMixedContentChecker.h40 class FrameLoaderClient;
55 FrameLoaderClient& client() const;
H A DMixedContentChecker.cpp35 #include "FrameLoaderClient.h"
48 FrameLoaderClient& MixedContentChecker::client() const
H A DFrameLoader.h61 class FrameLoaderClient;
88 FrameLoader(Frame&, FrameLoaderClient&);
203 FrameLoaderClient& client() const { return m_client; }
262 // FIXME: This is public because this asynchronous callback from the FrameLoaderClient
382 FrameLoaderClient& m_client;
H A DSubframeLoader.h45 class FrameLoaderClient;
H A DFrameLoaderClient.h107 class FrameLoaderClient { class in namespace:WebCore
115 virtual ~FrameLoaderClient() { }
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFramePolicyListener.cpp33 #include <WebCore/FrameLoaderClient.h>
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameNetworkingContext.mm30 #include <WebCore/FrameLoaderClient.h>
H A DWebFrameLoaderClient.h29 #import <WebCore/FrameLoaderClient.h>
52 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameNetworkingContext.cpp31 #include <WebCore/FrameLoaderClient.h>
H A DWebFrameLoaderClient.h33 #include <WebCore/FrameLoaderClient.h>
45 class WebFrameLoaderClient : public WebCore::FrameLoaderClient, public WebCore::ProgressTrackerClient {
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebRenderLayer.cpp34 #include <WebCore/FrameLoaderClient.h>
H A DWebRenderObject.cpp34 #include <WebCore/FrameLoaderClient.h>
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebFrameNetworkingContext.mm35 #include <WebCore/FrameLoaderClient.h>
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h29 #include <WebCore/FrameLoaderClient.h>
36 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
244 inline WebFrameLoaderClient* toWebFrameLoaderClient(WebCore::FrameLoaderClient& client)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebFrame.h33 #include <WebCore/FrameLoaderClient.h>
68 // Called when the FrameLoaderClient (and therefore the WebCore::Frame) is being torn down.
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebRenderNode.mm34 #import <WebCore/FrameLoaderClient.h>
H A DWebRenderLayer.mm31 #import <WebCore/FrameLoaderClient.h>
H A DWebHTMLRepresentation.mm50 #import <WebCore/FrameLoaderClient.h>
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.h29 #include "FrameLoaderClient.h"
37 class FrameLoaderClientWinCE : public WebCore::FrameLoaderClient {
/macosx-10.10/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewIOS.mm42 #import <WebCore/FrameLoaderClient.h>

Completed in 203 milliseconds

12