Home
last modified time | relevance | path

Searched defs:getFileSize (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/chromium/
DFileSystemChromium.cpp50 bool getFileSize(const String& path, long long& result) in getFileSize() function
/external/webkit/WebCore/platform/posix/
DFileSystemPOSIX.cpp84 bool getFileSize(const String& path, long long& result) in getFileSize() function
/external/webkit/WebCore/platform/qt/
DFileSystemQt.cpp63 bool getFileSize(const String& path, long long& result) in getFileSize() function
/external/webkit/WebCore/platform/wx/
DFileSystemWx.cpp67 bool getFileSize(const String& path, long long& resultSize) in getFileSize() function
/external/webkit/WebCore/platform/wince/
DFileSystemWince.cpp57 bool getFileSize(const String& path, long long& result) in getFileSize() function
/external/webkit/WebCore/platform/gtk/
DFileSystemGtk.cpp122 bool getFileSize(const String& path, long long& resultSize) in getFileSize() function
/external/webkit/WebCore/platform/win/
DFileSystemWin.cpp51 bool getFileSize(const String& path, long long& result) in getFileSize() function
/external/webkit/WebKit/chromium/public/
DWebKitClient.h107 virtual bool getFileSize(const WebString& path, long long& result) { return false; } in getFileSize() function
/external/webkit/WebKit/chromium/src/
DChromiumBridge.cpp246 bool ChromiumBridge::getFileSize(const String& path, long long& result) in getFileSize() function in WebCore::ChromiumBridge