Home
last modified time | relevance | path

Searched refs:has_higher_priority_than (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/components/policy/core/common/
Dpolicy_service_impl.cc49 if (entry->has_higher_priority_than(current_priority)) { in RemapProxyPolicies()
55 if (!entry->has_higher_priority_than(current_priority) && in RemapProxyPolicies()
56 !current_priority.has_higher_priority_than(*entry)) { in RemapProxyPolicies()
66 (!existing || current_priority.has_higher_priority_than(*existing))) { in RemapProxyPolicies()
Dpolicy_map.cc36 bool PolicyMap::Entry::has_higher_priority_than( in has_higher_priority_than() function in policy::PolicyMap::Entry
147 if (!entry || it.second.has_higher_priority_than(*entry)) in MergeFrom()
Dpolicy_map.h50 bool has_higher_priority_than(const Entry& other) const;