Searched refs:loadAsynchronously (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebURLLoader.h58 virtual void loadAsynchronously(const WebURLRequest&,
/external/chromium/webkit/glue/
H A Dweburlloader_impl.h24 virtual void loadAsynchronously(
H A Dresource_fetcher.cc56 loader_->loadAsynchronously(request, this);
H A Dweburlloader_impl.cc751 void WebURLLoaderImpl::loadAsynchronously(const WebURLRequest& request, function in class:webkit_glue::WebURLLoaderImpl
/external/webkit/Source/WebCore/platform/audio/
H A DHRTFDatabaseLoader.h78 void loadAsynchronously();
H A DHRTFDatabaseLoader.cpp52 loader->loadAsynchronously();
107 void HRTFDatabaseLoader::loadAsynchronously() function in class:WebCore::HRTFDatabaseLoader
/external/webkit/Source/WebKit/chromium/src/
H A DAssociatedURLLoader.h56 virtual void loadAsynchronously(const WebURLRequest&, WebURLLoaderClient*);
H A DAssociatedURLLoader.cpp200 void AssociatedURLLoader::loadAsynchronously(const WebURLRequest& request, WebURLLoaderClient* client) function in class:WebKit::AssociatedURLLoader
H A DSharedWorkerRepository.cpp137 m_scriptLoader.loadAsynchronously(m_worker->scriptExecutionContext(), m_url, DenyCrossOriginRequests, this);
H A DResourceHandle.cpp112 m_loader->loadAsynchronously(wrappedRequest, this);
/external/webkit/Source/WebCore/workers/
H A DWorkerScriptLoader.h50 void loadAsynchronously(ScriptExecutionContext*, const KURL&, CrossOriginRequestPolicy, WorkerScriptLoaderClient*);
H A DWorker.cpp68 worker->m_scriptLoader->loadAsynchronously(context, scriptURL, DenyCrossOriginRequests, worker.get());
H A DWorkerScriptLoader.cpp72 void WorkerScriptLoader::loadAsynchronously(ScriptExecutionContext* scriptExecutionContext, const KURL& url, CrossOriginRequestPolicy crossOriginRequestPolicy, WorkerScriptLoaderClient* client) function in class:WebCore::WorkerScriptLoader
H A DDefaultSharedWorkerRepository.cpp279 m_scriptLoader->loadAsynchronously(m_worker->scriptExecutionContext(), url, DenyCrossOriginRequests, this);
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc308 url_loader_->loadAsynchronously(request, this);
H A Dbuffered_resource_loader.cc120 url_loader_->loadAsynchronously(request, this);
H A Dbuffered_resource_loader_unittest.cc98 EXPECT_CALL(*url_loader_, loadAsynchronously(_, loader_.get()));

Completed in 223 milliseconds