Searched defs:identity_constants (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.h41 namespace identity_constants { namespace in namespace:extensions
53 } // namespace identity_constants
H A Didentity_api.cc53 namespace identity_constants { namespace in namespace:extensions
67 } // namespace identity_constants
92 identity_constants::kCachedIssueAdviceTTLSeconds);
268 return RespondNow(Error(identity_constants::kOffTheRecord));
306 error_ = identity_constants::kOffTheRecord;
325 error_ = identity_constants::kInvalidClientId;
344 error_ = identity_constants::kUserNotSignedIn;
359 error_ = identity_constants::kInvalidScopes;
381 CompleteFunctionWithError(identity_constants::kUserNotSignedIn);
454 CompleteFunctionWithError(identity_constants
[all...]

Completed in 84 milliseconds