/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FrameLoaderClientGtk.cpp | 100 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 …]
|
D | FrameLoaderClientGtk.h | 42 class FrameLoaderClient : public WebCore::FrameLoaderClient { 44 FrameLoaderClient(WebKitWebFrame*); 45 virtual ~FrameLoaderClient();
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 9 (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/ |
D | ResourceLoaderAndroid.h | 35 class FrameLoaderClient; variable 40 …sourceLoaderAndroid> start(ResourceHandle*, const ResourceRequest&, FrameLoaderClient*, bool isMai…
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | FrameNetworkingContextAndroid.h | 33 class FrameLoaderClient; variable 49 virtual WebCore::FrameLoaderClient* frameLoaderClient() const;
|
D | FrameNetworkingContextAndroid.cpp | 47 FrameLoaderClient* FrameNetworkingContextAndroid::frameLoaderClient() const in frameLoaderClient()
|
D | WebUrlLoader.h | 42 …static PassRefPtr<WebUrlLoader> start(FrameLoaderClient* client, WebCore::ResourceHandle*, const W…
|
D | ResourceLoaderAndroid.cpp | 41 …ResourceHandle* handle, const ResourceRequest& request, FrameLoaderClient* client, bool isMainReso… in start()
|
D | WebUrlLoader.cpp | 47 PassRefPtr<WebUrlLoader> WebUrlLoader::start(FrameLoaderClient* client, WebCore::ResourceHandle* re… in start()
|
/external/webkit/Source/WebCore/platform/network/ |
D | NetworkingContext.h | 39 class FrameLoaderClient; variable 72 virtual FrameLoaderClient* frameLoaderClient() const = 0;
|
/external/webkit/Source/WebCore/loader/ |
D | FrameLoader.h | 64 class FrameLoaderClient; variable 94 FrameLoader(Frame*, FrameLoaderClient*); 217 FrameLoaderClient* client() const { return m_client; } in client() 433 FrameLoaderClient* m_client;
|
D | SubframeLoader.h | 45 class FrameLoaderClient; variable
|
D | FrameLoaderClient.h | 93 class FrameLoaderClient { 101 virtual ~FrameLoaderClient() { } in ~FrameLoaderClient()
|
/external/webkit/Source/WebKit/haiku/ |
D | ChangeLog | 31 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/ |
D | webkitwebframe.cpp | 412 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()
|
D | webkitwebdatasource.cpp | 209 return static_cast<WebKit::FrameLoaderClient*>(frameLoader->client())->webFrame(); in webkit_web_data_source_get_web_frame()
|
/external/webkit/Source/WebKit/wince/ |
D | ChangeLog | 45 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/ |
D | Frame.h | 84 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*); 210 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 29 #import <WebCore/FrameLoaderClient.h> 52 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
|
/external/webkit/Source/WebKit/wx/ |
D | ChangeLog | 58 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/ |
D | WebFrameLoaderClient.h | 43 class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
|
/external/webkit/Source/WebCore/loader/mac/ |
D | ResourceLoaderMac.mm | 35 #include "FrameLoaderClient.h"
|
/external/webkit/Source/WebCore/svg/graphics/ |
D | SVGImage.cpp | 241 static FrameLoaderClient* dummyFrameLoaderClient = new EmptyFrameLoaderClient; in dataChanged()
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | FrameLoaderClientHaiku.h | 51 class FrameLoaderClientHaiku : public FrameLoaderClient {
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | FrameLoaderClientEfl.h | 46 class FrameLoaderClientEfl : public FrameLoaderClient {
|