OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:untrustedHTTP
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebURLLoaderOptions.h
51
:
untrustedHTTP
(false)
59
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
272
options.
untrustedHTTP
= true;
/external/chromium_org/third_party/WebKit/Source/web/tests/
AssociatedURLLoaderTest.cpp
204
options.
untrustedHTTP
= true;
220
options.
untrustedHTTP
= true;
/external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp
331
if (m_options.
untrustedHTTP
) {
Completed in 769 milliseconds