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

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_experimental_unittest.cc 20 extensions::Extension::FROM_WEBSTORE);
  /external/chromium_org/chrome/browser/extensions/
crx_installer.h 139 return (creation_flags_ & Extension::FROM_WEBSTORE) > 0;
143 creation_flags_ |= Extension::FROM_WEBSTORE;
145 creation_flags_ &= ~Extension::FROM_WEBSTORE;
external_provider_impl.cc 201 creation_flags |= Extension::FROM_WEBSTORE;
379 bundled_extension_creation_flags = Extension::FROM_WEBSTORE |
461 Extension::FROM_WEBSTORE |
491 Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT)));
webstore_standalone_installer.cc 270 Extension::REQUIRE_KEY | Extension::FROM_WEBSTORE,
extension_prefs_unittest.cc 666 dictionary.SetString(extension_manifest_keys::kName, "from_webstore");
669 dictionary, Manifest::INTERNAL, Extension::FROM_WEBSTORE);
extension_prefs.cc 175 const char kPrefFromWebStore[] = "from_webstore";
    [all...]
extension_service_unittest.cc 772 StartCRXInstall(path, Extension::FROM_WEBSTORE);
    [all...]
extension_service.cc 667 if ((extension && extension->from_webstore()) ||
671 creation_flags |= Extension::FROM_WEBSTORE;
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension.h 128 // |FROM_WEBSTORE| indicates that the extension was installed from the
130 FROM_WEBSTORE = 1 << 3,
309 bool from_webstore() const { return (creation_flags_ & FROM_WEBSTORE) != 0; } function in class:extensions::Extension
extension_unittest.cc 276 extension = LoadManifest("app", "manifest.json", Extension::FROM_WEBSTORE);
277 EXPECT_TRUE(extension->from_webstore());
284 EXPECT_FALSE(extension->from_webstore());
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client_unittest.cc 84 extensions::Extension::FROM_WEBSTORE:
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 406 Extension::FROM_WEBSTORE,
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 570 installer->set_creation_flags(extensions::Extension::FROM_WEBSTORE);
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 471 milliseconds