Searched refs:test_controller (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animator_unittest.cc324 LayerAnimatorTestController test_controller(
326 LayerAnimator* animator = test_controller.animator();
327 test_controller.animator()->set_disable_timer_for_test(true);
329 test_controller.animator()->SetDelegate(&delegate);
338 test_controller.animator()->ScheduleAnimation(
342 EXPECT_TRUE(test_controller.animator()->is_animating());
345 base::TimeTicks start_time = test_controller.animator()->last_step_time();
348 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent(
351 test_controller.GetRunningSequence(LayerAnimationElement::OPACITY)
358 EXPECT_TRUE(test_controller
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main.cc189 content::WebKitTestController test_controller; local
195 test_controller.SetTempPath(temp_path);
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider_unittest.cc342 ui::LayerAnimatorTestController test_controller(animator);
426 test_controller.StartThreadedAnimationsIfNeeded();
597 ui::LayerAnimatorTestController test_controller(animator);
615 test_controller.StartThreadedAnimationsIfNeeded();
636 test_controller.StartThreadedAnimationsIfNeeded();
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc456 testing::NiceMock<TestAutofillPopupController>* test_controller = local
459 EXPECT_CALL(*test_controller, Hide());
464 test_controller->GetWeakPtr(),
476 // Hide the test_controller to delete it.
477 test_controller->DoHide();

Completed in 235 milliseconds