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 35 namespace identity_constants { namespace in namespace:extensions
46 } // namespace identity_constants
identity_api.cc 44 namespace identity_constants { namespace in namespace:extensions
57 } // namespace identity_constants
76 error_ = identity_constants::kOffTheRecord;
95 error_ = identity_constants::kInvalidClientId;
100 error_ = identity_constants::kInvalidScopes;
117 error_ = identity_constants::kUserNotSignedIn;
172 CompleteFunctionWithError(identity_constants::kNoGrant);
179 CompleteFunctionWithError(identity_constants::kNoGrant);
302 std::string(identity_constants::kAuthFailure) + error.ToString());
325 CompleteFunctionWithError(identity_constants::kUserNotSignedIn)
    [all...]

Completed in 84 milliseconds