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

  /external/chromium_org/chrome/common/extensions/api/identity/
oauth2_manifest_handler.cc 60 if (extension->manifest()->HasPath(keys::kOAuth2AutoApprove) &&
extension_manifests_auth_unittest.cc 62 ext_manifest->SetBoolean(keys::kOAuth2AutoApprove, false);
65 ext_manifest->SetBoolean(keys::kOAuth2AutoApprove, true);
68 ext_manifest->SetString(keys::kOAuth2AutoApprove, "incorrect value");
108 ext_manifest.SetBoolean(keys::kOAuth2AutoApprove, true);
  /external/chromium_org/chrome/common/extensions/
extension_manifest_constants.cc 78 const char kOAuth2AutoApprove[] = "oauth2.auto_approve";
extension_manifest_constants.h 90 extern const char kOAuth2AutoApprove[];

Completed in 1294 milliseconds