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

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

Completed in 2311 milliseconds