OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnDidFetchWalletCookieValue
(Results
1 - 7
of
7
) 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_unittest.cc
42
MOCK_METHOD1(
OnDidFetchWalletCookieValue
,
127
EXPECT_CALL(mock_delegate_,
OnDidFetchWalletCookieValue
("gdToken"));
147
EXPECT_CALL(mock_delegate_,
OnDidFetchWalletCookieValue
(std::string()));
wallet_signin_helper.cc
171
delegate_->
OnDidFetchWalletCookieValue
(cookie_value);
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc
[
all
...]
autofill_dialog_controller_impl.h
217
virtual void
OnDidFetchWalletCookieValue
(
[
all
...]
autofill_dialog_controller_unittest.cc
426
controller()->
OnDidFetchWalletCookieValue
(std::string());
[
all
...]
autofill_dialog_controller_impl.cc
[
all
...]
Completed in 52 milliseconds