OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TabStripGtk
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h
29
class
TabStripGtk
: public TabStripModelObserver,
38
TabStripGtk
(TabStripModel* model, BrowserWindowGtk* window);
39
virtual ~
TabStripGtk
();
77
bool IsCompatibleWith(
TabStripGtk
* other);
230
CHROMEGTK_CALLBACK_1(
TabStripGtk
, gboolean, OnExpose, GdkEventExpose*);
233
CHROMEGTK_CALLBACK_1(
TabStripGtk
, void, OnSizeAllocate, GtkAllocation*);
237
CHROMEGTK_CALLBACK_4(
TabStripGtk
, gboolean, OnDragMotion, GdkDragContext*,
241
CHROMEGTK_CALLBACK_4(
TabStripGtk
, gboolean, OnDragDrop, GdkDragContext*,
246
CHROMEGTK_CALLBACK_2(
TabStripGtk
, gboolean, OnDragLeave, GdkDragContext*,
250
CHROMEGTK_CALLBACK_6(
TabStripGtk
, gboolean, OnDragDataReceived
[
all
...]
tab_strip_gtk.cc
110
class
TabStripGtk
::TabAnimation : public ui::AnimationDelegate {
112
friend class
TabStripGtk
;
124
TabAnimation(
TabStripGtk
* tabstrip, Type type)
157
static double GetCurrentTabWidth(
TabStripGtk
* tabstrip,
158
TabStripGtk
::TabAnimation* animation,
236
TabStripGtk
* tabstrip_;
259
class InsertTabAnimation : public
TabStripGtk
::TabAnimation {
261
explicit InsertTabAnimation(
TabStripGtk
* tabstrip, int index)
275
// Overridden from
TabStripGtk
::TabAnimation:
319
class RemoveTabAnimation : public
TabStripGtk
::TabAnimation
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h
35
class
TabStripGtk
: public TabStripModelObserver,
44
TabStripGtk
(TabStripModel* model, BrowserWindowGtk* window);
45
virtual ~
TabStripGtk
();
83
bool IsCompatibleWith(
TabStripGtk
* other);
250
CHROMEGTK_CALLBACK_0(
TabStripGtk
, void, OnMap);
253
CHROMEGTK_CALLBACK_1(
TabStripGtk
, gboolean, OnExpose, GdkEventExpose*);
256
CHROMEGTK_CALLBACK_1(
TabStripGtk
, void, OnSizeAllocate, GtkAllocation*);
260
CHROMEGTK_CALLBACK_4(
TabStripGtk
, gboolean, OnDragMotion, GdkDragContext*,
264
CHROMEGTK_CALLBACK_4(
TabStripGtk
, gboolean, OnDragDrop, GdkDragContext*,
269
CHROMEGTK_CALLBACK_2(
TabStripGtk
, gboolean, OnDragLeave, GdkDragContext*
[
all
...]
tab_strip_gtk.cc
131
class
TabStripGtk
::TabAnimation : public gfx::AnimationDelegate {
133
friend class
TabStripGtk
;
145
TabAnimation(
TabStripGtk
* tabstrip, Type type)
178
static double GetCurrentTabWidth(
TabStripGtk
* tabstrip,
179
TabStripGtk
::TabAnimation* animation,
257
TabStripGtk
* tabstrip_;
280
class InsertTabAnimation : public
TabStripGtk
::TabAnimation {
282
InsertTabAnimation(
TabStripGtk
* tabstrip, int index)
296
// Overridden from
TabStripGtk
::TabAnimation:
340
class RemoveTabAnimation : public
TabStripGtk
::TabAnimation
[
all
...]
Completed in 1070 milliseconds