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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
ThreadableLoader.cpp 54 void ThreadableLoader::loadResourceSynchronously(ScriptExecutionContext* context, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options)
59 WorkerThreadableLoader::loadResourceSynchronously(toWorkerGlobalScope(context), request, client, options);
63 DocumentThreadableLoader::loadResourceSynchronously(toDocument(context), request, client, options);
ThreadableLoader.h 85 static void loadResourceSynchronously(ScriptExecutionContext*, const ResourceRequest&, ThreadableLoaderClient&, const ThreadableLoaderOptions&);
DocumentThreadableLoader.h 56 static void loadResourceSynchronously(Document*, const ResourceRequest&, ThreadableLoaderClient&, const ThreadableLoaderOptions&);
ResourceLoader.h 52 static void loadResourceSynchronously(const ResourceRequest&, StoredCredentials, ResourceError&, ResourceResponse&, Vector<char>& data);
WorkerThreadableLoader.h 56 static void loadResourceSynchronously(WorkerGlobalScope*, const ResourceRequest&, ThreadableLoaderClient&, const ThreadableLoaderOptions&);
DocumentThreadableLoader.cpp 55 void DocumentThreadableLoader::loadResourceSynchronously(Document* document, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options)
446 identifier = frame->loader()->loadResourceSynchronously(request, m_options.allowCredentials, error, response, data);
FrameLoader.h 100 unsigned long loadResourceSynchronously(const ResourceRequest&, StoredCredentials, ResourceError&, ResourceResponse&, Vector<char>& data);
WorkerThreadableLoader.cpp 67 void WorkerThreadableLoader::loadResourceSynchronously(WorkerGlobalScope* workerGlobalScope, const ResourceRequest& request, ThreadableLoaderClient& client, const ThreadableLoaderOptions& options)
ResourceLoader.cpp 391 void ResourceLoader::loadResourceSynchronously(const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& data)
FrameLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.idl 61 DOMString loadResourceSynchronously(DOMString url);
InspectorFrontendHost.h 77 String loadResourceSynchronously(const String& url);
InspectorFrontendHost.cpp 255 String InspectorFrontendHost::loadResourceSynchronously(const String& url)
263 m_frontendPage->mainFrame()->loader()->loadResourceSynchronously(request, DoNotAllowStoredCredentials, error, response, data);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoader.cpp 75 WorkerThreadableLoader::loadResourceSynchronously(toWorkerGlobalScope(scriptExecutionContext), *request, *this, options);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorFrontendHostStub.js 197 loadResourceSynchronously: function(url)
externs.js 228 InspectorFrontendHostAPI.prototype.loadResourceSynchronously = function(url) {}
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp 108 ThreadableLoader::loadResourceSynchronously(scriptExecutionContext, request, *this, options);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 108 globalResourceFetcher->frame()->loader()->loadResourceSynchronously(url, AllowStoredCredentials, error, response, data);
XMLHttpRequest.cpp 771 ThreadableLoader::loadResourceSynchronously(scriptExecutionContext(), request, *this, options);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 651 fetcher->frame()->loader()->loadResourceSynchronously(url, AllowStoredCredentials, error, response, data);
    [all...]

Completed in 337 milliseconds