HomeSort by relevance Sort by last modified time
    Searched refs:setRequestHeaderInternal (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 494 setRequestHeaderInternal("Content-Type", "application/x-www-form-urlencoded");
498 setRequestHeaderInternal("Content-Type", "application/xml");
525 setRequestHeaderInternal("Content-Type", "application/x-www-form-urlencoded");
528 setRequestHeaderInternal("Content-Type", "application/xml");
578 setRequestHeaderInternal("Content-Type", contentType);
832 setRequestHeaderInternal(name, value);
835 void XMLHttpRequest::setRequestHeaderInternal(const AtomicString& name, const String& value)
    [all...]
XMLHttpRequest.h 164 void setRequestHeaderInternal(const AtomicString& name, const String& value);

Completed in 14 milliseconds