OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effective_start_time
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc
30
base::TimeTicks
effective_start_time
;
local
38
start_time =
effective_start_time
+ delta;
45
effective_start_time
= start_time + delta;
46
element->set_effective_start_time(
effective_start_time
);
47
element->Progress(
effective_start_time
, &delegate);
49
element->Progress(
effective_start_time
+ delta/2, &delegate);
53
EXPECT_TRUE(element->IsFinished(
effective_start_time
+ delta,
57
element->Progress(
effective_start_time
+ delta, &delegate);
113
base::TimeTicks
effective_start_time
;
local
119
start_time =
effective_start_time
+ delta
300
base::TimeTicks
effective_start_time
;
local
339
base::TimeTicks
effective_start_time
;
local
[
all
...]
layer_animation_element.h
134
base::TimeTicks
effective_start_time
() const { return effective_start_time_; }
function in class:ui::LayerAnimationElement
/external/chromium_org/ui/compositor/test/
layer_animator_test_controller.cc
47
element->
effective_start_time
() != base::TimeTicks())
Completed in 47 milliseconds