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

  /external/chromium/net/base/
cookie_store.h 41 const std::string& cookie_name) = 0;
cookie_monster.h 81 virtual void DeleteCookie(const GURL& url, const std::string& cookie_name);
cookie_monster.cc 745 const std::string& cookie_name) {
758 if ((*it)->Name() != cookie_name)
    [all...]
  /external/chromium/net/url_request/
url_request_http_job.cc 337 static const char* const cookie_name[] = { "cookie" }; local
339 request_info_.extra_headers, cookie_name, arraysize(cookie_name));

Completed in 147 milliseconds