OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendLoadCallbacks
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/
ThreadableLoader.h
58
ThreadableLoaderOptions() :
sendLoadCallbacks
(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests), shouldBufferData(true) { }
59
bool
sendLoadCallbacks
;
DocumentThreadableLoader.cpp
347
bool
sendLoadCallbacks
= m_options.
sendLoadCallbacks
&& !m_actualRequest;
354
m_loader = resourceLoadScheduler()->scheduleSubresourceLoad(m_document->frame(), this, request, ResourceLoadPriorityMedium, securityCheck,
sendLoadCallbacks
,
Completed in 101 milliseconds