Searched refs:getFileModificationTime (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DFile.cpp76 if (!getFileModificationTime(m_path, modificationTime))
97 // FIXME: Combine getFileSize and getFileModificationTime into one file system call.
99 if (!getFileSize(m_path, snapshotSize) || !getFileModificationTime(m_path, modificationTime)) {
/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);
H A DPlatformBridge.h134 static bool getFileModificationTime(const String&, time_t& result);
/external/webkit/Source/WebCore/platform/
H A DFileStream.cpp67 if (!getFileModificationTime(path, modificationTime))
H A DFileSystem.h166 bool getFileModificationTime(const String&, time_t& result);
/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/chromium/webkit/glue/
H A Dwebfileutilities_impl.h24 virtual bool getFileModificationTime(
H A Dwebfileutilities_impl.cc56 bool WebFileUtilitiesImpl::getFileModificationTime(const WebString& path, function in class:webkit_glue::WebFileUtilitiesImpl
/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/wx/
H A DFileSystemWx.cpp79 bool getFileModificationTime(const String& path, time_t& t) function in namespace:WebCore
/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/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/WebCore/platform/network/mac/
H A DFormDataStreamMac.mm183 if (!getFileModificationTime(nextInput.m_filename, fileModificationTime) || fileModificationTime != static_cast<time_t>(nextInput.m_expectedFileModificationTime))
/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))
/external/webkit/Source/WebCore/plugins/
H A DPluginDatabase.cpp132 if (!getFileModificationTime(*it, lastModified))
/external/webkit/Source/WebCore/page/
H A DPage.cpp664 if (!getFileModificationTime(m_userStyleSheetPath, modTime)) {

Completed in 280 milliseconds