OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sniffContent
(Results
1 - 8
of
8
) sorted by null
/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/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
; }
/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;
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp
822
options.
sniffContent
= DoNotSniffContent;
[
all
...]
Completed in 154 milliseconds