Searched defs:Seconds (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Object/
H A DArchive.cpp58 unsigned Seconds; local
60 .getAsInteger(10, Seconds))
64 Ret.fromEpochTime(Seconds);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h232 enum TimeUnit { Seconds, Milliseconds }; enumerator in enum:WebCore::CSSPrimitiveValue::TimeUnit
235 if (timeUnit == Seconds && m_primitiveUnitType == CSS_S)
237 if (timeUnit == Seconds && m_primitiveUnitType == CSS_MS)

Completed in 58 milliseconds