has_higher_priority_than  117 components/policy/core/common/policy_map.cc     if (!entry || it->second.has_higher_priority_than(*entry)) {
has_higher_priority_than   40 components/policy/core/common/policy_map.h     bool has_higher_priority_than(const Entry& other) const;
has_higher_priority_than   46 components/policy/core/common/policy_service_impl.cc       if (entry->has_higher_priority_than(current_priority)) {
has_higher_priority_than   50 components/policy/core/common/policy_service_impl.cc       if (!entry->has_higher_priority_than(current_priority) &&
has_higher_priority_than   51 components/policy/core/common/policy_service_impl.cc           !current_priority.has_higher_priority_than(*entry)) {
has_higher_priority_than   61 components/policy/core/common/policy_service_impl.cc       (!existing || current_priority.has_higher_priority_than(*existing))) {