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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerLoaderClientBridge.h 46 class WorkerLoaderClientBridge : public ThreadableLoaderClient {
49 virtual ~WorkerLoaderClientBridge();
62 WorkerLoaderClientBridge(PassRefPtr<ThreadableLoaderClientWrapper>, WorkerLoaderProxy&);
WorkerLoaderClientBridge.cpp 32 #include "core/loader/WorkerLoaderClientBridge.h"
43 PassOwnPtr<ThreadableLoaderClient> WorkerLoaderClientBridge::create(PassRefPtr<ThreadableLoaderClientWrapper> client, WorkerLoaderProxy& loaderProxy)
45 return adoptPtr(new WorkerLoaderClientBridge(client, loaderProxy));
48 WorkerLoaderClientBridge::~WorkerLoaderClientBridge()
58 void WorkerLoaderClientBridge::didSendData(unsigned long long bytesSent, unsigned long long totalBytesToBeSent)
70 void WorkerLoaderClientBridge::didReceiveResponse(unsigned long identifier, const ResourceResponse& response)
81 void WorkerLoaderClientBridge::didReceiveData(const char* data, int dataLength)
94 void WorkerLoaderClientBridge::didDownloadData(int dataLength)
105 void WorkerLoaderClientBridge::didReceiveCachedMetadata(const char* data, int dataLength
    [all...]
ThreadableLoader.cpp 38 #include "core/loader/WorkerLoaderClientBridge.h"
52 OwnPtr<ThreadableLoaderClient> clientBridge(WorkerLoaderClientBridge::create(clientWrapper, workerGlobalScope.thread()->workerLoaderProxy()));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 479 third_party/WebKit/Source/core/loader/WorkerLoaderClientBridge.cpp \
    [all...]

Completed in 108 milliseconds