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

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.h45 extern const char kNoGrant[];
H A Didentity_api.cc57 const char kNoGrant[] = "OAuth2 not granted or revoked."; member in namespace:extensions::identity_constants
454 CompleteFunctionWithError(identity_constants::kNoGrant);
460 CompleteFunctionWithError(identity_constants::kNoGrant);
H A Didentity_apitest.cc816 EXPECT_EQ(std::string(errors::kNoGrant), error);
1253 EXPECT_EQ(std::string(errors::kNoGrant), error);
1297 EXPECT_EQ(std::string(errors::kNoGrant), error);

Completed in 2068 milliseconds