OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:untrustedHTTP
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebURLLoaderOptions.h
51
:
untrustedHTTP
(false)
58
bool
untrustedHTTP
; // Whether to validate the method and headers as if this was an XMLHttpRequest.
/external/chromium_org/third_party/WebKit/Source/web/tests/
AssociatedURLLoaderTest.cpp
195
options.
untrustedHTTP
= true;
214
options.
untrustedHTTP
= true;
/external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.cc
270
options.
untrustedHTTP
= true;
/external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp
325
if (m_options.
untrustedHTTP
) {
/external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc
242
options.
untrustedHTTP
= true;
[
all
...]
Completed in 828 milliseconds