Home | History | Annotate | Download | only in frame

Lines Matching refs:contents_container_

306       contents_container_(NULL),
636 contents_container_->SetFastResize(true);
639 contents_container_->SetFastResize(false);
660 // contents_container_ gets layed out. If we don't do this and the bounds
661 // haven't changed contents_container_ won't get a Layout out and we'll end up
666 contents_container_->InvalidateLayout();
1047 contents_container_->TabContentsFocused(tab_contents);
1243 return contents_container_->GetFocusView();
1294 contents_container_->ChangeTabContents(NULL);
1328 TabContentsContainer* old_container = contents_container_;
1329 contents_container_ = preview_container_;
1519 return contents_container_;
1768 contents_container_ = new TabContentsContainer;
1769 contents_ = new ContentsContainer(contents_container_);
2404 contents_container_->ChangeTabContents(NULL);
2408 contents_container_->ChangeTabContents(new_contents->tab_contents());