HomeSort by relevance Sort by last modified time
    Searched refs:DocumentThreadableLoader (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.cpp 33 #include "core/loader/DocumentThreadableLoader.h"
56 void DocumentThreadableLoader::loadResourceSynchronously(Document& document, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options, const ResourceLoaderOptions& resourceLoaderOptions)
59 RefPtr<DocumentThreadableLoader> loader = adoptRef(new DocumentThreadableLoader(document, &client, LoadSynchronously, request, options, resourceLoaderOptions));
63 PassRefPtr<DocumentThreadableLoader> DocumentThreadableLoader::create(Document& document, ThreadableLoaderClient* client, const ResourceRequest& request, const ThreadableLoaderOptions& options, const ResourceLoaderOptions& resourceLoaderOptions)
65 RefPtr<DocumentThreadableLoader> loader = adoptRef(new DocumentThreadableLoader(document, client, LoadAsynchronously, request, options, resourceLoaderOptions));
71 DocumentThreadableLoader::DocumentThreadableLoader(Document& document, ThreadableLoaderClient* client, BlockingBehavior blockingBehavior, const Resou (…)
    [all...]
DocumentThreadableLoader.h 54 class DocumentThreadableLoader FINAL : public ThreadableLoader, private ResourceOwner<RawResource> {
58 static PassRefPtr<DocumentThreadableLoader> create(Document&, ThreadableLoaderClient*, const ResourceRequest&, const ThreadableLoaderOptions&, const ResourceLoaderOptions&);
59 virtual ~DocumentThreadableLoader();
70 DocumentThreadableLoader(Document&, ThreadableLoaderClient*, BlockingBehavior, const ResourceRequest&, const ThreadableLoaderOptions&, const ResourceLoaderOptions&);
88 void didTimeout(Timer<DocumentThreadableLoader>*);
131 Timer<DocumentThreadableLoader> m_timeoutTimer;
ThreadableLoader.cpp 36 #include "core/loader/DocumentThreadableLoader.h"
57 return DocumentThreadableLoader::create(toDocument(context), client, request, options, resourceLoaderOptions);
67 DocumentThreadableLoader::loadResourceSynchronously(toDocument(context), request, client, options, resourceLoaderOptions);
WorkerThreadableLoader.cpp 37 #include "core/loader/DocumentThreadableLoader.h"
133 thisPtr->m_mainThreadLoader = DocumentThreadableLoader::create(*document, thisPtr, *request, options, resourceLoaderOptions);
135 // DocumentThreadableLoader::create may return 0 when the document loader has been already changed.
136 thisPtr->didFail(ResourceError(errorDomainBlinkInternal, 0, request->url().string(), "Can't create DocumentThreadableLoader"));
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.h 40 namespace WebCore { class DocumentThreadableLoader; }
67 RefPtr<WebCore::DocumentThreadableLoader> m_loader;
AssociatedURLLoader.cpp 35 #include "core/loader/DocumentThreadableLoader.h"
147 // Stops loading and releases the DocumentThreadableLoader as early as possible.
355 m_loader = DocumentThreadableLoader::create(*webcoreDocument, m_clientAdapter.get(), webcoreRequest, options, resourceLoaderOptions);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 53 #include "core/loader/DocumentThreadableLoader.h"
768 RefPtr<DocumentThreadableLoader> loader = DocumentThreadableLoader::create(*document, inspectorThreadableLoaderClient, request, options, resourceLoaderOptions);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 449 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp \
    [all...]

Completed in 534 milliseconds