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

  /external/chromium_org/cc/trees/
layer_tree_host.h 210 float overdraw_bottom_height() const { return overdraw_bottom_height_; }
364 float overdraw_bottom_height_; member in class:cc::LayerTreeHost
layer_tree_host_impl.h 280 float overdraw_bottom_height() const { return overdraw_bottom_height_; }
546 float overdraw_bottom_height_; member in class:cc::LayerTreeHostImpl
layer_tree_host.cc 99 overdraw_bottom_height_(0.f),
351 host_impl->SetOverdrawBottomHeight(overdraw_bottom_height_);
599 if (overdraw_bottom_height_ == overdraw_bottom_height)
602 overdraw_bottom_height_ = overdraw_bottom_height;
    [all...]
layer_tree_host_impl.cc 199 overdraw_bottom_height_(0.f),
    [all...]
  /external/chromium_org/content/renderer/
render_widget.h 562 float overdraw_bottom_height_; member in class:content::RenderWidget
render_widget.cc 198 overdraw_bottom_height_(0.f),
446 overdraw_bottom_height_ = overdraw_bottom_height;
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 132 overdraw_bottom_height_(0.f),
563 float old_overdraw_bottom_height = overdraw_bottom_height_;
564 overdraw_bottom_height_ = view_->GetOverdrawBottomHeight();
571 old_overdraw_bottom_height != overdraw_bottom_height_;
590 params.overdraw_bottom_height = overdraw_bottom_height_;
    [all...]
render_widget_host_impl.h 801 float overdraw_bottom_height_; member in class:content::RenderWidgetHostImpl
    [all...]

Completed in 454 milliseconds