HomeSort by relevance Sort by last modified time
    Searched refs:test_controller (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 291 LayerAnimatorTestController test_controller(
293 AnimationContainerElement* element = test_controller.animator();
294 test_controller.animator()->set_disable_timer_for_test(true);
296 test_controller.animator()->SetDelegate(&delegate);
305 test_controller.animator()->ScheduleAnimation(
309 EXPECT_TRUE(test_controller.animator()->is_animating());
312 base::TimeTicks start_time = test_controller.animator()->last_step_time();
315 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent(
318 test_controller.GetRunningSequence(LayerAnimationElement::OPACITY)->
325 EXPECT_TRUE(test_controller.animator()->is_animating())
    [all...]
  /external/chromium_org/content/shell/
shell_browser_main.cc 149 content::WebKitTestController test_controller; local
155 test_controller.SetTempPath(temp_path);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 485 testing::NiceMock<TestAutofillPopupController>* test_controller = local
488 EXPECT_CALL(*test_controller, Hide());
493 test_controller->GetWeakPtr(),
504 // Hide the test_controller to delete it.
505 test_controller->DoHide();

Completed in 219 milliseconds