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

  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 262 horizontal_scrollbar_layer_ = ScrollbarLayerImpl::Create(
271 scoped_ptr<ScrollbarLayerImpl> horizontal_scrollbar_layer_; member in class:cc::__anon6488::ScrollbarLayerSolidColorThumbTest
276 horizontal_scrollbar_layer_->SetCurrentPos(0);
277 horizontal_scrollbar_layer_->SetMaximum(10);
278 horizontal_scrollbar_layer_->SetThumbThickness(3);
282 horizontal_scrollbar_layer_->SetVisibleToTotalLengthRatio(0.33f);
283 horizontal_scrollbar_layer_->SetTrackLength(100);
284 EXPECT_EQ(33, horizontal_scrollbar_layer_->ComputeThumbQuadRect().width());
287 horizontal_scrollbar_layer_->SetVisibleToTotalLengthRatio(0.01f);
288 horizontal_scrollbar_layer_->SetTrackLength(100)
    [all...]
layer_impl.cc 60 horizontal_scrollbar_layer_(NULL),
833 if (horizontal_scrollbar_layer_) {
834 horizontal_scrollbar_layer_->SetCurrentPos(current_offset.x());
835 horizontal_scrollbar_layer_->SetMaximum(max_scroll_offset_.x());
836 horizontal_scrollbar_layer_->SetVisibleToTotalLengthRatio(
965 if (horizontal_scrollbar_layer_)
966 horizontal_scrollbar_layer_->SetOpacity(opacity);
975 bool need_scrollbar_animation_controller = horizontal_scrollbar_layer_ ||
994 horizontal_scrollbar_layer_ = scrollbar_layer;
995 if (horizontal_scrollbar_layer_)
    [all...]
layer_impl.h 422 return horizontal_scrollbar_layer_;
572 ScrollbarLayerImpl* horizontal_scrollbar_layer_; member in class:cc::LayerImpl

Completed in 167 milliseconds