Home | History | Annotate | Download | only in layers

Lines Matching refs:needs_update

225     bool needs_update = false;
227 needs_update |= layer1->NeedsIdlePaint();
229 needs_update |= layer2->NeedsIdlePaint();
238 return needs_update;
381 bool needs_update = UpdateAndPush(layer, layer_impl);
383 EXPECT_TRUE(needs_update);
390 needs_update = UpdateAndPush(layer, layer_impl);
391 EXPECT_TRUE(needs_update);
396 needs_update = UpdateAndPush(layer, layer_impl);
404 EXPECT_FALSE(needs_update);
449 bool needs_update = UpdateAndPush(layer, layer_impl);
455 needs_update = UpdateAndPush(layer, layer_impl);
468 needs_update = UpdateAndPush(layer, layer_impl);
478 needs_update = UpdateAndPush(layer, layer_impl);
479 EXPECT_FALSE(needs_update);
519 bool needs_update = UpdateAndPush(layer1, layer_impl1, layer2, layer_impl2);
521 EXPECT_TRUE(needs_update);
529 needs_update = UpdateAndPush(layer1, layer_impl1, layer2, layer_impl2);
543 EXPECT_FALSE(needs_update);
736 bool needs_update = false;
741 needs_update = UpdateAndPush(layer, layer_impl);
744 EXPECT_FALSE(needs_update);
770 bool needs_update = UpdateAndPush(layer, layer_impl);
776 EXPECT_FALSE(needs_update);
812 bool needs_update = UpdateAndPush(layer, layer_impl);
816 EXPECT_FALSE(needs_update);