OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_ready_animations
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/animation/
layer_animation_controller.h
59
void UpdateState(bool
start_ready_animations
,
layer_animation_controller.cc
203
void LayerAnimationController::UpdateState(bool
start_ready_animations
,
208
if (
start_ready_animations
)
214
if (
start_ready_animations
) {
/external/chromium_org/cc/trees/
single_thread_proxy.cc
533
bool
start_ready_animations
= true;
local
534
layer_tree_host_impl_->UpdateAnimationState(
start_ready_animations
);
layer_tree_host_impl.h
170
virtual void UpdateAnimationState(bool
start_ready_animations
);
layer_tree_host.cc
1183
bool
start_ready_animations
= true;
local
[
all
...]
layer_tree_host_impl.cc
174
bool
start_ready_animations
= true;
variable
175
layer_tree_host_impl_->UpdateAnimationState(
start_ready_animations
);
[
all
...]
thread_proxy.cc
1163
bool
start_ready_animations
= draw_frame;
local
[
all
...]
/external/chromium_org/cc/test/
layer_tree_test.cc
181
virtual void UpdateAnimationState(bool
start_ready_animations
) OVERRIDE {
182
LayerTreeHostImpl::UpdateAnimationState(
start_ready_animations
);
Completed in 157 milliseconds