Searched defs:ContentsContainer (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
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 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...]

Completed in 60 milliseconds