Searched refs:floorInBase (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.time.min.js | 7 …floorInBase(n,base){return base*Math.floor(n/base)}function formatDate(d,fmt,monthNames,dayNames){… function
|
D | jquery.flot.time.js | 24 function floorInBase(n, base) { function 278 d.setSeconds(floorInBase(d.getSeconds(), tickSize)); 280 d.setMinutes(floorInBase(d.getMinutes(), tickSize)); 282 d.setHours(floorInBase(d.getHours(), tickSize)); 284 d.setMonth(floorInBase(d.getMonth(), tickSize)); 286 d.setMonth(3 * floorInBase(d.getMonth() / 3, 289 d.setFullYear(floorInBase(d.getFullYear(), tickSize)); 309 d.setMonth(floorInBase(d.getMonth(), 3)); 312 d.setMonth(floorInBase(d.getMonth(), 6));
|
D | jquery.flot.js | 1747 start = floorInBase(axis.min, axis.tickSize), 3164 function floorInBase(n, base) { function
|
D | jquery.flot.min.js | 7 …is.tickGenerator){axis.tickGenerator=function(axis){var ticks=[],start=floorInBase(axis.min,axis.t… 8 …ons){return this.each(function(){$.plot(this,data,options)})};function floorInBase(n,base){return … function
|