Home
last modified time | relevance | path

Searched defs:getFileModificationTime (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp55 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h56 virtual bool getFileModificationTime(const WebString& path, double& result) { return false; } in getFileModificationTime() function
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp69 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp79 bool getFileModificationTime(const String& path, time_t& t) in getFileModificationTime() function
/external/chromium/webkit/glue/
Dwebfileutilities_impl.cc56 bool WebFileUtilitiesImpl::getFileModificationTime(const WebString& path, in getFileModificationTime() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp167 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp60 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp86 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp62 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp127 bool getFileModificationTime(const String& path, time_t& modifiedTime) in getFileModificationTime() function
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp359 bool PlatformBridge::getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function in WebCore::PlatformBridge