HomeSort by relevance Sort by last modified time
    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 44 MOCK_METHOD1(OnDidFetchWalletCookieValue,
133 EXPECT_CALL(mock_delegate_, OnDidFetchWalletCookieValue("gdToken"));
155 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_unittest.cc 472 controller()->OnDidFetchWalletCookieValue(std::string());
    [all...]
autofill_dialog_controller_impl.h 214 virtual void OnDidFetchWalletCookieValue(
    [all...]
autofill_dialog_controller_impl.cc     [all...]

Completed in 55 milliseconds