HomeSort by relevance Sort by last modified time
    Searched defs:EntriesCallbacks (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemCallbacks.cpp 103 // EntriesCallbacks -----------------------------------------------------------
105 PassOwnPtr<AsyncFileSystemCallbacks> EntriesCallbacks::create(PassOwnPtr<EntriesCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtr<DirectoryReaderBase> directoryReader, const String& basePath)
107 return adoptPtr(new EntriesCallbacks(successCallback, errorCallback, directoryReader, basePath));
110 EntriesCallbacks::EntriesCallbacks(PassOwnPtr<EntriesCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtr<DirectoryReaderBase> directoryReader, const String& basePath)
119 void EntriesCallbacks::didReadDirectoryEntry(const String& name, bool isDirectory)
127 void EntriesCallbacks::didReadDirectoryEntries(bool hasMore)
FileSystemCallbacks.h 85 class EntriesCallbacks : public FileSystemCallbacksBase {
92 EntriesCallbacks(PassOwnPtr<EntriesCallback>, PassOwnPtr<ErrorCallback>, PassRefPtr<DirectoryReaderBase>, const String& basePath);

Completed in 69 milliseconds