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

  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 633 static const double progressAnimationInterval = 0.125;
636 return progressAnimationInterval;
641 return progressAnimationInterval * progressAnimationFrames * 2; // "2" for back and forth;
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumSkia.cpp 550 static const double progressAnimationInterval = 0.125;
576 return progressAnimationInterval;
581 return progressAnimationInterval * progressAnimationFrmaes * 2; // "2" for back and forth

Completed in 84 milliseconds