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

  /external/chromium_org/third_party/WebKit/public/web/
WebURLLoaderOptions.h 45 : untrustedHTTP(false)
53 bool untrustedHTTP; // Whether to validate the method and headers as if this was an XMLHttpRequest.
  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.cc 267 options.untrustedHTTP = true;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
AssociatedURLLoaderTest.cpp 201 options.untrustedHTTP = true;
217 options.untrustedHTTP = true;
  /external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp 328 if (m_options.untrustedHTTP) {

Completed in 87 milliseconds