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

/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp50 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
52 return PlatformBridge::getFileSize(path, result);
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc46 bool WebFileUtilitiesImpl::getFileSize(const WebString& path, function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp67 bool getFileSize(const String& path, long long& resultSize) function in namespace:WebCore
71 // TODO: why is FileSystem::getFileSize signed?
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h55 virtual bool getFileSize(const WebString& path, long long& result) { return false; } function in class:WebKit::WebFileUtilities
/external/webkit/Source/WebCore/platform/brew/
H A DFileSystemBrew.cpp47 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp112 bool getFileSize(const String& path, long long& resultSize) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp151 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp62 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp53 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp71 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp349 bool PlatformBridge::getFileSize(const String& path, long long& result) function in class:WebCore::PlatformBridge
351 return webKitClient()->fileUtilities()->getFileSize(path, result);

Completed in 260 milliseconds