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

  /external/chromium_org/ui/views/examples/
scroll_view_example.cc 66 scrollable_ = new ScrollableView();
68 scroll_view_->SetContents(scrollable_);
69 scrollable_->SetBounds(0, 0, 1000, 100);
70 scrollable_->SetColor(SK_ColorYELLOW, SK_ColorCYAN);
98 scrollable_->SetBounds(0, 0, 1000, 100);
99 scrollable_->SetColor(SK_ColorYELLOW, SK_ColorCYAN);
101 scrollable_->SetBounds(0, 0, 100, 1000);
102 scrollable_->SetColor(SK_ColorRED, SK_ColorCYAN);
104 scrollable_->SetBounds(0, 0, 1000, 1000);
105 scrollable_->SetColor(SK_ColorRED, SK_ColorGREEN)
    [all...]
scroll_view_example.h 44 ScrollableView* scrollable_; member in class:views::examples::ScrollViewExample
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 226 scrollable_ = layer_tree_host()->root_layer()->children()[1];
227 ASSERT_TRUE(scrollable_.get());
232 scrollable_->SetScrollOffset(scrollable_->scroll_offset() + delta);
236 scoped_refptr<Layer> scrollable_; member in class:cc::__anon7378::ScrollingLayerTreePerfTest
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 206 CustomScrollableView* scrollable_; member in class:__anon9802::ExtensionInstallDialogView
414 scrollable_(NULL),
515 scrollable_ = new CustomScrollableView();
517 scrollable_, left_column_width, column_set_id, false);
529 scroll_view_->SetContents(scrollable_);
790 gfx::Size scrollable_size = scrollable_->GetPreferredSize();
791 scrollable_->SetBoundsRect(gfx::Rect(scrollable_size));
    [all...]
  /external/chromium_org/cc/layers/
layer_impl.h 598 bool scrollable_ : 1;

Completed in 2293 milliseconds