Searched refs:getFileModificationTime (Results 1 – 5 of 5) sorted by relevance
67 PLATFORM_EXPORT bool getFileModificationTime(const String&, time_t& result);
49 bool getFileModificationTime(const String& path, time_t& result) in getFileModificationTime() function
24 virtual bool getFileModificationTime(
56 bool WebFileUtilitiesImpl::getFileModificationTime(const WebString& path, in getFileModificationTime() function in webkit_glue::WebFileUtilitiesImpl
165 if (getFileModificationTime(m_path, modificationTime) && isValidFileTime(modificationTime)) in lastModifiedDate()