HomeSort by relevance Sort by last modified time
    Searched refs:cookie_name (Results 1 - 25 of 37) 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,
433 void DeleteCookie(const GURL& url, const std::string& cookie_name);
    [all...]
cookie_monster.cc 789 const std::string& cookie_name,
793 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...]
  /external/chromium_org/content/renderer/
renderer_webcookiejar_impl.h 35 const WebKit::WebURL& url, const WebKit::WebString& cookie_name);
renderer_webcookiejar_impl.cc 74 const WebURL& url, const WebString& cookie_name) {
75 std::string cookie_name_utf8 = UTF16ToUTF8(cookie_name);
  /external/chromium_org/third_party/mongoose/
mongoose.h 213 const char *cookie_name, char *buf, size_t buf_len);
  /external/chromium_org/chrome/test/ui/
ui_test.cc 568 std::string cookie_name = name; local
569 cookie_name.append(".");
570 cookie_name.append(id);
571 cookie_name.append(".");
572 cookie_name.append(test_complete_cookie);
577 cookie_name.c_str(),
609 const char* cookie_name,
617 EXPECT_TRUE(tab->GetCookieByName(url, cookie_name, &cookie_value));
630 const char* cookie_name,
637 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/chrome/browser/automation/
automation_util.h 70 const std::string& cookie_name,
automation_util.cc 276 const std::string& cookie_name,
287 base::Bind(&DeleteCookieOnIOThread, url, cookie_name, context_getter,
  /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/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_org/chrome/test/webdriver/
webdriver_automation.h 137 const std::string& cookie_name,
webdriver_session.h 148 Error* DeleteCookie(const std::string& url, const std::string& cookie_name);
  /external/chromium_org/chrome/test/automation/
automation_json_requests.h 277 const std::string& cookie_name,
  /external/chromium/net/websockets/
websocket_job_unittest.cc 114 const std::string& cookie_name) {}

Completed in 1482 milliseconds

1 2