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

  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_stack_window_gtk.cc 16 return new PanelStackWindowGtk(delegate);
19 PanelStackWindowGtk::PanelStackWindowGtk(
28 PanelStackWindowGtk::~PanelStackWindowGtk() {
32 void PanelStackWindowGtk::Close() {
39 void PanelStackWindowGtk::AddPanel(Panel* panel) {
49 void PanelStackWindowGtk::RemovePanel(Panel* panel) {
62 void PanelStackWindowGtk::MergeWith(NativePanelStackWindow* another) {
63 PanelStackWindowGtk* another_stack
    [all...]
panel_stack_window_gtk.h 17 class PanelStackWindowGtk : public NativePanelStackWindow,
20 explicit PanelStackWindowGtk(NativePanelStackWindowDelegate* delegate);
21 virtual ~PanelStackWindowGtk();
48 CHROMEGTK_CALLBACK_1(PanelStackWindowGtk, gboolean, OnWindowDeleteEvent,
50 CHROMEGTK_CALLBACK_1(PanelStackWindowGtk, gboolean, OnWindowState,
73 DISALLOW_COPY_AND_ASSIGN(PanelStackWindowGtk);

Completed in 44 milliseconds