LoaderProxy       106 Source/web/WebEmbeddedWorkerImpl.cpp class WebEmbeddedWorkerImpl::LoaderProxy : public WorkerLoaderProxy {
LoaderProxy       108 Source/web/WebEmbeddedWorkerImpl.cpp     static PassOwnPtr<LoaderProxy> create(WebEmbeddedWorkerImpl& embeddedWorker)
LoaderProxy       110 Source/web/WebEmbeddedWorkerImpl.cpp         return adoptPtr(new LoaderProxy(embeddedWorker));
LoaderProxy       267 Source/web/WebEmbeddedWorkerImpl.cpp     m_loaderProxy = LoaderProxy::create(*this);
LoaderProxy        66 Source/web/WebEmbeddedWorkerImpl.h     class LoaderProxy;
LoaderProxy        93 Source/web/WebEmbeddedWorkerImpl.h     OwnPtr<LoaderProxy> m_loaderProxy;