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

  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_api.cc 58 error_ = identity_constants::kOffTheRecord;
76 error_ = identity_constants::kInvalidClientId;
81 error_ = identity_constants::kInvalidScopes;
90 error_ = identity_constants::kUserNotSignedIn;
131 CompleteFunctionWithError(identity_constants::kNoGrant);
178 std::string(identity_constants::kAuthFailure) + error.ToString());
195 CompleteFunctionWithError(identity_constants::kUserNotSignedIn);
207 CompleteFunctionWithError(identity_constants::kUserRejected);
226 std::string(identity_constants::kAuthFailure) + error.ToString());
307 error_ = identity_constants::kOffTheRecord
    [all...]
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...]
identity_api.h 35 namespace identity_constants { namespace in namespace:extensions
46 } // namespace identity_constants
experimental_identity_apitest.cc 37 namespace errors = identity_constants;
identity_apitest.cc 42 namespace errors = identity_constants;
    [all...]

Completed in 50 milliseconds