Searched refs:install_sources (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_management.h93 URLPatternSet install_sources; member in struct:extensions::ExtensionManagement::GlobalSettings
H A Dextension_management.cc113 install_sources.ClearPatterns();
191 global_settings_.install_sources;
312 global_settings_.install_sources.AddPattern(entry);
H A Dextension_management_unittest.cc52 " \"install_sources\": [\"*://foo.com/*\"],"
210 extension_management_->ReadGlobalSettings().install_sources;
328 extension_management_->ReadGlobalSettings().install_sources;
358 .install_sources.MatchesURL(GURL("https://www.example.com/foo")));
370 .install_sources.MatchesURL(GURL("https://www.example.com/foo")));
380 .install_sources.MatchesURL(
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc1801 base::ListValue install_sources; local
1802 install_sources.AppendString(install_source_url.spec());
1803 install_sources.AppendString(referrer_url.spec());
1806 POLICY_SCOPE_USER, install_sources.DeepCopy(), NULL);

Completed in 131 milliseconds