Home | History | Annotate | Download | only in trees

Lines Matching defs:scrollbar

821   // Trying to scroll without a vertical scrollbar will fail.
836 // Trying to scroll with a vertical scrollbar will succeed.
1430 scoped_ptr<SolidColorScrollbarLayerImpl> scrollbar = \
1433 EXPECT_FLOAT_EQ(0.f, scrollbar->opacity()); \
1437 scrollbar->SetScrollLayerAndClipLayerByIds(2, 1); \
1438 root->AddChild(scrollbar.PassAs<LayerImpl>()); \
1487 // Setting the scroll offset outside a scroll should also cause the scrollbar
1496 // Unnecessarily Fade animation of solid color scrollbar is not triggered.
1595 // The scrollbar is on the right side.
1596 scoped_ptr<PaintedScrollbarLayerImpl> scrollbar =
1598 scrollbar->SetDrawsContent(true);
1599 scrollbar->SetBounds(gfx::Size(15, viewport_size.height()));
1600 scrollbar->SetContentBounds(gfx::Size(15, viewport_size.height()));
1601 scrollbar->SetPosition(gfx::Point(285, 0));
1605 scrollbar->SetScrollLayerAndClipLayerByIds(2, 1);
1606 root->AddChild(scrollbar.PassAs<LayerImpl>());