Home
last modified time | relevance | path

Searched refs:AppendHeaderIfMissing (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_handshake_handler.h43 void AppendHeaderIfMissing(const std::string& name,
Dwebsocket_handshake_handler_test.cc75 handler.AppendHeaderIfMissing("Cookie", in TEST()
Dwebsocket_handshake_handler.cc185 void WebSocketHandshakeRequestHandler::AppendHeaderIfMissing( in AppendHeaderIfMissing() function in net::WebSocketHandshakeRequestHandler
188 HttpUtil::AppendHeaderIfMissing(name.c_str(), value, &headers_); in AppendHeaderIfMissing()
Dwebsocket_job.cc388 handshake_request_->AppendHeaderIfMissing("Cookie", cookie); in LoadCookieCallback()
/external/chromium_org/net/http/
Dhttp_util.h188 static void AppendHeaderIfMissing(const char* header_name,
Dhttp_util.cc686 void HttpUtil::AppendHeaderIfMissing(const char* header_name, in AppendHeaderIfMissing() function in net::HttpUtil
/external/chromium_org/chrome/browser/rlz/
Drlz.cc533 net::HttpUtil::AppendHeaderIfMissing("X-Rlz-String", in GetAccessPointHttpHeader()