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

1 2

  /external/chromium_org/net/cookies/
cookie_store_test_helpers.h 45 const std::string& cookie_name);
48 const std::string& cookie_name,
cookie_store.h 61 const std::string& cookie_name,
canonical_cookie_unittest.cc 179 std::string cookie_name = "A"; local
191 new CanonicalCookie(url, cookie_name, cookie_value, cookie_domain,
199 new CanonicalCookie(url, cookie_name, cookie_value, cookie_domain,
207 other_cookie.reset(new CanonicalCookie(url, cookie_name, "2", cookie_domain,
216 other_cookie.reset(new CanonicalCookie(url, cookie_name, "2", cookie_domain,
223 other_cookie.reset(new CanonicalCookie(url, cookie_name, cookie_name,
239 other_cookie.reset(new CanonicalCookie(url, cookie_name, cookie_value,
248 other_cookie.reset(new CanonicalCookie(url, cookie_name, cookie_value,
255 other_cookie.reset(new CanonicalCookie(url, cookie_name, cookie_value
    [all...]
cookie_store_test_helpers.cc 99 const std::string& cookie_name) {
104 const std::string& cookie_name,
cookie_monster.h 269 // Deletes all cookies with that might apply to |url| that has |cookie_name|.
271 const GURL& url, const std::string& cookie_name,
434 void DeleteCookie(const GURL& url, const std::string& cookie_name);
    [all...]
cookie_monster.cc 810 const std::string& cookie_name,
814 cookie_name_(cookie_name) {
    [all...]
cookie_store_unittest.h 153 const std::string& cookie_name) {
157 url, cookie_name,
    [all...]
  /external/chromium/chrome/browser/automation/
automation_util.h 50 const std::string& cookie_name,
automation_util.cc 162 const std::string& cookie_name,
179 url, cookie_name, context_getter, &event)));
automation_resource_message_filter.cc 67 const std::string& cookie_name) {
  /external/chromium/net/base/
cookie_store.h 44 const std::string& cookie_name) = 0;
cookie_monster.h 233 // Deletes all cookies with that might apply to |url| that has |cookie_name|.
234 virtual void DeleteCookie(const GURL& url, const std::string& cookie_name);
    [all...]
cookie_monster.cc 806 const std::string& cookie_name) {
822 if ((*it)->Name() != cookie_name)
    [all...]
  /external/chromium_org/content/renderer/
renderer_webcookiejar_impl.h 35 const blink::WebURL& url, const blink::WebString& cookie_name);
renderer_webcookiejar_impl.cc 66 const WebURL& url, const WebString& cookie_name) {
67 std::string cookie_name_utf8 = UTF16ToUTF8(cookie_name);
  /external/chromium_org/chrome/browser/automation/
automation_util.h 69 const std::string& cookie_name,
automation_util.cc 264 const std::string& cookie_name,
275 base::Bind(&DeleteCookieOnIOThread, url, cookie_name, context_getter,
  /external/chromium_org/chrome/test/ui/
ui_test.cc 569 std::string cookie_name = name; local
570 cookie_name.append(".");
571 cookie_name.append(id);
572 cookie_name.append(".");
573 cookie_name.append(test_complete_cookie);
578 cookie_name.c_str(),
610 const char* cookie_name,
618 EXPECT_TRUE(tab->GetCookieByName(url, cookie_name, &cookie_value));
631 const char* cookie_name,
638 EXPECT_TRUE(tab->GetCookieByName(url, cookie_name, &cookie_value))
    [all...]
ui_test.h 378 // Polls the tab for the cookie_name cookie and returns once one of the
384 const char* cookie_name,
388 // Polls the tab for the cookie_name cookie and returns once one of the
395 const char* cookie_name,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 42 var cookie_name = "COVERAGE_INDEX_SORT";
46 if (document.cookie.indexOf(cookie_name) > -1) {
51 if ($.trim(parts[0]) === cookie_name && parts[1]) {
101 document.cookie = cookie_name + "=" + sort_list.toString() + "; path=/";
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 568 net::CanonicalCookie* cookie_name = NULL; local
571 cookie_name = cookies_[0];
574 cookie_name = cookies_[1];
577 EXPECT_EQ("encrypted_value123XYZ", cookie_name->Value());
  /external/chromium_org/chrome_frame/test/data/
chrome_frame_tester_helpers.js 89 var cookie_name = name + "=";
97 if (c.indexOf(cookie_name) == 0) {
98 return c.substring(cookie_name.length, c.length);
  /external/chromium/net/websockets/
websocket_job_unittest.cc 114 const std::string& cookie_name) {}
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 640 const std::string& cookie_name) {
647 context->cookie_store()->DeleteCookieAsync(url, cookie_name, base::Closure());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 493 base::StringPiece cookie_name(cookie_name_beginning, i);
513 parsed_cookies->push_back(make_pair(cookie_name, cookie_value));
    [all...]

Completed in 4562 milliseconds

1 2