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

  /external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.h 50 class DocumentThreadableLoader : public RefCounted<DocumentThreadableLoader>, public ThreadableLoader, private SubresourceLoaderClient {
54 static PassRefPtr<DocumentThreadableLoader> create(Document*, ThreadableLoaderClient*, const ResourceRequest&, const ThreadableLoaderOptions&, const String& optionalOutgoingReferrer = String());
55 virtual ~DocumentThreadableLoader();
60 using RefCounted<DocumentThreadableLoader>::ref;
61 using RefCounted<DocumentThreadableLoader>::deref;
73 DocumentThreadableLoader(Document*, ThreadableLoaderClient*, BlockingBehavior, const ResourceRequest&, const ThreadableLoaderOptions&, const String& optionalOutgoingReferrer);
DocumentThreadableLoader.cpp 32 #include "DocumentThreadableLoader.h"
51 void DocumentThreadableLoader::loadResourceSynchronously(Document* document, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options)
54 RefPtr<DocumentThreadableLoader> loader = adoptRef(new DocumentThreadableLoader(document, &client, LoadSynchronously, request, options, String()));
58 PassRefPtr<DocumentThreadableLoader> DocumentThreadableLoader::create(Document* document, ThreadableLoaderClient* client, const ResourceRequest& request, const ThreadableLoaderOptions& options, const String& optionalOutgoingReferrer)
60 RefPtr<DocumentThreadableLoader> loader = adoptRef(new DocumentThreadableLoader(document, client, LoadAsynchronously, request, options, optionalOutgoingReferrer));
66 DocumentThreadableLoader::DocumentThreadableLoader(Document* document, ThreadableLoaderClient* client, BlockingBehavior blockingBehavior, const Resou (…)
    [all...]
ThreadableLoader.cpp 36 #include "DocumentThreadableLoader.h"
54 return DocumentThreadableLoader::create(static_cast<Document*>(context), client, request, options);
69 DocumentThreadableLoader::loadResourceSynchronously(static_cast<Document*>(context), request, client, options);
WorkerThreadableLoader.cpp 38 #include "DocumentThreadableLoader.h"
115 thisPtr->m_mainThreadLoader = DocumentThreadableLoader::create(document, thisPtr, *request, options, outgoingReferrer);
  /external/webkit/Source/WebKit/chromium/src/
AssociatedURLLoader.h 40 namespace WebCore { class DocumentThreadableLoader; }
68 RefPtr<WebCore::DocumentThreadableLoader> m_loader;
AssociatedURLLoader.cpp 34 #include "DocumentThreadableLoader.h"
71 // This method stops loading and releases the DocumentThreadableLoader as early as possible.
219 m_loader = DocumentThreadableLoader::create(webcoreDocument, m_clientAdapter.get(), webcoreRequest, options);
  /external/webkit/Source/WebCore/
Android.mk 439 loader/DocumentThreadableLoader.cpp \
    [all...]

Completed in 921 milliseconds