OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_page_scale_animation_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host.cc
389
if (
pending_page_scale_animation_
) {
391
pending_page_scale_animation_
->target_offset,
392
pending_page_scale_animation_
->use_anchor,
393
pending_page_scale_animation_
->scale,
394
pending_page_scale_animation_
->duration);
395
pending_page_scale_animation_
.reset();
714
pending_page_scale_animation_
.reset(new PendingPageScaleAnimation);
715
pending_page_scale_animation_
->target_offset = target_offset;
716
pending_page_scale_animation_
->use_anchor = use_anchor;
717
pending_page_scale_animation_
->scale = scale
[
all
...]
layer_tree_host.h
424
scoped_ptr<PendingPageScaleAnimation>
pending_page_scale_animation_
;
member in class:cc::LayerTreeHost
Completed in 181 milliseconds