Searched defs:SetContentsView (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/ui/views/widget/
H A Droot_view.cc184 void RootView::SetContentsView(View* contents_view) { function in class:views::internal::RootView
H A Dwidget.cc366 SetContentsView(non_client_view_);
377 SetContentsView(params.delegate->GetContentsView());
380 // This must come after SetContentsView() or it might not be able to find
470 void Widget::SetContentsView(View* view) { function in class:views::Widget
471 // Do not SetContentsView() again if it is already set to the same view.
474 root_view_->SetContentsView(view);
481 // when initializing the widget, or don't call SetContentsView().
/external/chromium_org/ash/system/tray/
H A Dfixed_sized_scroll_view.cc16 void FixedSizedScrollView::SetContentsView(views::View* view) { function in class:ash::FixedSizedScrollView

Completed in 1376 milliseconds