Home
last modified time | relevance | path

Searched refs:UIStringFormat (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DUIString.js55 WebInspector.UIStringFormat = function(format) class in WebInspector
68 WebInspector.UIStringFormat._append = function(a, b)
73 WebInspector.UIStringFormat.prototype = {
81 …String.standardFormatters, "", WebInspector.UIStringFormat._append, this._tokenizedFormat).formatt…
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DUIUtils.js408 WebInspector._subMillisFormat = new WebInspector.UIStringFormat("%.3f\u2009ms");
411 WebInspector._millisFormat = new WebInspector.UIStringFormat("%.0f\u2009ms");
414 WebInspector._secondsFormat = new WebInspector.UIStringFormat("%.2f\u2009s");
417 WebInspector._minutesFormat = new WebInspector.UIStringFormat("%.1f\u2009min");
420 WebInspector._hoursFormat = new WebInspector.UIStringFormat("%.1f\u2009hrs");
423 WebInspector._daysFormat = new WebInspector.UIStringFormat("%.1f\u2009days");