HomeSort by relevance Sort by last modified time
    Searched refs:priority_is_higher (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/resources/
priority_calculator.h 31 static inline bool priority_is_higher(int a, int b) { return a < b; } function in class:cc::PriorityCalculator
33 return priority_is_higher(a, b) ? a : b;
prioritized_resource_manager.cc 71 if (PriorityCalculator::priority_is_higher(
75 if (PriorityCalculator::priority_is_higher(
115 if (!PriorityCalculator::priority_is_higher(texture->request_priority(),
130 bool is_above_priority_cutoff = PriorityCalculator::priority_is_higher(
216 if (!PriorityCalculator::priority_is_higher(texture->request_priority(),
298 PriorityCalculator::priority_is_higher(
prioritized_resource_manager.h 149 return PriorityCalculator::priority_is_higher(a->request_priority(),

Completed in 176 milliseconds