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

  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_titlebar_gtk.h 26 explicit PanelTitlebarGtk(PanelGtk* panel_gtk);
panel_gtk.cc 5 #include "chrome/browser/ui/gtk/panels/panel_gtk.h"
206 PanelGtk* panel_gtk = new PanelGtk(panel, bounds, always_on_top); local
207 panel_gtk->Init();
208 return panel_gtk;
472 PanelGtk* panel_gtk = static_cast<PanelGtk*>( local
474 return panel_gtk->panel()->ExecuteCommandIfEnabled(command_id);
    [all...]
panel_titlebar_gtk.cc 11 #include "chrome/browser/ui/gtk/panels/panel_gtk.h"
52 PanelTitlebarGtk::PanelTitlebarGtk(PanelGtk* panel_gtk)
53 : panel_gtk_(panel_gtk),

Completed in 37 milliseconds