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

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 46 namespace identity_constants { namespace in namespace:extensions
59 } // namespace identity_constants
78 error_ = identity_constants::kOffTheRecord;
97 error_ = identity_constants::kInvalidClientId;
102 error_ = identity_constants::kInvalidScopes;
127 error_ = identity_constants::kUserNotSignedIn;
181 CompleteFunctionWithError(identity_constants::kNoGrant);
187 CompleteFunctionWithError(identity_constants::kNoGrant);
303 std::string(identity_constants::kAuthFailure) + error.ToString());
326 CompleteFunctionWithError(identity_constants::kUserNotSignedIn)
    [all...]
identity_api.h 43 namespace identity_constants { namespace in namespace:extensions
54 } // namespace identity_constants
identity_apitest.cc 45 namespace errors = identity_constants;
    [all...]

Completed in 471 milliseconds