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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper_delegate.h 29 virtual void OnDidFetchWalletCookieValue(const std::string& cookie_value) = 0;
wallet_signin_helper.h 64 void ReturnWalletCookieValue(const std::string& cookie_value);
wallet_signin_helper.cc 168 const std::string& cookie_value) {
171 delegate_->OnDidFetchWalletCookieValue(cookie_value);
wallet_signin_helper_unittest.cc 45 void(const std::string& cookie_value));
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 1379 std::string cookie_value; local
1458 std::string cookie_value; local
1525 std::string cookie_value; local
    [all...]
app_browsertest.cc 429 std::string cookie_value; local
434 &cookie_value);
435 ASSERT_EQ("testCookie=1", cookie_value);
    [all...]
  /external/chromium_org/android_webview/native/
cookie_manager.cc 153 const std::string& cookie_value,
156 const std::string& cookie_value);
341 const std::string& cookie_value,
348 cookie_value,
353 const std::string& cookie_value) {
357 cookie_value));
372 std::string cookie_value; local
376 &cookie_value));
377 return cookie_value;
536 std::string cookie_value(ConvertJavaStringToUTF8(env, value))
    [all...]
  /external/chromium_org/net/cookies/
cookie_util.cc 229 base::StringPiece cookie_value; local
239 cookie_value = base::StringPiece(cookie_value_beginning, i);
243 cookie_value = base::StringPiece(cookie_value_beginning, i);
247 parsed_cookies->push_back(std::make_pair(cookie_name, cookie_value));
canonical_cookie_unittest.cc 180 std::string cookie_value = "2EDA-EF"; local
191 new CanonicalCookie(url, cookie_name, cookie_value, cookie_domain,
199 new CanonicalCookie(url, cookie_name, cookie_value, cookie_domain,
232 other_cookie.reset(new CanonicalCookie(url, "B", cookie_value, cookie_domain,
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,
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data_unittest.cc 84 const std::string& cookie_value,
206 const std::string& cookie_value,
228 cookie_value,
239 cookie_value,
  /external/chromium_org/chrome/browser/extensions/
extension_apitest.cc 85 std::string cookie_value = local
89 base::SplitString(cookie_value, '&', &cookies);
  /external/chromium_org/net/spdy/
hpack_decoder_test.cc 44 string cookie_value() { function in class:net::test::HpackDecoderPeer
131 EXPECT_EQ(decoder_peer_.cookie_value(), "");
  /external/chromium_org/chrome/browser/chromeos/login/saml/
saml_browsertest.cc 120 void SetCookieValue(const std::string& cookie_value);
175 void FakeSamlIdp::SetCookieValue(const std::string& cookie_value) {
176 cookie_value_ = cookie_value;
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.h 220 const std::string& cookie_value) OVERRIDE;
    [all...]
autofill_dialog_controller_impl.cc     [all...]

Completed in 977 milliseconds