Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/chromium/
DFileSystemChromium.cpp55 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/WebCore/platform/posix/
DFileSystemPOSIX.cpp100 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/WebCore/platform/qt/
DFileSystemQt.cpp70 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/WebCore/platform/wx/
DFileSystemWx.cpp79 bool getFileModificationTime(const String& path, time_t& t) in getFileModificationTime() function
/external/webkit/WebCore/platform/wince/
DFileSystemWince.cpp72 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/WebCore/platform/gtk/
DFileSystemGtk.cpp138 bool getFileModificationTime(const String& path, time_t& modifiedTime) in getFileModificationTime() function
/external/webkit/WebCore/platform/win/
DFileSystemWin.cpp60 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
/external/webkit/WebKit/chromium/public/
DWebKitClient.h108 virtual bool getFileModificationTime(const WebString& path, time_t& result) { return false; } in getFileModificationTime() function
/external/webkit/WebKit/chromium/src/
DChromiumBridge.cpp251 bool ChromiumBridge::getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function in WebCore::ChromiumBridge