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

  /external/chromium_org/cc/input/
scrollbar.h 32 virtual int ThumbLength() const = 0;
  /external/chromium_org/cc/layers/
solid_color_scrollbar_layer_impl.h 45 virtual int ThumbLength() const OVERRIDE;
painted_scrollbar_layer.cc 42 thumb_length_(scrollbar_->ThumbLength()),
187 gfx::Size(scrollbar_->ThumbLength(), scrollbar_->ThumbThickness());
190 gfx::Size(scrollbar_->ThumbThickness(), scrollbar_->ThumbLength());
202 UpdateProperty(scrollbar_->ThumbLength(), &thumb_length_);
painted_scrollbar_layer_impl.h 55 virtual int ThumbLength() const OVERRIDE;
scrollbar_layer_impl_base.h 77 virtual int ThumbLength() const = 0;
solid_color_scrollbar_layer_impl.cc 78 int SolidColorScrollbarLayerImpl::ThumbLength() const {
painted_scrollbar_layer_impl.cc 154 int PaintedScrollbarLayerImpl::ThumbLength() const {
scrollbar_layer_impl_base.cc 215 int thumb_length = ThumbLength();
  /external/chromium_org/cc/test/
fake_scrollbar.h 27 virtual int ThumbLength() const OVERRIDE;
fake_scrollbar.cc 50 int FakeScrollbar::ThumbLength() const {
  /external/chromium_org/content/renderer/compositor_bindings/
scrollbar_impl.h 34 virtual int ThumbLength() const OVERRIDE;
scrollbar_impl.cc 56 int ScrollbarImpl::ThumbLength() const {

Completed in 103 milliseconds