Lines Matching refs:test_hooks_

67     test_hooks_->Layout();
71 TestHooks* test_hooks_;
74 test_hooks_->ScheduledActionWillSendBeginMainFrame();
76 test_hooks_->ScheduledActionSendBeginMainFrame();
81 test_hooks_->ScheduledActionDrawAndSwapIfPossible();
87 test_hooks_->ScheduledActionAnimate();
92 test_hooks_->ScheduledActionCommit();
97 test_hooks_->ScheduledActionBeginOutputSurfaceCreation();
106 test_hooks_(test_hooks) {}
142 test_hooks_(test_hooks),
148 test_hooks_->WillBeginImplFrameOnThread(this, args);
153 test_hooks_->BeginMainFrameAbortedOnThread(this, did_handle);
158 test_hooks_->BeginCommitOnThread(this);
163 test_hooks_->CommitCompleteOnThread(this);
168 return test_hooks_->PrepareToDrawOnThread(this, frame, draw_result);
174 test_hooks_->DrawLayersOnThread(this);
179 test_hooks_->SwapBuffersOnThread(this, result);
185 test_hooks_->SwapBuffersCompleteOnThread(this);
194 test_hooks_->UpdateVisibleTilesOnThread(this);
213 test_hooks_->WillActivateTreeOnThread(this);
216 test_hooks_->DidActivateTreeOnThread(this);
222 test_hooks_->InitializedRendererOnThread(this, success);
228 test_hooks_->DidSetVisibleOnImplTree(this, visible);
232 test_hooks_->WillAnimateLayers(this, monotonic_time);
234 test_hooks_->AnimateLayers(this, monotonic_time);
248 test_hooks_->UpdateAnimationState(this, has_unfinished_animation);
252 return test_hooks_->LowFrequencyAnimationInterval();
256 TestHooks* test_hooks_;
272 test_hooks_->WillBeginMainFrame();
276 test_hooks_->DidBeginMainFrame();
280 test_hooks_->BeginMainFrame(args);
283 virtual void Layout() OVERRIDE { test_hooks_->Layout(); }
288 test_hooks_->ApplyViewportDeltas(scroll_delta,
294 test_hooks_->RequestNewOutputSurface(fallback);
298 test_hooks_->DidInitializeOutputSurface();
302 test_hooks_->DidFailToInitializeOutputSurface();
305 virtual void WillCommit() OVERRIDE { test_hooks_->WillCommit(); }
307 virtual void DidCommit() OVERRIDE { test_hooks_->DidCommit(); }
310 test_hooks_->DidCommitAndDrawFrame();
314 test_hooks_->DidCompleteSwapBuffers();
322 : test_hooks_(test_hooks) {}
324 TestHooks* test_hooks_;
354 test_hooks_,
370 virtual void DidDeferCommit() OVERRIDE { test_hooks_->DidDeferCommit(); }
378 test_hooks_(test_hooks),
382 TestHooks* test_hooks_;