Searched refs:last_priority (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread_posix_unittest.cc20 int last_priority = kMinPrio; local
27 EXPECT_GE(system_priority, last_priority);
28 last_priority = system_priority;
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_unittest.cc1132 TilePriority last_priority = last_tile->priority(ACTIVE_TREE); local
1134 EXPECT_LE(last_priority.priority_bin, new_priority.priority_bin);
1135 if (last_priority.priority_bin == new_priority.priority_bin) {
1136 if (last_priority.priority_bin == TilePriority::EVENTUALLY) {
1137 bool order_correct = last_priority.distance_to_visible <=
1143 EXPECT_LE(last_priority.distance_to_visible,
1210 TilePriority last_priority = last_tile->priority(ACTIVE_TREE); local
1215 EXPECT_LE(last_priority.priority_bin, new_priority.priority_bin);
1216 if (last_priority.priority_bin == new_priority.priority_bin) {
1217 if (last_priority
[all...]

Completed in 1259 milliseconds