Home
last modified time | relevance | path

Searched refs:excluded_domains (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dsettings_clear_browsing_data_handler.cc209 std::vector<std::string> excluded_domains; in ProcessInstalledApps() local
226 excluded_domains.push_back(domain); in ProcessInstalledApps()
230 if (!excluded_domains.empty() || !ignored_domains.empty()) { in ProcessInstalledApps()
232 profile_->GetOriginalProfile(), excluded_domains, in ProcessInstalledApps()
239 for (const std::string& domain : excluded_domains) in ProcessInstalledApps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsettings_clear_browsing_data_handler.cc202 std::vector<std::string> excluded_domains; in ProcessInstalledApps() local
219 excluded_domains.push_back(domain); in ProcessInstalledApps()
223 if (!excluded_domains.empty() || !ignored_domains.empty()) { in ProcessInstalledApps()
225 profile_->GetOriginalProfile(), excluded_domains, in ProcessInstalledApps()
232 for (const std::string& domain : excluded_domains) in ProcessInstalledApps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/declarative_net_request/
H A Dindexed_rule.h57 std::vector<std::string> excluded_domains; member
H A Dflat_ruleset_indexer_unittest.cc167 std::vector<std::string> excluded_domains, in CreateIndexedRule() argument
185 rule.excluded_domains = std::move(excluded_domains); in CreateIndexedRule()
213 indexed_rule->excluded_domains == ToVector(rule->domains_excluded()); in AreRulesEqual()
H A Dindexed_rule_unittest.cc342 std::unique_ptr<DomainVec> excluded_domains; in TEST_F() member
389 rule.condition.excluded_domains = std::move(cases[i].excluded_domains); in TEST_F()
399 indexed_rule.excluded_domains); in TEST_F()
H A Dindexed_rule.cc579 if (!CanonicalizeDomains(std::move(parsed_rule.condition.excluded_domains), in CreateIndexedRule()
580 &indexed_rule->excluded_domains)) { in CreateIndexedRule()
H A Dflat_ruleset_indexer.cc206 BuildVectorOfSharedStrings(&builder_, indexed_rule.excluded_domains); in AddUrlRule()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/
H A Dindexed_rule.h57 std::vector<std::string> excluded_domains; member
H A Dflat_ruleset_indexer_unittest.cc156 std::vector<std::string> excluded_domains, in CreateIndexedRule() argument
175 rule.excluded_domains = std::move(excluded_domains); in CreateIndexedRule()
204 indexed_rule->excluded_domains == ToVector(rule->domains_excluded()); in AreRulesEqual()
H A Dindexed_rule_unittest.cc368 std::unique_ptr<DomainVec> excluded_domains; in TEST_F() member
415 rule.condition.excluded_domains = std::move(cases[i].excluded_domains); in TEST_F()
425 indexed_rule.excluded_domains); in TEST_F()
H A Dindexed_rule.cc561 if (!CanonicalizeDomains(std::move(parsed_rule.condition.excluded_domains), in CreateIndexedRule()
562 &indexed_rule->excluded_domains)) { in CreateIndexedRule()
H A Dflat_ruleset_indexer.cc197 BuildVectorOfSharedStrings(&builder_, indexed_rule.excluded_domains); in AddUrlRule()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/engagement/
H A Dimportant_sites_util.cc503 std::unordered_set<std::string> excluded_domains = in GetInstalledRegisterableDomains() local
514 if (excluded_domains.find(domain_info.first) != excluded_domains.end()) in GetInstalledRegisterableDomains()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/protocol/
H A Dwifi_configuration_specifics.proto74 repeated string excluded_domains = 7; field
H A Dproto_visitors.h1172 VISIT_REP(excluded_domains); in VISIT_PROTO_FIELDS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/api/declarative_net_request/
H A Dtest_utils.h44 base::Optional<std::vector<std::string>> excluded_domains; member
H A Dtest_utils.cc125 SetValue(dict.get(), kExcludedDomainsKey, excluded_domains); in ToValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/api/declarative_net_request/
H A Dtest_utils.h45 base::Optional<std::vector<std::string>> excluded_domains; member
H A Dtest_utils.cc78 SetValue(dict.get(), kExcludedDomainsKey, excluded_domains); in ToValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dcallstats.py532 excluded_domains = ['adwords.google.com', 'speedometer-angular',
537 if domain in excluded_domains:
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Dcallstats.py515 excluded_domains = ['adwords.google.com', 'speedometer-angular',
520 if domain in excluded_domains:
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dcallstats.py532 excluded_domains = ['adwords.google.com', 'speedometer-angular',
537 if domain in excluded_domains:
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dcallstats.py532 excluded_domains = ['adwords.google.com', 'speedometer-angular',
537 if domain in excluded_domains:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/sync_wifi/
H A Dnetwork_type_conversions.cc238 synced_manual_configuration.excluded_domains()) { in MojoProxySettingsFromProto()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/declarative_net_request/
H A Ddeclarative_net_request_browsertest.cc789 std::vector<std::string> excluded_domains; in IN_PROC_BROWSER_TEST_P() member
806 rule.condition->excluded_domains = rule_data.excluded_domains; in IN_PROC_BROWSER_TEST_P()

12