Home | History | Annotate | Download | only in trees

Lines Matching defs:host_impl

125       LayerTreeHostImpl* host_impl,
139 host_impl->active_tree()->root_layer()->layer_animation_controller();
191 LayerTreeHostImpl* host_impl,
196 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
202 LayerTreeHostImpl* host_impl,
229 LayerTreeHostImpl* host_impl,
231 bool have_animations = !host_impl->animation_registrar()->
273 LayerTreeHostImpl* host_impl,
276 EXPECT_TRUE(host_impl->CanDraw());
317 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
321 if (host_impl->visible()) {
334 LayerTreeHostImpl* host_impl,
397 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
400 host_impl->BlockNotifyReadyToActivateForTesting(true);
404 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
405 if (!host_impl->settings().impl_side_painting) {
408 if (host_impl->active_tree()->source_frame_number() < 3)
409 UnblockActivations(host_impl);
416 if (host_impl->pending_tree()->source_frame_number() < 3) {
423 host_impl),
428 virtual void UnblockActivations(LayerTreeHostImpl* host_impl) {
429 host_impl->BlockNotifyReadyToActivateForTesting(false);
432 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
437 int frame_number = host_impl->active_tree()->source_frame_number();
441 EXPECT_TRUE(host_impl->active_tree()->root_layer())
446 EXPECT_FALSE(host_impl->active_tree()->root_layer())
451 if (host_impl->active_tree()->source_frame_number() < 3) {
460 host_impl),
465 virtual void WillAnimateLayers(LayerTreeHostImpl* host_impl,
467 EXPECT_TRUE(host_impl->active_tree()->root_layer());
471 void InitiateNextCommit(LayerTreeHostImpl* host_impl) {
473 bool has_active_tree = host_impl->active_tree()->root_layer();
506 LayerTreeHostImpl* host_impl,
509 host_impl->active_tree()->root_layer()->children()[0]->
657 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
659 host_impl->active_tree()->root_layer()->layer_animation_controller();
963 LayerTreeHostImpl* host_impl,
1097 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
1111 virtual DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
1124 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
1171 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
1172 host_impl->BlockNotifyReadyToActivateForTesting(true);
1175 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
1180 if (!host_impl->settings().impl_side_painting ||
1181 host_impl->pending_tree()->source_frame_number() != 2)
1182 host_impl->BlockNotifyReadyToActivateForTesting(false);
1185 virtual void WillBeginImplFrameOnThread(LayerTreeHostImpl* host_impl,
1187 if (!host_impl->pending_tree() ||
1188 host_impl->pending_tree()->source_frame_number() != 2)
1193 host_impl->BlockNotifyReadyToActivateForTesting(false);
1196 virtual void UpdateAnimationState(LayerTreeHostImpl* host_impl,
1199 host_impl->active_tree()->root_layer()->layer_animation_controller();
1206 host_impl->active_tree()->root_layer()->children()
1256 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
1262 host_impl->animation_registrar()->active_animation_controllers();
1271 if (id == host_impl->RootLayer()->id()) {
1274 } else if (id == host_impl->RootLayer()->children()[0]->id()) {