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

  /external/webkit/Source/WebCore/platform/graphics/android/
ZoomManager.h 63 double updateTime() const { return m_updateTime; }
64 void setUpdateTime(double value) { m_updateTime = value; }
106 double m_updateTime;
ZoomManager.cpp 62 , m_updateTime(-1)
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.h 90 , m_updateTime(updateTime)
94 double m_updateTime;
  /external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.cpp 96 value->setNumber("updateTime", applicationCacheInfo.m_updateTime);

Completed in 1167 milliseconds