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

12

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameNetworkingContextAndroid.h33 class FrameLoaderClient;
49 virtual WebCore::FrameLoaderClient* frameLoaderClient() const;
H A DFrameNetworkingContextAndroid.cpp47 FrameLoaderClient* FrameNetworkingContextAndroid::frameLoaderClient() const
H A DResourceLoaderAndroid.cpp41 ResourceHandle* handle, const ResourceRequest& request, FrameLoaderClient* client, bool isMainResource, bool isSync)
H A DWebUrlLoader.h42 static PassRefPtr<WebUrlLoader> start(FrameLoaderClient* client, WebCore::ResourceHandle*, const WebCore::ResourceRequest&, bool isMainResource, bool isMainFrame, bool sync, WebRequestContext*);
H A DWebUrlLoader.cpp47 PassRefPtr<WebUrlLoader> WebUrlLoader::start(FrameLoaderClient* client, WebCore::ResourceHandle* resourceHandle,
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp100 FrameLoaderClient::FrameLoaderClient(WebKitWebFrame* frame) function in class:WebKit::FrameLoaderClient
111 FrameLoaderClient::~FrameLoaderClient()
215 String FrameLoaderClient::userAgent(const KURL& url)
297 WTF::PassRefPtr<WebCore::DocumentLoader> FrameLoaderClient::createDocumentLoader(const WebCore::ResourceRequest& request, const SubstituteData& substituteData)
307 void FrameLoaderClient::dispatchWillSubmitForm(FramePolicyFunction policyFunction, PassRefPtr<FormState>)
316 void FrameLoaderClient::committedLoad(WebCore::DocumentLoader* loader, const char* data, int length)
344 FrameLoaderClient::shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier)
350 void FrameLoaderClient
[all...]
H A DFrameLoaderClientGtk.h33 #include "FrameLoaderClient.h"
42 class FrameLoaderClient : public WebCore::FrameLoaderClient { class in namespace:WebKit
44 FrameLoaderClient(WebKitWebFrame*);
45 virtual ~FrameLoaderClient();
/external/webkit/Source/WebCore/platform/network/android/
H A DResourceLoaderAndroid.h35 class FrameLoaderClient;
40 static PassRefPtr<ResourceLoaderAndroid> start(ResourceHandle*, const ResourceRequest&, FrameLoaderClient*, bool isMainResource, bool isSync);
/external/webkit/Source/WebCore/platform/network/
H A DNetworkingContext.h39 class FrameLoaderClient;
72 virtual FrameLoaderClient* frameLoaderClient() const = 0;
/external/webkit/Source/WebKit/win/
H A DWebFramePolicyListener.cpp33 #include <WebCore/FrameLoaderClient.h>
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.h45 class FrameLoaderClient;
H A DFrameLoader.h64 class FrameLoaderClient;
94 FrameLoader(Frame*, FrameLoaderClient*);
217 FrameLoaderClient* client() const { return m_client; }
321 // FIXME: This is public because this asynchronous callback from the FrameLoaderClient
433 FrameLoaderClient* m_client;
H A DFrameLoaderClient.h93 class FrameLoaderClient { class in namespace:WebCore
101 virtual ~FrameLoaderClient() { }
/external/webkit/Source/WebCore/page/
H A DFrame.h84 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
210 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.h32 #include <WebCore/FrameLoaderClient.h>
43 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp148 // Called from the FrameLoaderClient when it is destroyed. Normally
149 // the unref in the FrameLoaderClient is destroying this object as
412 WebKit::FrameLoaderClient* client = new WebKit::FrameLoaderClient(frame);
1000 WebKit::FrameLoaderClient* client = static_cast<WebKit::FrameLoaderClient*>(coreFrame->loader()->client());
H A Dwebkitwebdatasource.cpp209 return static_cast<WebKit::FrameLoaderClient*>(frameLoader->client())->webFrame();
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.h33 #include <WebCore/FrameLoaderClient.h>
61 // Called when the FrameLoaderClient (and therefore the WebCore::Frame) is being torn down.
/external/webkit/Source/WebKit/mac/WebView/
H A DWebRenderNode.mm33 #import <WebCore/FrameLoaderClient.h>
H A DWebRenderLayer.mm30 #import <WebCore/FrameLoaderClient.h>
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h29 #include <WebCore/FrameLoaderClient.h>
36 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h29 #import <WebCore/FrameLoaderClient.h>
52 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp241 static FrameLoaderClient* dummyFrameLoaderClient = new EmptyFrameLoaderClient;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.h37 #include "FrameLoaderClient.h"
46 class FrameLoaderClientEfl : public FrameLoaderClient {
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.h33 #include "FrameLoaderClient.h"
51 class FrameLoaderClientHaiku : public FrameLoaderClient {

Completed in 320 milliseconds

12