Home | History | Annotate | Download | only in glue

Lines Matching refs:WebKit

9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileUtilities.h"
13 class WebFileUtilitiesImpl : public WebKit::WebFileUtilities {
19 virtual void revealFolderInOS(const WebKit::WebString& path);
20 virtual bool fileExists(const WebKit::WebString& path);
21 virtual bool deleteFile(const WebKit::WebString& path);
22 virtual bool deleteEmptyDirectory(const WebKit::WebString& path);
23 virtual bool getFileSize(const WebKit::WebString& path, long long& result);
25 const WebKit::WebString& path,
27 virtual WebKit::WebString directoryName(const WebKit::WebString& path);
28 virtual WebKit::WebString pathByAppendingComponent(
29 const WebKit::WebString& path, const WebKit::WebString& component);
30 virtual bool makeAllDirectories(const WebKit::WebString& path);
31 virtual WebKit::WebString getAbsolutePath(const WebKit::WebString& path);
32 virtual bool isDirectory(const WebKit::WebString& path);
33 virtual WebKit::WebURL filePathToURL(const WebKit::WebString& path);
34 virtual base::PlatformFile openFile(const WebKit::WebString& path, int mode);