Home | History | Annotate | Download | only in toolbar

Lines Matching defs:BrowserActionsContainer

47 // The BrowserActionsContainer is a container view, responsible for drawing the
69 // The BrowserActionsContainer follows a few rules, in terms of user experience:
87 // Resizing the BrowserActionsContainer:
89 // The ResizeArea view sends OnResize messages to the BrowserActionsContainer
100 // Animating the BrowserActionsContainer:
117 class BrowserActionsContainer
128 BrowserActionsContainer(Browser* browser, views::View* owner_view);
129 virtual ~BrowserActionsContainer();
409 base::WeakPtrFactory<BrowserActionsContainer> task_factory_;
412 base::WeakPtrFactory<BrowserActionsContainer> show_menu_task_factory_;
416 DISALLOW_COPY_AND_ASSIGN(BrowserActionsContainer);