HomeSort by relevance Sort by last modified time
    Searched defs:contents_view (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/views/
browser_bubble_gtk.cc 110 views::View* contents_view = new views::View; local
112 // We add |contents_view| to ourselves before the AddChildView() call below so
116 pop->SetContentsView(contents_view);
119 contents_view->AddChildView(pop->border_contents());
120 contents_view->AddChildView(view_);
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.cc 213 views::View* contents_view = new views::View; local
214 // We add |contents_view| to ourselves before the AddChildView() call below so
218 SetContentsView(contents_view);
222 contents_view->AddChildView(contents);
234 contents_view->SetLayoutManager(new views::FillLayout);
237 contents_view->set_background(
249 contents_view->AddChildViewAt(border_contents_, 0);
251 // |contents_view| has no layout manager, so we have to explicitly position
296 // |contents_view| has no layout manager, so we have to explicitly position
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 1796 views::View* contents_view = contents_; local
    [all...]

Completed in 106 milliseconds