OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PanelGtk
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h
30
class
PanelGtk
: public NativePanel,
40
PanelGtk
(Panel* panel, const gfx::Rect& bounds, bool always_on_top);
41
virtual ~
PanelGtk
();
140
CHROMEGTK_CALLBACK_1(
PanelGtk
, gboolean, OnMainWindowDeleteEvent,
142
CHROMEGTK_CALLBACK_0(
PanelGtk
, void, OnMainWindowDestroy);
143
CHROMEGTK_CALLBACK_1(
PanelGtk
, gboolean, OnConfigure, GdkEventConfigure*);
144
CHROMEGTK_CALLBACK_1(
PanelGtk
, gboolean, OnWindowState, GdkEventWindowState*);
146
CHROMEGTK_CALLBACK_1(
PanelGtk
, gboolean, OnCustomFrameExpose,
149
CHROMEGTK_CALLBACK_1(
PanelGtk
, gboolean, OnKeyPress, GdkEventKey*);
152
CHROMEGTK_CALLBACK_1(
PanelGtk
, gboolean, OnMouseMoveEvent
[
all
...]
panel_gtk.cc
206
PanelGtk
* panel_gtk = new
PanelGtk
(panel, bounds, always_on_top);
211
PanelGtk
::
PanelGtk
(Panel* panel, const gfx::Rect& bounds, bool always_on_top)
230
PanelGtk
::~
PanelGtk
() {
234
void
PanelGtk
::Init() {
324
void
PanelGtk
::SetWindowCornerStyle(panel::CornerStyle corner_style) {
329
void
PanelGtk
::MinimizePanelBySystem() {
333
bool
PanelGtk
::IsPanelMinimizedBySystem() const
[
all
...]
panel_titlebar_gtk.h
18
class
PanelGtk
;
26
explicit PanelTitlebarGtk(
PanelGtk
* panel_gtk);
71
PanelGtk
* panel_gtk_;
panel_titlebar_gtk.cc
52
PanelTitlebarGtk::PanelTitlebarGtk(
PanelGtk
* panel_gtk)
Completed in 2805 milliseconds