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

  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 115 return new PanelStackView(delegate);
122 PanelStackView::PanelStackView(NativePanelStackWindowDelegate* delegate)
132 PanelStackView::~PanelStackView() {
138 void PanelStackView::Close() {
147 void PanelStackView::AddPanel(Panel* panel) {
158 void PanelStackView::RemovePanel(Panel* panel) {
173 void PanelStackView::MergeWith(NativePanelStackWindow* another) {
174 PanelStackView* another_stack = static_cast<PanelStackView*>(another)
    [all...]
panel_stack_view.h 32 class PanelStackView : public NativePanelStackWindow,
40 explicit PanelStackView(NativePanelStackWindowDelegate* delegate);
41 virtual ~PanelStackView();
94 PanelStackView* stack_window);
143 DISALLOW_COPY_AND_ASSIGN(PanelStackView);

Completed in 138 milliseconds