Home
last modified time | relevance | path

Searched refs:FrameLoaderClient (Results 1 – 25 of 72) sorted by relevance

123

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp100 FrameLoaderClient::FrameLoaderClient(WebKitWebFrame* frame) in FrameLoaderClient() function in WebKit::FrameLoaderClient
111 FrameLoaderClient::~FrameLoaderClient() in ~FrameLoaderClient()
215 String FrameLoaderClient::userAgent(const KURL& url) in userAgent()
297 WTF::PassRefPtr<WebCore::DocumentLoader> FrameLoaderClient::createDocumentLoader(const WebCore::Res… in createDocumentLoader()
307 void FrameLoaderClient::dispatchWillSubmitForm(FramePolicyFunction policyFunction, PassRefPtr<FormS… in dispatchWillSubmitForm()
316 void FrameLoaderClient::committedLoad(WebCore::DocumentLoader* loader, const char* data, int length) in committedLoad()
344 FrameLoaderClient::shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier) in shouldUseCredentialStorage()
350 void FrameLoaderClient::dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigne… in dispatchDidReceiveAuthenticationChallenge()
355 void FrameLoaderClient::dispatchDidCancelAuthenticationChallenge(WebCore::DocumentLoader*, unsigned… in dispatchDidCancelAuthenticationChallenge()
367 void FrameLoaderClient::dispatchWillSendRequest(WebCore::DocumentLoader* loader, unsigned long iden… in dispatchWillSendRequest()
[all …]
DFrameLoaderClientGtk.h42 class FrameLoaderClient : public WebCore::FrameLoaderClient {
44 FrameLoaderClient(WebKitWebFrame*);
45 virtual ~FrameLoaderClient();
/external/webkit/Source/WebKit/gtk/
DChangeLog9 (WebKit::FrameLoaderClient::dispatchDidReceiveContentLength):
257 (WebKit::FrameLoaderClient::dispatchDidReceiveTitle):
266 Update to new FrameLoaderClient interface.
269 (WebKit::FrameLoaderClient::dispatchDidReceiveTitle):
270 (WebKit::FrameLoaderClient::setTitle):
313 (WebKit::FrameLoaderClient::objectContentType):
338 (WebKit::FrameLoaderClient::objectContentType):
352 (WebKit::FrameLoaderClient::objectContentType):
597 … Renamed FrameLoaderClient::dispatchDecidePolicyForMIMEType to dispatchDecidePolicyForResponse
601 (WebKit::FrameLoaderClient::dispatchDecidePolicyForResponse):
[all …]
/external/webkit/Source/WebCore/platform/network/android/
DResourceLoaderAndroid.h35 class FrameLoaderClient; variable
40 …sourceLoaderAndroid> start(ResourceHandle*, const ResourceRequest&, FrameLoaderClient*, bool isMai…
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameNetworkingContextAndroid.h33 class FrameLoaderClient; variable
49 virtual WebCore::FrameLoaderClient* frameLoaderClient() const;
DFrameNetworkingContextAndroid.cpp47 FrameLoaderClient* FrameNetworkingContextAndroid::frameLoaderClient() const in frameLoaderClient()
DWebUrlLoader.h42 …static PassRefPtr<WebUrlLoader> start(FrameLoaderClient* client, WebCore::ResourceHandle*, const W…
DResourceLoaderAndroid.cpp41 …ResourceHandle* handle, const ResourceRequest& request, FrameLoaderClient* client, bool isMainReso… in start()
DWebUrlLoader.cpp47 PassRefPtr<WebUrlLoader> WebUrlLoader::start(FrameLoaderClient* client, WebCore::ResourceHandle* re… in start()
/external/webkit/Source/WebCore/platform/network/
DNetworkingContext.h39 class FrameLoaderClient; variable
72 virtual FrameLoaderClient* frameLoaderClient() const = 0;
/external/webkit/Source/WebCore/loader/
DFrameLoader.h64 class FrameLoaderClient; variable
94 FrameLoader(Frame*, FrameLoaderClient*);
217 FrameLoaderClient* client() const { return m_client; } in client()
433 FrameLoaderClient* m_client;
DSubframeLoader.h45 class FrameLoaderClient; variable
DFrameLoaderClient.h93 class FrameLoaderClient {
101 virtual ~FrameLoaderClient() { } in ~FrameLoaderClient()
/external/webkit/Source/WebKit/haiku/
DChangeLog31 Update to new FrameLoaderClient interface.
99 … Renamed FrameLoaderClient::dispatchDecidePolicyForMIMEType to dispatchDecidePolicyForResponse
159 Add a FrameLoaderClient callback for whether to stop loading before goToItem.
218 [Haiku] FrameLoaderClient calls loadURLInChildFrame on the child's frame loader
331 Added a blank implementation of the new FrameLoaderClient method.
368 Added oldPage param to FrameLoaderClient::didTransferChildFrameToNewDocument.
613 [chromium] Add "willSendSubmitEvent" hook to WebFrameClient and FrameLoaderClient
672 Removed redundant FrameLoaderClient::dispatchDidLoadResourceByXMLHttpRequest()
815 [Android] The FrameLoaderClient is unaware of BackForwardList changes.
819 …idAddBackForwardItem): Add an empty implementation. Method added to FrameLoaderClient by Android (…
[all …]
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.cpp412 WebKit::FrameLoaderClient* client = new WebKit::FrameLoaderClient(frame); in webkit_web_frame_new()
1000 …WebKit::FrameLoaderClient* client = static_cast<WebKit::FrameLoaderClient*>(coreFrame->loader()->c… in kit()
Dwebkitwebdatasource.cpp209 return static_cast<WebKit::FrameLoaderClient*>(frameLoader->client())->webFrame(); in webkit_web_data_source_get_web_frame()
/external/webkit/Source/WebKit/wince/
DChangeLog45 Update to new FrameLoaderClient interface.
117 … Renamed FrameLoaderClient::dispatchDecidePolicyForMIMEType to dispatchDecidePolicyForResponse
179 Add a FrameLoaderClient callback for whether to stop loading before goToItem.
262 [WINCE] FrameLoaderClient calls loadURLInChildFrame on the child's frame loader
272 Plumb mixed script URL to FrameLoaderClient
459 Added a blank implementation of the new FrameLoaderClient method.
532 Added oldPage param to FrameLoaderClient::didTransferChildFrameToNewDocument.
/external/webkit/Source/WebCore/page/
DFrame.h84 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
210 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.h29 #import <WebCore/FrameLoaderClient.h>
52 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
/external/webkit/Source/WebKit/wx/
DChangeLog58 Update to new FrameLoaderClient interface.
149 … Renamed FrameLoaderClient::dispatchDecidePolicyForMIMEType to dispatchDecidePolicyForResponse
230 Add a FrameLoaderClient callback for whether to stop loading before goToItem.
306 [wx] FrameLoaderClient calls loadURLInChildFrame on the child's frame loader
316 Plumb mixed script URL to FrameLoaderClient
534 Added a blank implementation of the new FrameLoaderClient method.
582 Added oldPage param to FrameLoaderClient::didTransferChildFrameToNewDocument.
1179 [chromium] Add "willSendSubmitEvent" hook to WebFrameClient and FrameLoaderClient
1240 Build fix, add stub for new FrameLoaderClient method.
1274 Removed redundant FrameLoaderClient::dispatchDidLoadResourceByXMLHttpRequest()
[all …]
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.h43 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
/external/webkit/Source/WebCore/loader/mac/
DResourceLoaderMac.mm35 #include "FrameLoaderClient.h"
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp241 static FrameLoaderClient* dummyFrameLoaderClient = new EmptyFrameLoaderClient; in dataChanged()
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.h51 class FrameLoaderClientHaiku : public FrameLoaderClient {
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.h46 class FrameLoaderClientEfl : public FrameLoaderClient {

123