OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TabAnimation
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
106
//
TabAnimation
110
class TabStripGtk::
TabAnimation
: public ui::AnimationDelegate {
124
TabAnimation
(TabStripGtk* tabstrip, Type type)
134
virtual ~
TabAnimation
() {}
158
TabStripGtk::
TabAnimation
* animation,
253
DISALLOW_COPY_AND_ASSIGN(
TabAnimation
);
259
class InsertTabAnimation : public TabStripGtk::
TabAnimation
{
262
:
TabAnimation
(tabstrip, INSERT),
275
// Overridden from TabStripGtk::
TabAnimation
:
319
class RemoveTabAnimation : public TabStripGtk::
TabAnimation
{
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
127
//
TabAnimation
131
class TabStripGtk::
TabAnimation
: public gfx::AnimationDelegate {
145
TabAnimation
(TabStripGtk* tabstrip, Type type)
155
virtual ~
TabAnimation
() {}
179
TabStripGtk::
TabAnimation
* animation,
274
DISALLOW_COPY_AND_ASSIGN(
TabAnimation
);
280
class InsertTabAnimation : public TabStripGtk::
TabAnimation
{
283
:
TabAnimation
(tabstrip, INSERT),
296
// Overridden from TabStripGtk::
TabAnimation
:
340
class RemoveTabAnimation : public TabStripGtk::
TabAnimation
{
[
all
...]
Completed in 237 milliseconds