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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoaderOptions.h 87 enum CORSEnabled {
102 , corsEnabled(NotCORSEnabled)
121 , corsEnabled(NotCORSEnabled)
134 CORSEnabled corsEnabled; // If the resource is loaded out-of-origin, whether or not to use CORS.
FetchRequest.cpp 77 m_options.corsEnabled = IsCORSEnabled;
ResourceLoader.cpp 322 return m_options.corsEnabled == IsCORSEnabled;
ResourceFetcher.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageValue.cpp 67 if (options.corsEnabled == IsCORSEnabled)
CSSImageSetValue.cpp 110 if (options.corsEnabled == IsCORSEnabled)
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 112 options.corsEnabled = IsCORSEnabled;

Completed in 346 milliseconds