HomeSort by relevance Sort by last modified time
    Searched defs:identity_constants (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.h 41 namespace identity_constants { namespace in namespace:extensions
53 } // namespace identity_constants
identity_api.cc 53 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::kNoGrant)
    [all...]

Completed in 98 milliseconds