OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setRequestHeaderInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp
643
setRequestHeaderInternal
("Content-Type", "application/xml");
669
setRequestHeaderInternal
("Content-Type", "text/plain;charset=UTF-8");
694
setRequestHeaderInternal
("Content-Type", AtomicString(blobType));
697
setRequestHeaderInternal
("Content-Type", "");
724
setRequestHeaderInternal
("Content-Type", contentType);
[
all
...]
XMLHttpRequest.h
171
void
setRequestHeaderInternal
(const AtomicString& name, const AtomicString& value);
Completed in 44 milliseconds