Searched refs:from_webstore (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/common/extensions/permissions/
H A Dchrome_scheme_hosts.cc57 extension->from_webstore())) {
H A Dpermissions_data.cc69 if (extension->from_webstore())
96 // TODO(aboxhall): return from_webstore() when webstore handles blocking
/external/chromium_org/chrome/test/functional/
H A Ddoc_viewing.py27 ext_id = self.InstallExtension(extension_path, from_webstore=True)
H A Dsecure_shell.py39 self._app_id = self.InstallExtension(app_path, from_webstore=True)
/external/chromium_org/chrome/browser/extensions/
H A Dextension_browsertest.h272 bool from_webstore);
286 bool from_webstore,
H A Dinstalled_loader.cc312 if ((*ex)->from_webstore()) {
318 // have the from_webstore bit if they update from the webstore.
333 if (!(*ex)->from_webstore()) {
H A Dextension_browsertest.cc379 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) {
373 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Browser* browser, bool from_webstore) argument
395 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source, Browser* browser, bool from_webstore, bool wait_for_idle) argument
H A Dcrx_installer.cc496 if (extension()->from_webstore() && client_)
H A Dextension_install_prompt.cc565 if (extension->from_webstore() ||
H A Dextension_service.cc667 if ((extension && extension->from_webstore()) ||
2314 if (extension->from_webstore()) {
2324 if (imported_module->from_webstore()) {
2374 if (imported_module && imported_module->from_webstore()) {
H A Dextension_prefs.cc175 const char kPrefFromWebStore[] = "from_webstore";
1787 Value::CreateBooleanValue(extension->from_webstore()));
H A Dextension_service_unittest.cc2723 ValidateBooleanPref(good_crx, "from_webstore", false);
2724 ASSERT_FALSE(extension->from_webstore());
2730 ValidateBooleanPref(good_crx, "from_webstore", true);
2735 ASSERT_TRUE(extension->from_webstore());
2741 ValidateBooleanPref(good_crx, "from_webstore", true);
3771 EXPECT_TRUE(extension->from_webstore());
3862 EXPECT_TRUE(extension->from_webstore());
/external/chromium_org/chrome/common/extensions/
H A Dextension_unittest.cc277 EXPECT_TRUE(extension->from_webstore());
284 EXPECT_FALSE(extension->from_webstore());
H A Dextension.h309 bool from_webstore() const { return (creation_flags_ & FROM_WEBSTORE) != 0; } function in class:extensions::Extension
H A Dmanifest_url_handler.cc80 return extension->from_webstore() ?
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_context_menu.cc329 return extension && extension->from_webstore();
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc789 extension && extension->from_webstore();
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py2687 def InstallExtension(self, extension_path, with_ui=False, from_webstore=None,
2699 from_webstore: If True, forces a .crx extension to be recognized as one
2719 if from_webstore:
2720 cmd_dict['from_webstore'] = True
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc3470 bool from_webstore = false;
3488 args->GetBoolean("from_webstore", &from_webstore);
3513 if (from_webstore)

Completed in 318 milliseconds