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

  /external/chromium_org/net/websockets/
websocket_handshake_handler.h 43 void AppendHeaderIfMissing(const std::string& name,
websocket_handshake_handler_test.cc 75 handler.AppendHeaderIfMissing("Cookie",
websocket_handshake_handler.cc 185 void WebSocketHandshakeRequestHandler::AppendHeaderIfMissing(
188 HttpUtil::AppendHeaderIfMissing(name.c_str(), value, &headers_);
websocket_job.cc 388 handshake_request_->AppendHeaderIfMissing("Cookie", cookie);
  /external/chromium_org/net/http/
http_util.h 188 static void AppendHeaderIfMissing(const char* header_name,
http_util.cc 686 void HttpUtil::AppendHeaderIfMissing(const char* header_name,
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 533 net::HttpUtil::AppendHeaderIfMissing("X-Rlz-String",

Completed in 157 milliseconds