Home
last modified time | relevance | path

Searched defs:DocumentLoader (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFetchContext.cpp64 void FetchContext::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const … in dispatchWillSendRequest() argument
72 void FetchContext::dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceRespons… in dispatchDidReceiveResponse() argument
76 void FetchContext::dispatchDidReceiveData(DocumentLoader*, unsigned long, const char*, int, int) in dispatchDidReceiveData() argument
80 void FetchContext::dispatchDidDownloadData(DocumentLoader*, unsigned long, int, int) in dispatchDidDownloadData() argument
84 void FetchContext::dispatchDidFinishLoading(DocumentLoader*, unsigned long, double, int64_t) in dispatchDidFinishLoading() argument
88 void FetchContext::dispatchDidFail(DocumentLoader*, unsigned long, const ResourceError&) in dispatchDidFail() argument
92 void FetchContext::sendRemainingDelegateMessages(DocumentLoader*, unsigned long, const ResourceResp… in sendRemainingDelegateMessages() argument
DFetchContext.h43 class DocumentLoader; variable
DResourceFetcher.h55 class DocumentLoader; variable
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DDocumentLoader.java10 public class DocumentLoader { class
19 public DocumentLoader(XmlLoader... xmlLoaders) { in DocumentLoader() method in DocumentLoader
/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformanceTiming.h43 class DocumentLoader; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DPageDebuggerAgent.h40 class DocumentLoader; variable
DInspectorCanvasAgent.h46 class DocumentLoader; variable
DInspectorInspectorAgent.h41 class DocumentLoader; variable
DInspectorConsoleAgent.h44 class DocumentLoader; variable
DInspectorResourceAgent.h50 class DocumentLoader; variable
DInspectorPageAgent.h46 class DocumentLoader; variable
DInspectorTimelineAgent.h59 class DocumentLoader; variable
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameFetchContext.h41 class DocumentLoader; variable
DFrameFetchContext.cpp161 void FrameFetchContext::dispatchDidReceiveData(DocumentLoader*, unsigned long identifier, const cha… in dispatchDidReceiveData() argument
169 void FrameFetchContext::dispatchDidDownloadData(DocumentLoader*, unsigned long identifier, int data… in dispatchDidDownloadData() argument
DFrameLoader.h54 class DocumentLoader; variable
DEmptyClients.cpp107 …FrameLoaderClient::decidePolicyForNavigation(const ResourceRequest&, DocumentLoader*, NavigationPo… in decidePolicyForNavigation() argument
DEmptyClients.h185 …virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const Resou… in dispatchWillSendRequest() argument
186 …virtual void dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse&) O… in dispatchDidReceiveResponse() argument
187 virtual void dispatchDidFinishLoading(DocumentLoader*, unsigned long) OVERRIDE { } in dispatchDidFinishLoading() argument
DFrameLoaderClient.h58 class DocumentLoader; variable
DDocumentLoader.cpp73 DocumentLoader::DocumentLoader(LocalFrame* frame, const ResourceRequest& req, const SubstituteData&… in DocumentLoader() function in WebCore::DocumentLoader
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DInspectorDatabaseAgent.h42 class DocumentLoader; variable
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.h44 class DocumentLoader; variable
/external/chromium_org/pdf/
Ddocument_loader.cc20 DocumentLoader::DocumentLoader(Client* client) in DocumentLoader() function in chrome_pdf::DocumentLoader
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h89 class DocumentLoader; variable