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 294 LayerAnimatorTestController test_controller(
296 AnimationContainerElement* element = test_controller.animator();
297 test_controller.animator()->set_disable_timer_for_test(true);
299 test_controller.animator()->SetDelegate(&delegate);
308 test_controller.animator()->ScheduleAnimation(
312 EXPECT_TRUE(test_controller.animator()->is_animating());
315 base::TimeTicks start_time = test_controller.animator()->last_step_time();
318 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent(
321 test_controller.GetRunningSequence(LayerAnimationElement::OPACITY)->
328 EXPECT_TRUE(test_controller.animator()->is_animating())
    [all...]
  /external/chromium_org/content/shell/browser/
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 456 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 60 milliseconds