Searched refs:cookie_value (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_signin_helper_delegate.h29 virtual void OnDidFetchWalletCookieValue(const std::string& cookie_value) = 0;
H A Dwallet_signin_helper.h64 void ReturnWalletCookieValue(const std::string& cookie_value);
H A Dwallet_signin_helper.cc168 const std::string& cookie_value) {
171 delegate_->OnDidFetchWalletCookieValue(cookie_value);
167 ReturnWalletCookieValue( const std::string& cookie_value) argument
H A Dwallet_signin_helper_unittest.cc45 void(const std::string& cookie_value));
/external/chromium_org/chrome/browser/apps/
H A Dweb_view_browsertest.cc1379 std::string cookie_value; local
1384 &cookie_size, &cookie_value);
1385 EXPECT_EQ("testCookie=1", cookie_value);
1393 &cookie_size, &cookie_value);
1394 EXPECT_EQ("guest1=true; guest2=true", cookie_value);
1398 &cookie_size, &cookie_value);
1399 EXPECT_EQ("guest1=true; guest2=true", cookie_value);
1404 &cookie_size, &cookie_value);
1405 EXPECT_EQ("", cookie_value);
1458 std::string cookie_value; local
1525 std::string cookie_value; local
[all...]
H A Dapp_browsertest.cc429 std::string cookie_value; local
434 &cookie_value);
435 ASSERT_EQ("testCookie=1", cookie_value);
/external/chromium_org/android_webview/native/
H A Dcookie_manager.cc153 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(ConvertJavaStringToUTF
339 SetCookie( const GURL& host, const std::string& cookie_value, scoped_ptr<BoolCookieCallbackHolder> callback_holder) argument
352 SetCookieSync(const GURL& host, const std::string& cookie_value) argument
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_util.cc229 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));
H A Dcanonical_cookie_unittest.cc180 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/
H A Dprofile_auth_data_unittest.cc84 const std::string& cookie_value,
206 const std::string& cookie_value,
228 cookie_value,
239 cookie_value,
203 PopulateBrowserContext( content::BrowserContext* browser_context, const std::string& proxy_auth_password, const std::string& cookie_value, const std::string& channel_id_private_key, const std::string& channel_id_cert) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_apitest.cc85 std::string cookie_value = local
89 base::SplitString(cookie_value, '&', &cookies);
/external/chromium_org/net/spdy/
H A Dhpack_decoder_test.cc44 string cookie_value() { function in class:net::test::HpackDecoderPeer
131 EXPECT_EQ(decoder_peer_.cookie_value(), "");
/external/chromium_org/chrome/browser/chromeos/login/saml/
H A Dsaml_browsertest.cc120 void SetCookieValue(const std::string& cookie_value);
175 void FakeSamlIdp::SetCookieValue(const std::string& cookie_value) { argument
176 cookie_value_ = cookie_value;
/external/chromium_org/net/tools/testserver/
H A Dtestserver.py1033 for cookie_value in cookie_values:
1034 self.send_header('Set-Cookie', '%s' % cookie_value)
1036 for cookie_value in cookie_values:
1037 self.wfile.write('%s' % cookie_value)
1085 for cookie_value in query_dict.get('set', []):
1086 self.send_header('Set-Cookie', '%s' % cookie_value)
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.h220 const std::string& cookie_value) OVERRIDE;
H A Dautofill_dialog_controller_impl.cc2642 const std::string& cookie_value) {
2643 wallet_cookie_value_ = cookie_value;
2641 OnDidFetchWalletCookieValue( const std::string& cookie_value) argument

Completed in 239 milliseconds