Searched refs:OnMintTokenFailure (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow_unittest.cc134 MOCK_METHOD1(OnMintTokenFailure,
284 EXPECT_CALL(delegate_, OnMintTokenFailure(_));
291 EXPECT_CALL(delegate_, OnMintTokenFailure(_));
298 EXPECT_CALL(delegate_, OnMintTokenFailure(_));
312 EXPECT_CALL(delegate_, OnMintTokenFailure(_));
319 EXPECT_CALL(delegate_, OnMintTokenFailure(_));
344 EXPECT_CALL(delegate_, OnMintTokenFailure(_));
361 EXPECT_CALL(delegate_, OnMintTokenFailure(error));
H A Doauth2_mint_token_flow.h98 virtual void OnMintTokenFailure(const GoogleServiceAuthError& error) {} function in class:OAuth2MintTokenFlow::Delegate
H A Doauth2_mint_token_flow.cc147 delegate_->OnMintTokenFailure(error);
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_toggle_flow.h44 virtual void OnMintTokenFailure(
H A Deasy_unlock_toggle_flow.cc199 void EasyUnlockToggleFlow::OnMintTokenFailure( function in class:EasyUnlockToggleFlow
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.h250 virtual void OnMintTokenFailure(
H A Didentity_apitest.cc202 delegate_->OnMintTokenFailure(error);
208 delegate_->OnMintTokenFailure(error);
214 delegate_->OnMintTokenFailure(error);
H A Didentity_api.cc560 void IdentityGetAuthTokenFunction::OnMintTokenFailure( function in class:extensions::IdentityGetAuthTokenFunction
565 "OnMintTokenFailure",

Completed in 141 milliseconds