Home | History | Annotate | Download | only in views

Lines Matching defs:contents_view

395   views::View* contents_view = new views::View();
396 contents_view->SetLayoutManager(
439 contents_view->AddChildView(contents_title_view);
445 contents_view->AddChildView(entry);
449 scroller_->SetContents(contents_view);
451 contents_view->SetBoundsRect(gfx::Rect(contents_view->GetPreferredSize()));
459 views::View* contents_view = scroller_->contents();
461 int content_height = contents_view->GetHeightForWidth(content_width);
464 content_height = contents_view->GetHeightForWidth(content_width);
466 contents_view->SetBounds(0, 0, content_width, content_height);