HomeSort by relevance Sort by last modified time
    Searched refs:WebFileSystemEntry (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebFileSystemEntry.h 38 struct WebFileSystemEntry {
39 WebFileSystemEntry() : isDirectory(false) { }
WebFileSystemCallbacks.h 35 #include "WebFileSystemEntry.h"
57 virtual void didReadDirectory(const WebVector<WebFileSystemEntry>&, bool hasMore) = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebFileSystemCallbacksImpl.h 49 struct WebFileSystemEntry;
59 virtual void didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore);
WorkerFileSystemCallbacksBridge.h 55 struct WebFileSystemEntry;
104 void didReadDirectoryOnMainThread(const WebVector<WebFileSystemEntry>&, bool hasMore, const String& mode);
129 static void didReadDirectoryOnWorkerThread(WebCore::ScriptExecutionContext*, WorkerFileSystemCallbacksBridge*, const WebVector<WebFileSystemEntry>&, bool hasMore);
WebFileSystemCallbacksImpl.cpp 41 #include "WebFileSystemEntry.h"
80 void WebFileSystemCallbacksImpl::didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore)
WorkerFileSystemCallbacksBridge.cpp 40 #include "WebFileSystemEntry.h"
66 template<> struct CrossThreadCopierBase<false, false, WebKit::WebVector<WebKit::WebFileSystemEntry> > {
67 typedef WebKit::WebVector<WebKit::WebFileSystemEntry> Type;
68 static Type copy(const WebKit::WebVector<WebKit::WebFileSystemEntry>& entries)
70 WebKit::WebVector<WebKit::WebFileSystemEntry> newEntries(entries.size());
124 virtual void didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore)
297 void WorkerFileSystemCallbacksBridge::didReadDirectoryOnMainThread(const WebVector<WebFileSystemEntry>& entries, bool hasMore, const String& mode)
336 void WorkerFileSystemCallbacksBridge::didReadDirectoryOnWorkerThread(ScriptExecutionContext*, WorkerFileSystemCallbacksBridge* bridge, const WebVector<WebFileSystemEntry>& entries, bool hasMore)
AsyncFileSystemChromium.cpp 143 virtual void didReadDirectory(const WebKit::WebVector<WebKit::WebFileSystemEntry>& entries, bool hasMore)

Completed in 46 milliseconds