Home
last modified time | relevance | path

Searched refs:genFx (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js8238 return this.animate( genFx("show", 3), speed, easing, callback );
8282 return this.animate( genFx("hide", 3), speed, easing, callback);
8328 this.animate(genFx("toggle", 3), fn, fn2, callback);
8544 function genFx( type, num ) { function
8556 slideDown: genFx( "show", 1 ),
8557 slideUp: genFx( "hide", 1 ),
8558 slideToggle: genFx( "toggle", 1 ),
/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js6334 function genFx( type, includeWidth ) { function
6829 this.animate( genFx( name, true ), speed, easing, callback );
6835 slideDown: genFx("show"),
6836 slideUp: genFx("hide"),
6837 slideToggle: genFx("toggle"),
Djquery-2.1.4.min.map1 …lter","tweeners","*","createTween","scale","maxIterations","createFxNow","genFx","includeWidth","h…
/external/chromium-trace/catapult/third_party/flot/
Djquery.js9016 this.animate( genFx( name, true ), speed, easing, callback );
9099 function genFx( type, includeWidth ) { function
9121 slideDown: genFx("show"),
9122 slideUp: genFx("hide"),
9123 slideToggle: genFx("toggle"),