Searched refs:creationTime (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebApplicationCacheHost.h101 double creationTime; member in struct:WebKit::WebApplicationCacheHost::CacheInfo
104 CacheInfo() : creationTime(0), updateTime(0), totalSize(0) { }
/external/webkit/Source/JavaScriptCore/runtime/
H A DTimeoutChecker.cpp82 FILETIME creationTime, exitTime;
84 GetThreadTimes(GetCurrentThread(), &creationTime, &exitTime, &kernelTime.fileTime, &userTime.fileTime);
/external/kernel-headers/original/linux/
H A Dncp.h137 __le16 creationTime; member in struct:nw_info_struct
181 __le16 creationTime; member in struct:nw_modify_dos_info
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheHost.h87 CacheInfo(const KURL& manifest, double creationTime, double updateTime, long long size) argument
89 , m_creationTime(creationTime)
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResource.cpp203 double creationTime = isfinite(dateValue) ? dateValue : m_responseTimestamp; local
205 return expiresValue - creationTime;
208 return (creationTime - lastModifiedValue) * 0.1;
/external/webkit/Source/WebCore/inspector/front-end/
H A DApplicationCacheItemsView.js147 this._creationTime = applicationCaches.creationTime;
173 // FIXME: For Chrome, put creationTime and updateTime somewhere.
/external/webkit/Source/WebKit/chromium/src/
H A DApplicationCacheHost.cpp232 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);

Completed in 203 milliseconds