OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseContentTypeOptionsHeader
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ScriptResource.cpp
91
return
parseContentTypeOptionsHeader
(m_response.httpHeaderField("X-Content-Type-Options")) != ContentTypeOptionsNosniff || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType());
/external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.h
104
PLATFORM_EXPORT ContentTypeOptionsDisposition
parseContentTypeOptionsHeader
(const String& header);
Completed in 327 milliseconds