/external/chromium_org/cc/trees/ |
layer_tree_host.h | 206 float overdraw_bottom_height() const { return overdraw_bottom_height_; } 393 float overdraw_bottom_height_; member in class:cc::LayerTreeHost
|
layer_tree_host_impl.h | 303 float overdraw_bottom_height() const { return overdraw_bottom_height_; } 618 float overdraw_bottom_height_; member in class:cc::LayerTreeHostImpl
|
layer_tree_host.cc | 113 overdraw_bottom_height_(0.f), 386 host_impl->SetOverdrawBottomHeight(overdraw_bottom_height_); 658 if (overdraw_bottom_height_ == overdraw_bottom_height) 661 overdraw_bottom_height_ = overdraw_bottom_height; [all...] |
layer_tree_host_impl.cc | 254 overdraw_bottom_height_(0.f), [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_impl.cc | 173 overdraw_bottom_height_(0.f), 614 float old_overdraw_bottom_height = overdraw_bottom_height_; 615 overdraw_bottom_height_ = view_->GetOverdrawBottomHeight(); 622 old_overdraw_bottom_height != overdraw_bottom_height_; 641 params.overdraw_bottom_height = overdraw_bottom_height_; [all...] |
render_widget_host_impl.h | 802 float overdraw_bottom_height_; member in class:content::RenderWidgetHostImpl [all...] |
/external/chromium_org/content/renderer/ |
render_widget.cc | 226 Apply(widget_->overdraw_bottom_height_, 238 widget_->overdraw_bottom_height_, widget_->resizer_rect_, 251 Apply(widget_->overdraw_bottom_height_, 344 overdraw_bottom_height_(0.f), 659 overdraw_bottom_height_ = overdraw_bottom_height; 709 Resize(new_position.size(), new_position.size(), overdraw_bottom_height_, [all...] |
render_widget.h | 592 float overdraw_bottom_height_; member in class:content::RenderWidget
|
render_view_impl.cc | [all...] |