OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pulse_animation_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc
246
if (!
pulse_animation_
.get()) {
247
pulse_animation_
.reset(new ui::ThrobAnimation(this));
248
pulse_animation_
->SetSlideDuration(kPulseDurationMs);
250
pulse_animation_
->SetContainer(animation_container_.get());
252
pulse_animation_
->Reset();
253
pulse_animation_
->StartThrobbing(std::numeric_limits<int>::max());
257
if (!
pulse_animation_
.get())
260
pulse_animation_
->Stop(); // Do stop so we get notified.
261
pulse_animation_
.reset(NULL);
base_tab.h
109
ui::ThrobAnimation* pulse_animation() const { return
pulse_animation_
.get(); }
192
scoped_ptr<ui::ThrobAnimation>
pulse_animation_
;
member in class:BaseTab
Completed in 64 milliseconds