OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_controller
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/compositor/
layer_animator_unittest.cc
324
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
.animator()->is_animating())
[
all
...]
/external/chromium_org/content/shell/browser/
shell_browser_main.cc
189
content::WebKitTestController
test_controller
;
local
195
test_controller
.SetTempPath(temp_path);
/external/chromium_org/content/browser/web_contents/aura/
window_slider_unittest.cc
345
ui::LayerAnimatorTestController
test_controller
(animator);
429
test_controller
.StartThreadedAnimationsIfNeeded();
599
ui::LayerAnimatorTestController
test_controller
(animator);
617
test_controller
.StartThreadedAnimationsIfNeeded();
638
test_controller
.StartThreadedAnimationsIfNeeded();
/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 75 milliseconds