HomeSort by relevance Sort by last modified time
    Searched refs:scrollable_ (Results 1 - 6 of 6) 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());
234 scrollable_->SetScrollOffset(scrollable_->scroll_offset() + delta);
238 scoped_refptr<Layer> scrollable_; member in class:cc::__anon7439::ScrollingLayerTreePerfTest
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 194 scrollable_(NULL),
305 scrollable_ = new CustomScrollableView();
307 scrollable_, left_column_width, column_set_id, false);
319 scroll_view_->SetContents(scrollable_);
506 gfx::Size scrollable_size = scrollable_->GetPreferredSize();
507 scrollable_->SetBoundsRect(gfx::Rect(scrollable_size));
803 int content_height = std::min(scrollable_->GetPreferredSize().height(),
806 scroll_view_->SetContents(scrollable_);
    [all...]
extension_install_dialog_view.h 138 CustomScrollableView* scrollable_; member in class:ExtensionInstallDialogView
  /external/chromium_org/cc/layers/
layer_impl.h 613 bool scrollable_ : 1;

Completed in 331 milliseconds