HomeSort by relevance Sort by last modified time
    Searched refs:CreateMintTokenFlow (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_apitest.cc 311 MOCK_METHOD1(CreateMintTokenFlow,
448 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
476 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
495 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
517 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
550 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
581 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
612 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
631 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)).WillOnce(Return(flow));
649 EXPECT_CALL(*func.get(), CreateMintTokenFlow(_)
    [all...]
identity_api.h 155 virtual OAuth2MintTokenFlow* CreateMintTokenFlow(
identity_api.cc 449 mint_token_flow_.reset(CreateMintTokenFlow(login_access_token));
469 OAuth2MintTokenFlow* IdentityGetAuthTokenFunction::CreateMintTokenFlow(

Completed in 25 milliseconds