HomeSort by relevance Sort by last modified time
    Searched refs:Hours (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp 419 enum Mode { Minutes, Hours };
423 // If not 2 characters or value is greater than 59, interpret as hours.
429 mode = Hours;
436 // Step 12 - Detect whether this timestamp includes hours.
438 if (mode == Hours || input.match(':')) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h 184 BYTE 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",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 180 UCHAR Hours;

Completed in 232 milliseconds