OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hours
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp
475
enum Mode { Minutes,
Hours
};
479
// If not 2 characters or value is greater than 59, interpret as
hours
.
485
mode =
Hours
;
494
// Step 12 - Detect whether this timestamp includes
hours
.
496
if (mode ==
Hours
|| (*position < line.length() && line[*position] == ':')) {
/external/v8/test/mjsunit/
date.js
101
//
Hours
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js
51
// ...
Hours
/Minutes/Seconds could be longer for any locale, then this should
108
var
hours
= parseInt(ms / (60 * 60 * 1000)) % 24;
110
return chrome.i18n.getMessage(prefix + 'Days', [days,
hours
]);
113
if (
hours
) {
114
return chrome.i18n.getMessage(prefix + '
Hours
', [
hours
, minutes]);
/external/chromium_org/v8/test/mjsunit/
date.js
103
//
Hours
/external/chromium_org/v8/test/webkit/
date-set-to-nan.js
36
"
Hours
",
Completed in 2942 milliseconds