OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAllowedHTTPHeader
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h
130
static bool
isAllowedHTTPHeader
(const String&);
XMLHttpRequest.cpp
506
bool XMLHttpRequest::
isAllowedHTTPHeader
(const String& name)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
AssociatedURLLoader.cpp
77
m_isSafe = m_isSafe && isValidHTTPToken(name) && XMLHttpRequest::
isAllowedHTTPHeader
(name) && isValidHTTPHeaderValue(value);
Completed in 25 milliseconds