HomeSort by relevance Sort by last modified time
    Searched refs:LoadingAnimation (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
loading_animation.h 13 class LoadingAnimation : public gfx::LinearAnimation {
15 explicit LoadingAnimation(gfx::AnimationDelegate* delegate,
17 virtual ~LoadingAnimation();
loading_animation.cc 18 LoadingAnimation::LoadingAnimation(gfx::AnimationDelegate* delegate,
24 LoadingAnimation::~LoadingAnimation() {}
26 void LoadingAnimation::Step(base::TimeTicks time_now) {
35 double LoadingAnimation::GetCurrentValueForDot(size_t dot_i) const {
82 void LoadingAnimation::Reset() {
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_loading_shield_controller.h 18 class LoadingAnimation;
45 (const autofill::LoadingAnimation&)animation;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 14 var loadingAnimation = new LoadingAnimation();
46 function LoadingAnimation() {
53 LoadingAnimation.prototype.paintFrame = function() {
67 LoadingAnimation.prototype.start = function() {
77 LoadingAnimation.prototype.stop = function() {
129 if (params && params.showLoadingAnimation) loadingAnimation.stop();
133 loadingAnimation.start();
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 389 animation_.reset(new LoadingAnimation(this, font_list.GetHeight()));
441 scoped_ptr<LoadingAnimation> animation_;
    [all...]

Completed in 384 milliseconds