OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResourceLoadPriorityLow
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/platform/network/
ResourceLoadPriority.h
35
ResourceLoadPriorityLow
,
ResourceRequestBase.h
167
, m_priority(
ResourceLoadPriorityLow
)
183
, m_priority(
ResourceLoadPriorityLow
)
/external/webkit/Source/WebCore/platform/network/cf/
ResourceRequestCFNet.h
52
return
ResourceLoadPriorityLow
;
70
case
ResourceLoadPriorityLow
:
/external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.h
53
PassRefPtr<SubresourceLoader> scheduleSubresourceLoad(Frame*, SubresourceLoaderClient*, const ResourceRequest&, ResourceLoadPriority =
ResourceLoadPriorityLow
, SecurityCheckPolicy = DoSecurityCheck, bool sendResourceLoadCallbacks = true, bool shouldContentSniff = true, const String& optionalOutgoingReferrer = String(), bool shouldBufferData = true);
ResourceLoadScheduler.cpp
99
scheduleLoad(loader.get(),
ResourceLoadPriorityLow
);
121
if (priority >
ResourceLoadPriorityLow
|| !resourceLoader->url().protocolInHTTPFamily() || (priority ==
ResourceLoadPriorityLow
&& !hadRequests)) {
/external/webkit/Source/WebCore/loader/icon/
IconLoader.cpp
73
resourceRequest.setPriority(
ResourceLoadPriorityLow
);
/external/webkit/Source/WebCore/loader/cache/
CachedResource.cpp
63
return
ResourceLoadPriorityLow
;
70
return
ResourceLoadPriorityLow
;
/external/webkit/Source/WebCore/html/
HTMLLinkElement.cpp
262
priority =
ResourceLoadPriorityLow
;
Completed in 558 milliseconds