Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Dutilities.js392 function leadZero2(x) function
407 leadZero2(this.getMonth() + 1) + "-" +
408 leadZero2(this.getDate()) + " " +
409 leadZero2(this.getHours()) + ":" +
410 leadZero2(this.getMinutes()) + ":" +
411 leadZero2(this.getSeconds()) + "." +