Searched refs:from_webstore (Results 1 – 18 of 18) sorted by relevance
121 base::DictionaryValue* CreateEntryWithUpdateUrl(bool from_webstore) { in CreateEntryWithUpdateUrl() argument124 from_webstore ? extension_urls::GetWebstoreUpdateUrl().spec() in CreateEntryWithUpdateUrl()188 bool from_webstore = false; in TEST_F() local190 extensions::ExternalProviderImpl::kIsFromWebstore, &from_webstore)); in TEST_F()191 EXPECT_TRUE(from_webstore); in TEST_F()227 from_webstore = false; in TEST_F()229 extensions::ExternalProviderImpl::kIsFromWebstore, &from_webstore)); in TEST_F()230 EXPECT_TRUE(from_webstore); in TEST_F()
122 extension->from_webstore())) { in GetPermittedChromeSchemeHosts()
345 EXPECT_TRUE(extension->from_webstore()); in TEST()352 EXPECT_FALSE(extension->from_webstore()); in TEST()
89 return extension->from_webstore() ? in GetDetailsURL()
39 self._app_id = self.InstallExtension(app_path, from_webstore=True)
306 if ((*ex)->from_webstore()) { in LoadAllExtensions()327 if (!(*ex)->from_webstore()) { in LoadAllExtensions()
133 return extension.from_webstore() || updates_from_store; in FromStore()
158 return extension->from_webstore() && IsSharedModule(extension); in IsCWSSharedModule()760 if ((extension && extension->from_webstore()) || in UpdateExtension()2057 if (extension->from_webstore()) { in CheckImports()2067 if (imported_module->from_webstore()) { in CheckImports()2127 if (imported_module && imported_module->from_webstore()) { in PruneSharedModulesOnUninstall()
572 if (extension()->from_webstore() && client_) in ConfirmInstall()
613 if (extension->from_webstore() || in ConfirmInstall()
2831 ASSERT_FALSE(extension->from_webstore()); in TEST_F()2842 ASSERT_TRUE(extension->from_webstore()); in TEST_F()3906 EXPECT_TRUE(extension->from_webstore()); in TEST_F()3997 EXPECT_TRUE(extension->from_webstore()); in TEST_F()
1809 new base::FundamentalValue(extension->from_webstore())); in PopulateExtensionInfoPrefs()
78 return extension && extension->from_webstore(); in IsAppFromWebStore()
313 bool from_webstore() const { return (creation_flags_ & FROM_WEBSTORE) != 0; } in from_webstore() function
56 if (extension->from_webstore()) in CanSpecifyExperimentalPermission()
851 extension->from_webstore(); in IsNaClAllowed()
2683 def InstallExtension(self, extension_path, with_ui=False, from_webstore=None, argument2715 if from_webstore:
3427 bool from_webstore = false; in InstallExtension() local3445 args->GetBoolean("from_webstore", &from_webstore); in InstallExtension()3470 if (from_webstore) in InstallExtension()