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

  /external/webkit/Source/WebKit/chromium/public/
WebURLLoaderOptions.h 44 WebURLLoaderOptions() : sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(CrossOriginRequestPolicyDeny) { }
48 bool forcePreflight; // If policy is to use access control, whether to force a preflight for GET, HEAD, and POST requests.
  /external/webkit/Source/WebCore/loader/
ThreadableLoader.h 58 ThreadableLoaderOptions() : sendLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests), shouldBufferData(true) { }
62 bool forcePreflight; // If AccessControl is used, whether to force a preflight.
DocumentThreadableLoader.cpp 95 if (!m_options.forcePreflight && isSimpleCrossOriginAccessRequest(crossOriginRequest->httpMethod(), crossOriginRequest->httpHeaderFields()))
  /external/webkit/Source/WebKit/chromium/src/
AssociatedURLLoader.cpp 170 m_options.forcePreflight = false;
211 options.forcePreflight = m_options.forcePreflight;
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 170 options.forcePreflight = false;
  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.cpp 91 options.forcePreflight = false;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 642 options.forcePreflight = uploadEvents;
    [all...]

Completed in 205 milliseconds