HomeSort by relevance Sort by last modified time
    Searched refs:sendLoadCallbacks (Results 1 - 8 of 8) 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,
  /external/webkit/Source/WebCore/workers/
WorkerScriptLoader.cpp 67 options.sendLoadCallbacks = true;
85 options.sendLoadCallbacks = true;
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 168 options.sendLoadCallbacks = false;
  /external/webkit/Source/WebKit/chromium/src/
AssociatedURLLoader.cpp 208 options.sendLoadCallbacks = true; // Always send callbacks.
  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.cpp 89 options.sendLoadCallbacks = true;
  /external/webkit/Source/WebCore/page/
EventSource.cpp 114 options.sendLoadCallbacks = true;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 640 options.sendLoadCallbacks = true;
    [all...]

Completed in 120 milliseconds