Searched refs:ContentsContainer (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dcontents_container.cc19 // ContentsContainer is still valid when the destructor is invoked this invokes
20 // |OverlayViewDestroyed| on the ContentsContainer.
21 class ContentsContainer::OverlayContentView : public views::View {
23 explicit OverlayContentView(ContentsContainer* container)
36 ContentsContainer* container_;
41 ContentsContainer::ContentsContainer(views::View* active) function in class:ContentsContainer
51 ContentsContainer::~ContentsContainer() {
58 void ContentsContainer
[all...]
H A Dcontents_container.h23 // ContentsContainer is responsible for managing the TabContents views.
24 // ContentsContainer has up to two children: one for the currently active
26 class ContentsContainer : public views::View, public ui::AnimationDelegate { class in inherits:views::View,ui::AnimationDelegate
28 explicit ContentsContainer(views::View* active);
29 virtual ~ContentsContainer();
92 DISALLOW_COPY_AND_ASSIGN(ContentsContainer);
H A Dbrowser_view_layout.h17 class ContentsContainer;
113 ContentsContainer* contents_container_;
H A Dbrowser_view.h46 class ContentsContainer;
610 ContentsContainer* contents_;
H A Dbrowser_view.cc1769 contents_ = new ContentsContainer(contents_container_);

Completed in 478 milliseconds