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

  /external/chromium_org/third_party/WebKit/Source/wtf/
CurrentTime.h 47 inline double currentTimeMS()
64 using WTF::currentTimeMS;
DateMath.h 74 return floor(WTF::currentTimeMS());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.cpp 240 m_loadStartTime = currentTimeMS();
254 int duration = static_cast<int>(currentTimeMS() - m_loadStartTime);
  /external/chromium_org/third_party/WebKit/Source/core/html/
BaseDateAndTimeInputType.cpp 83 double ms = currentTimeMS();
MonthInputType.cpp 97 double current = currentTimeMS();
TimeInputType.cpp 84 double current = currentTimeMS();
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 221 double now = currentTimeMS();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 179 m_frontend->lastSeenObjectId(lastSeenObjectId, WTF::currentTimeMS());
InspectorPageAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.cpp 204 double now = currentTimeMS();
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeFieldElements.cpp 586 double current = currentTimeMS();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 1087 milliseconds