Lines Matching full:priority
1575 // Update expiration time if smoothness currently takes priority.
1582 // We use the same priority for both trees by default.
1583 TreePriority priority = SAME_PRIORITY_FOR_BOTH_TREES;
1585 // Smoothness takes priority if expiration time is in the future.
1587 priority = SMOOTHNESS_TAKES_PRIORITY;
1589 // New content always takes priority when the active tree has
1595 priority = NEW_CONTENT_TAKES_PRIORITY;
1597 layer_tree_host_impl_->SetTreePriority(priority);
1599 priority == SMOOTHNESS_TAKES_PRIORITY);
1606 UpdateSmoothnessTakesPriority(priority == SMOOTHNESS_TAKES_PRIORITY);
1612 // takes priority expiration time in the future.