HomeSort by relevance Sort by last modified time
    Searched defs:ContentsContainer (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
contents_container.cc 19 // 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)
51 ContentsContainer::~ContentsContainer() {
58 void ContentsContainer::MakePreviewContentsActiveContents()
    [all...]
contents_container.h 23 // 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 {
28 explicit ContentsContainer(views::View* active);
29 virtual ~ContentsContainer();
92 DISALLOW_COPY_AND_ASSIGN(ContentsContainer);

Completed in 50 milliseconds