Home | History | Annotate | Download | only in trees

Lines Matching defs:scrollbar

1004     scoped_refptr<PaintedScrollbarLayer> scrollbar =
1006 scoped_ptr<Scrollbar>(new FakeScrollbar).Pass(), layer->id());
1007 scrollbar->SetBounds(gfx::Size(10, 10));
1008 scrollbar->SetIsDrawable(true);
1009 root->AddChild(scrollbar);