HomeSort by relevance Sort by last modified time
    Searched refs:pending_page_scale_animation_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host.cc 363 if (pending_page_scale_animation_) {
365 pending_page_scale_animation_->target_offset,
366 pending_page_scale_animation_->use_anchor,
367 pending_page_scale_animation_->scale,
368 pending_page_scale_animation_->duration);
369 pending_page_scale_animation_.reset();
705 pending_page_scale_animation_.reset(new PendingPageScaleAnimation);
706 pending_page_scale_animation_->target_offset = target_offset;
707 pending_page_scale_animation_->use_anchor = use_anchor;
708 pending_page_scale_animation_->scale = scale
    [all...]
layer_tree_host.h 426 scoped_ptr<PendingPageScaleAnimation> pending_page_scale_animation_; member in class:cc::LayerTreeHost

Completed in 234 milliseconds