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

  /external/chromium_org/cc/test/
fake_scrollbar.cc 16 thumb_length_(5),
25 thumb_length_(5),
50 return thumb_length_;
fake_scrollbar.h 38 void set_thumb_length(int thumb_length) { thumb_length_ = thumb_length; }
45 int thumb_length_; member in class:cc::FakeScrollbar
  /external/chromium_org/cc/layers/
painted_scrollbar_layer_impl.cc 36 thumb_length_(0),
57 scrollbar_layer->SetThumbLength(thumb_length_);
140 if (thumb_length_ == thumb_length)
142 thumb_length_ = thumb_length;
147 return thumb_length_;
painted_scrollbar_layer_impl.h 66 int thumb_length_; member in class:cc::PaintedScrollbarLayerImpl
painted_scrollbar_layer.h 87 int thumb_length_; member in class:cc::PaintedScrollbarLayer
painted_scrollbar_layer.cc 42 thumb_length_(scrollbar_->ThumbLength()),
116 scrollbar_layer->SetThumbLength(thumb_length_);
182 UpdateProperty(scrollbar_->ThumbLength(), &thumb_length_);

Completed in 74 milliseconds