Home | History | Annotate | Download | only in chromium

Lines Matching defs:TimeStamp

69 typedef unsigned long long TimeStamp;
77 static const TimeStamp kTypeAheadTimeoutMs = 1000;
272 TimeStamp m_lastCharTime;
807 TimeStamp now = static_cast<TimeStamp>(currentTime() * 1000.0f);
808 TimeStamp delta = now - m_lastCharTime;