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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_container.cc11 const char ContentsContainer::kViewClassName[] = "ContentsContainer";
13 ContentsContainer::ContentsContainer(views::View* active_web_view) function in class:ContentsContainer
19 ContentsContainer::~ContentsContainer() {
22 void ContentsContainer::SetActive(views::WebView* overlay) {
28 bool ContentsContainer::SetActiveTopMargin(int margin) {
39 void ContentsContainer::Layout() {
50 const char* ContentsContainer
[all...]
H A Dcontents_container.h26 // ContentsContainer is responsible for managing the active WebContents view.
27 // ContentsContainer has one child: the currently active WebContents.
28 // TODO(kuan): Remove ContentsContainer since it has only one child now -
30 class ContentsContainer : public views::View { class in inherits:views::View
35 explicit ContentsContainer(views::View* active);
36 virtual ~ContentsContainer();
40 // Called after |overlay| has been reparented to |ContentsContainer|.
45 // vertically by |margin| pixels in the |ContentsContainer|. Returns true
63 DISALLOW_COPY_AND_ASSIGN(ContentsContainer);
/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 61 milliseconds