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/
Dutilities.js327 function leadZero(x) function
332 leadZero(this.getMonth() + 1) +
333 leadZero(this.getDate()) + "T" +
334 leadZero(this.getHours()) +
335 leadZero(this.getMinutes()) +
336 leadZero(this.getSeconds());