Home
last modified time | relevance | path

Searched refs:scrollable_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/examples/
Dscroll_view_example.cc66 scrollable_ = new ScrollableView(); in CreateExampleView()
68 scroll_view_->SetContents(scrollable_); in CreateExampleView()
69 scrollable_->SetBounds(0, 0, 1000, 100); in CreateExampleView()
70 scrollable_->SetColor(SK_ColorYELLOW, SK_ColorCYAN); in CreateExampleView()
98 scrollable_->SetBounds(0, 0, 1000, 100); in ButtonPressed()
99 scrollable_->SetColor(SK_ColorYELLOW, SK_ColorCYAN); in ButtonPressed()
101 scrollable_->SetBounds(0, 0, 100, 1000); in ButtonPressed()
102 scrollable_->SetColor(SK_ColorRED, SK_ColorCYAN); in ButtonPressed()
104 scrollable_->SetBounds(0, 0, 1000, 1000); in ButtonPressed()
105 scrollable_->SetColor(SK_ColorRED, SK_ColorGREEN); in ButtonPressed()
[all …]
Dscroll_view_example.h44 ScrollableView* scrollable_; variable
/external/chromium_org/cc/trees/
Dlayer_tree_host_perftest.cc226 scrollable_ = layer_tree_host()->root_layer()->children()[1]; in BuildTree()
227 ASSERT_TRUE(scrollable_.get()); in BuildTree()
234 scrollable_->SetScrollOffset(scrollable_->scroll_offset() + delta); in Layout()
238 scoped_refptr<Layer> scrollable_; member in cc::__anonf1737d520111::ScrollingLayerTreePerfTest
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_install_dialog_view.cc194 scrollable_(NULL), in ExtensionInstallDialogView()
305 scrollable_ = new CustomScrollableView(); in InitView()
307 scrollable_, left_column_width, column_set_id, false); in InitView()
319 scroll_view_->SetContents(scrollable_); in InitView()
506 gfx::Size scrollable_size = scrollable_->GetPreferredSize(); in InitView()
507 scrollable_->SetBoundsRect(gfx::Rect(scrollable_size)); in InitView()
803 int content_height = std::min(scrollable_->GetPreferredSize().height(), in LinkClicked()
806 scroll_view_->SetContents(scrollable_); in LinkClicked()
Dextension_install_dialog_view.h138 CustomScrollableView* scrollable_; variable
/external/chromium_org/cc/layers/
Dlayer_impl.h613 bool scrollable_ : 1; variable