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

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

Completed in 2305 milliseconds