Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.time.min.js7floorInBase(n,base){return base*Math.floor(n/base)}function formatDate(d,fmt,monthNames,dayNames){… function
Djquery.flot.time.js24 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));
Djquery.flot.js1747 start = floorInBase(axis.min, axis.tickSize),
3164 function floorInBase(n, base) { function
Djquery.flot.min.js7 …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