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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 232 enum TimeUnit { Seconds, Milliseconds };
235 if (timeUnit == Seconds && m_primitiveUnitType == CSS_S)
237 if (timeUnit == Seconds && m_primitiveUnitType == CSS_MS)
CSSToStyleMap.cpp 311 animation->setDelay(primitiveValue->computeTime<double, CSSPrimitiveValue::Seconds>());
354 animation->setDuration(primitiveValue->computeTime<double, CSSPrimitiveValue::Seconds>());
  /external/chromium_org/native_client_sdk/src/examples/api/core/
example.js 46 // Convert NaCl Seconds elapsed to MS
  /external/llvm/lib/Object/
Archive.cpp 58 unsigned Seconds;
60 .getAsInteger(10, Seconds))
64 Ret.fromEpochTime(Seconds);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
171 // Seconds, with leading zeros
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 132 ATTRIBUTE Ascend-Seconds-Of-History 238 integer
134 ATTRIBUTE Ascend-Add-Seconds 240 integer
135 ATTRIBUTE Ascend-Remove-Seconds 241 integer
  /external/v8/test/mjsunit/
date.js 124 // Seconds
date-parse.js 95 // Seconds are optional.
  /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
116 var seconds = parseInt(ms / 1000) % 60;
118 return chrome.i18n.getMessage(prefix + 'Minutes', [minutes, seconds]);
120 return chrome.i18n.getMessage(prefix + 'Seconds', [seconds]);
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 95 // Seconds are optional.
date.js 126 // Seconds
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 32 "Seconds",
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 407 milliseconds