OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:show_animation_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
139
show_animation_
.reset(new ui::SlideAnimation(this));
143
show_animation_
->Reset(1);
145
show_animation_
->Show();
164
scoped_ptr<ui::SlideAnimation>
show_animation_
;
member in class:__anon2391::BookmarkButton
180
show_animation_
.reset(new ui::SlideAnimation(this));
184
show_animation_
->Reset(1);
186
show_animation_
->Show();
207
scoped_ptr<ui::SlideAnimation>
show_animation_
;
member in class:__anon2391::BookmarkFolderButton
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
153
show_animation_
.reset(new gfx::SlideAnimation(this));
157
show_animation_
->Reset(1);
159
show_animation_
->Show();
170
scoped_ptr<gfx::SlideAnimation>
show_animation_
;
member in class:__anon6247::BookmarkButtonBase
253
show_animation_
.reset(new gfx::SlideAnimation(this));
257
show_animation_
->Reset(1);
259
show_animation_
->Show();
289
scoped_ptr<gfx::SlideAnimation>
show_animation_
;
member in class:__anon6247::BookmarkFolderButton
[
all
...]
Completed in 141 milliseconds