OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sniffcontent
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoaderOptions.h
45
SniffContent
,
103
,
sniffContent
(DoNotSniffContent)
118
ContentSniffingPolicy
sniffContent
,
127
,
sniffContent
(
sniffContent
)
141
ContentSniffingPolicy
sniffContent
;
ResourceLoader.h
81
bool shouldSniffContent() const { return m_options.
sniffContent
==
SniffContent
; }
ResourceFetcher.cpp
343
request.setOptions(ResourceLoaderOptions(DoNotSendCallbacks,
SniffContent
, BufferData, AllowStoredCredentials, ClientRequestedCredentials, AskClientForCrossOriginCredentials, SkipSecurityCheck, CheckContentSecurityPolicy, DocumentContext));
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebURLLoaderOptions.h
52
,
sniffContent
(false)
60
bool
sniffContent
; // Whether to sniff content.
/external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp
347
options.
sniffContent
= m_options.
sniffContent
?
SniffContent
: DoNotSniffContent;
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderLoader.cpp
109
options.
sniffContent
= DoNotSniffContent;
/external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.cpp
139
options.
sniffContent
= DoNotSniffContent;
/external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.cpp
405
options.
sniffContent
= DoNotSniffContent;
DocumentLoader.cpp
846
(SendCallbacks,
SniffContent
, DoNotBufferData, AllowStoredCredentials, ClientRequestedCredentials, AskClientForCrossOriginCredentials, SkipSecurityCheck, CheckContentSecurityPolicy, DocumentContext));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp
822
options.
sniffContent
= DoNotSniffContent;
[
all
...]
Completed in 271 milliseconds