Searched refs:OnDidFetchWalletCookieValue (Results 1 – 7 of 7) sorted by relevance
42 MOCK_METHOD1(OnDidFetchWalletCookieValue,127 EXPECT_CALL(mock_delegate_, OnDidFetchWalletCookieValue("gdToken")); in TEST_F()147 EXPECT_CALL(mock_delegate_, OnDidFetchWalletCookieValue(std::string())); in TEST_F()
29 virtual void OnDidFetchWalletCookieValue(const std::string& cookie_value) = 0;
171 delegate_->OnDidFetchWalletCookieValue(cookie_value); in ReturnWalletCookieValue()
975 controller()->OnDidFetchWalletCookieValue(std::string()); in IN_PROC_BROWSER_TEST_F()1010 controller()->OnDidFetchWalletCookieValue(std::string()); in IN_PROC_BROWSER_TEST_F()1068 controller()->OnDidFetchWalletCookieValue(std::string()); in IN_PROC_BROWSER_TEST_F()1119 controller()->OnDidFetchWalletCookieValue(std::string()); in IN_PROC_BROWSER_TEST_F()1290 controller()->OnDidFetchWalletCookieValue(std::string()); in IN_PROC_BROWSER_TEST_F()1321 controller()->OnDidFetchWalletCookieValue(std::string()); in IN_PROC_BROWSER_TEST_F()
217 virtual void OnDidFetchWalletCookieValue(
426 controller()->OnDidFetchWalletCookieValue(std::string()); in SetUpControllerWithFormData()1903 controller()->OnDidFetchWalletCookieValue(std::string()); in TEST_F()2627 controller()->OnDidFetchWalletCookieValue(std::string()); in TEST_F()2658 controller()->OnDidFetchWalletCookieValue(std::string()); in TEST_F()
2346 void AutofillDialogControllerImpl::OnDidFetchWalletCookieValue( in OnDidFetchWalletCookieValue() function in autofill::AutofillDialogControllerImpl