Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Dutilities.js398 function leadZero(x) function
403 leadZero(this.getMonth() + 1) +
404 leadZero(this.getDate()) + "T" +
405 leadZero(this.getHours()) +
406 leadZero(this.getMinutes()) +
407 leadZero(this.getSeconds());