Searched refs:didReadDirectory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystemCallbacks.h86 BLINK_PLATFORM_EXPORT void didReadDirectory(const WebVector<WebFileSystemEntry>&, bool hasMore);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebFileSystemCallbacks.cpp113 void WebFileSystemCallbacks::didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore) function in class:blink::WebFileSystemCallbacks
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc152 callbacks->didReadDirectory(file_system_entries, has_more);

Completed in 152 milliseconds