Searched refs:contents_view_ (Results 1 – 4 of 4) sorted by relevance
91 views::NativeViewHost* contents_view_; member in chromeos::NativeDialogHost112 contents_view_(NULL), in NativeDialogHost()132 gfx::NativeView contents = contents_view_->native_view(); in OnCheckResize()180 contents_view_->SetBounds(0, 0, width(), height()); in Layout()193 if (contents_view_) in Init()221 contents_view_ = new views::NativeViewHost(); in Init()223 contents_view_->set_background(views::Background::CreateSolidBackground( in Init()225 AddChildView(contents_view_); in Init()226 contents_view_->Attach(contents); in Init()
150 contents_view_(NULL), in NetworkSelectionView()253 screen_layout->AddView(contents_view_); in InitLayout()256 views::GridLayout* contents_layout = new views::GridLayout(contents_view_); in InitLayout()257 contents_view_->SetLayoutManager(contents_layout); in InitLayout()282 contents_view_ = new views::View(); in Init()290 contents_view_->set_background( in Init()
107 views::View* contents_view_; variable
129 : contents_view_(contents_view), in InstantOptInView()161 contents_view_->UserPressedOptIn( in ButtonPressed()194 AutocompletePopupContentsView* contents_view_; member in AutocompletePopupContentsView::InstantOptInView