Searched refs:kNoGrant (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc48 const char kNoGrant[] = "OAuth2 not granted or revoked."; member in namespace:extensions::identity_constants
172 CompleteFunctionWithError(identity_constants::kNoGrant);
179 CompleteFunctionWithError(identity_constants::kNoGrant);
H A Didentity_api.h39 extern const char kNoGrant[];
H A Dexperimental_identity_api.cc131 CompleteFunctionWithError(identity_constants::kNoGrant);
H A Didentity_apitest.cc445 EXPECT_EQ(std::string(errors::kNoGrant), error);
865 EXPECT_EQ(std::string(errors::kNoGrant), error);
913 EXPECT_EQ(std::string(errors::kNoGrant), error);
H A Dexperimental_identity_apitest.cc358 EXPECT_EQ(std::string(errors::kNoGrant), error);

Completed in 54 milliseconds