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

/external/chromium_org/components/policy/core/common/
H A Dpolicy_map.h40 bool has_higher_priority_than(const Entry& other) const;
83 // by Entry::has_higher_priority_than(). If a policy is contained in both
H A Dpolicy_service_impl.cc46 if (entry->has_higher_priority_than(current_priority)) {
50 if (!entry->has_higher_priority_than(current_priority) &&
51 !current_priority.has_higher_priority_than(*entry)) {
61 (!existing || current_priority.has_higher_priority_than(*existing))) {
H A Dpolicy_map.cc40 bool PolicyMap::Entry::has_higher_priority_than( function in class:policy::PolicyMap::Entry
117 if (!entry || it->second.has_higher_priority_than(*entry)) {

Completed in 3056 milliseconds