Home
last modified time | relevance | path

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

/external/chromium/net/websockets/
Dwebsocket_handshake_handler.h41 void AppendHeaderIfMissing(const std::string& name,
Dwebsocket_handshake_handler.cc175 void WebSocketHandshakeRequestHandler::AppendHeaderIfMissing( in AppendHeaderIfMissing() function in net::WebSocketHandshakeRequestHandler
178 HttpUtil::AppendHeaderIfMissing(name.c_str(), value, &headers_); in AppendHeaderIfMissing()
Dwebsocket_handshake_handler_unittest.cc77 handler.AppendHeaderIfMissing("Cookie", in TEST()
Dwebsocket_job.cc304 handshake_request_->AppendHeaderIfMissing("Cookie", cookie); in OnCanGetCookiesCompleted()
/external/chromium/net/http/
Dhttp_util.h159 static void AppendHeaderIfMissing(const char* header_name,
Dhttp_util.cc607 void HttpUtil::AppendHeaderIfMissing(const char* header_name, in AppendHeaderIfMissing() function in net::HttpUtil
/external/chromium/chrome/browser/instant/
Dinstant_loader.cc429 net::HttpUtil::AppendHeaderIfMissing(kPreviewHeader, kPreviewHeaderValue, in GetNavigationHeaders()