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

  /external/chromium_org/chrome/common/extensions/permissions/
chrome_scheme_hosts.cc 57 extension->from_webstore())) {
permissions_data.cc 69 if (extension->from_webstore())
96 // TODO(aboxhall): return from_webstore() when webstore handles blocking
  /external/chromium_org/chrome/test/functional/
doc_viewing.py 27 ext_id = self.InstallExtension(extension_path, from_webstore=True)
secure_shell.py 39 self._app_id = self.InstallExtension(app_path, from_webstore=True)
  /external/chromium_org/chrome/browser/extensions/
extension_browsertest.h 272 bool from_webstore);
286 bool from_webstore,
installed_loader.cc 312 if ((*ex)->from_webstore()) {
318 // have the from_webstore bit if they update from the webstore.
333 if (!(*ex)->from_webstore()) {
extension_browsertest.cc 379 bool from_webstore) {
381 Manifest::INTERNAL, browser, from_webstore,
402 bool from_webstore,
432 installer->set_is_gallery_install(from_webstore);
435 if (!from_webstore) {
crx_installer.cc 496 if (extension()->from_webstore() && client_)
extension_install_prompt.cc 565 if (extension->from_webstore() ||
extension_service.cc 667 if ((extension && extension->from_webstore()) ||
671 creation_flags |= Extension::FROM_WEBSTORE;
    [all...]
extension_prefs.cc 175 const char kPrefFromWebStore[] = "from_webstore";
    [all...]
extension_service_unittest.cc 772 StartCRXInstall(path, Extension::FROM_WEBSTORE);
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_unittest.cc 276 extension = LoadManifest("app", "manifest.json", Extension::FROM_WEBSTORE);
277 EXPECT_TRUE(extension->from_webstore());
284 EXPECT_FALSE(extension->from_webstore());
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
manifest_url_handler.cc 80 return extension->from_webstore() ?
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 329 return extension && extension->from_webstore();
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 789 extension && extension->from_webstore();
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 3825 milliseconds