Home
last modified time | relevance | path

Searched refs:sendResourceLoadCallbacks (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/loader/
DSubresourceLoader.cpp46 …ourceLoader(Frame* frame, SubresourceLoaderClient* client, bool sendResourceLoadCallbacks, bool sh… in SubresourceLoader() argument
47 : ResourceLoader(frame, sendResourceLoadCallbacks, shouldContentSniff) in SubresourceLoader()
63 …sourceRequest& request, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks, bool sh… in create() argument
97 …Loader> subloader(adoptRef(new SubresourceLoader(frame, client, sendResourceLoadCallbacks, shouldC… in create()
DSubresourceLoader.h44 …t ResourceRequest&, SecurityCheckPolicy = DoSecurityCheck, bool sendResourceLoadCallbacks = true, …
49 …SubresourceLoader(Frame*, SubresourceLoaderClient*, bool sendResourceLoadCallbacks, bool shouldCon…
DResourceLoader.h137 bool sendResourceLoadCallbacks() const { return m_sendResourceLoadCallbacks; } in sendResourceLoadCallbacks() function
144 ResourceLoader(Frame*, bool sendResourceLoadCallbacks, bool shouldContentSniff);
DResourceLoadScheduler.cpp87 …bool sendResourceLoadCallbacks, bool shouldContentSniff, const String& optionalOutgoingReferrer, b… in scheduleSubresourceLoad() argument
89 …ubresourceLoader::create(frame, client, request, securityCheck, sendResourceLoadCallbacks, shouldC… in scheduleSubresourceLoad()
DResourceLoadScheduler.h53 …rceLoadPriorityLow, SecurityCheckPolicy = DoSecurityCheck, bool sendResourceLoadCallbacks = true, …
DResourceLoader.cpp61 ResourceLoader::ResourceLoader(Frame* frame, bool sendResourceLoadCallbacks, bool shouldContentSnif… in ResourceLoader() argument
68 , m_sendResourceLoadCallbacks(sendResourceLoadCallbacks) in ResourceLoader()
DFrameLoader.cpp3125 …if (!resource->sendResourceLoadCallbacks() || m_documentLoader->haveToldClientAboutLoad(resource->… in loadedResourceFromMemoryCache()
/external/webkit/Source/WebCore/loader/cache/
DCachedResource.h84 …load(CachedResourceLoader*, bool incremental, SecurityCheckPolicy, bool sendResourceLoadCallbacks);
188 bool sendResourceLoadCallbacks() const { return m_sendResourceLoadCallbacks; } in sendResourceLoadCallbacks() function
DCachedResourceRequest.h40 …ceLoader*, CachedResource*, bool incremental, SecurityCheckPolicy, bool sendResourceLoadCallbacks);
DCachedResource.cpp130 …esourceLoader, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks) in load() argument
132 m_sendResourceLoadCallbacks = sendResourceLoadCallbacks; in load()
133 cachedResourceLoader->load(this, incremental, securityCheck, sendResourceLoadCallbacks); in load()
DCachedResourceRequest.cpp88 …rce* resource, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks) in load() argument
124 request.get(), resourceRequest, priority, securityCheck, sendResourceLoadCallbacks); in load()
DCachedResourceLoader.h100 …incremental = false, SecurityCheckPolicy = DoSecurityCheck, bool sendResourceLoadCallbacks = true);
DCachedResourceLoader.cpp594 …rce* resource, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks) in load() argument
598 …CachedResourceRequest::load(this, resource, incremental, securityCheck, sendResourceLoadCallbacks); in load()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1421483 …Add a sendResourceLoadCallbacks argument to the ResourceLoader and only send resource load callbac…
21484 …eet creates a resource loader with sendResourceLoadCallbacks set to false (done by adding a sendRe…
21497 (WebCore::CachedResource::sendResourceLoadCallbacks):
21508 (WebCore::Request::sendResourceLoadCallbacks):
21518 (WebCore::ResourceLoader::sendResourceLoadCallbacks):
DChangeLog-2008-08-1059389 Always call InspectorController. If the resource's sendResourceLoadCallbacks is false or