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

  /external/webkit/WebCore/loader/
ThreadableLoader.h 58 ThreadableLoaderOptions() : sendLoadCallbacks(false), sniffContent(false), allowCredentials(false), forcePreflight(false), crossOriginRequestPolicy(DenyCrossOriginRequests) { }
62 bool forcePreflight; // If AccessControl is used, whether to force a preflight.
DocumentThreadableLoader.cpp 84 if (!m_options.forcePreflight && isSimpleCrossOriginAccessRequest(request.httpMethod(), request.httpHeaderFields()))
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 458 bool forcePreflight = false;
462 forcePreflight = m_upload->hasEventListeners();
488 options.forcePreflight = forcePreflight;

Completed in 220 milliseconds