Searched refs:cookie_name (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/automation/ |
D | automation_util.h | 50 const std::string& cookie_name,
|
D | automation_util.cc | 162 const std::string& cookie_name, in DeleteCookie() argument 179 url, cookie_name, context_getter, &event))); in DeleteCookie()
|
D | automation_resource_message_filter.cc | 67 const std::string& cookie_name) { in DeleteCookie() argument
|
D | testing_automation_provider.h | 78 void DeleteCookie(const GURL& url, const std::string& cookie_name,
|
D | testing_automation_provider.cc | 531 const std::string& cookie_name, in DeleteCookie() argument 535 automation_util::DeleteCookie(url, cookie_name, contents, success); in DeleteCookie()
|
/external/chromium/net/base/ |
D | cookie_store.h | 44 const std::string& cookie_name) = 0;
|
D | cookie_monster.h | 234 virtual void DeleteCookie(const GURL& url, const std::string& cookie_name);
|
D | cookie_monster.cc | 806 const std::string& cookie_name) { in DeleteCookie() argument 822 if ((*it)->Name() != cookie_name) in DeleteCookie()
|
/external/chromium/net/websockets/ |
D | websocket_job_unittest.cc | 114 const std::string& cookie_name) {} in DeleteCookie() argument
|