Searched defs:getFileSize (Results 1 – 9 of 9) sorted by relevance
50 bool getFileSize(const String& path, long long& result) in getFileSize() function
84 bool getFileSize(const String& path, long long& result) in getFileSize() function
63 bool getFileSize(const String& path, long long& result) in getFileSize() function
67 bool getFileSize(const String& path, long long& resultSize) in getFileSize() function
57 bool getFileSize(const String& path, long long& result) in getFileSize() function
122 bool getFileSize(const String& path, long long& resultSize) in getFileSize() function
51 bool getFileSize(const String& path, long long& result) in getFileSize() function
107 virtual bool getFileSize(const WebString& path, long long& result) { return false; } in getFileSize() function
246 bool ChromiumBridge::getFileSize(const String& path, long long& result) in getFileSize() function in WebCore::ChromiumBridge