HomeSort by relevance Sort by last modified time
    Searched full:readdirectory (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 28 // A callback to be called when ReadDirectory method call succeeds.
33 // A callback to be called when GetFileInfo/ReadDirectory/CreateSnapshot
52 virtual void ReadDirectory(
device_media_async_file_util.h 54 virtual void ReadDirectory(
122 // Called when ReadDirectory method call succeeds. |callback| is invoked to
123 // complete the ReadDirectory request.
138 // Called when ReadDirectory method call failed to enumerate the directory
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 54 AsyncFileTestHelper::ReadDirectory(context, url, &entries));
205 AsyncFileTestHelper::ReadDirectory(
224 AsyncFileTestHelper::ReadDirectory(
374 // They should be ignored by ReadDirectory, so we don't add them
383 // Perform ReadDirectory in the isolated filesystem.
387 AsyncFileTestHelper::ReadDirectory(
435 AsyncFileTestHelper::ReadDirectory(file_system_context(),
470 AsyncFileTestHelper::ReadDirectory(file_system_context(),
  /external/chromium_org/webkit/browser/fileapi/
async_file_test_helper.h 52 // Performs ReadDirectory on |url|.
53 static base::PlatformFileError ReadDirectory(FileSystemContext* context,
file_system_dir_url_request_job.cc 97 file_system_context_->operation_runner()->ReadDirectory(
136 file_system_context_->operation_runner()->ReadDirectory(
async_file_util_adapter.h 60 virtual void ReadDirectory(
file_system_operation.h 50 // GetMetadata, ReadDirectory and Remove) may be called during the
88 // Used for ReadDirectory(). |result| is the return code of the operation,
255 // - ReadDirectory, CopyFileLocal and CreateDirectory
257 // - ReadDirectory and CreateSnapshotFile on source filesystem and
274 // - ReadDirectory, MoveFileLocal, CreateDirectory and Remove
276 // - ReadDirectory, CreateSnapshotFile and Remove on source filesystem and
298 virtual void ReadDirectory(const FileSystemURL& path,
async_file_test_helper.cc 139 base::PlatformFileError AsyncFileTestHelper::ReadDirectory(
147 context->operation_runner()->ReadDirectory(
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.h 97 virtual void ReadDirectory(
146 // Called when ReadDirectory() completes. |file_list| contains the directory
149 // If the ReadDirectory() succeeds, |success_callback| is invoked to notify
152 // If the ReadDirectory() fails, |file_list| is not set and |error_callback|
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryReader.cpp 53 filesystem()->readDirectory(this, m_fullPath, entriesCallback, errorCallback);
DirectoryReaderSync.cpp 56 if (!m_fileSystem->readDirectory(this, m_fullPath, helper.successCallback(), helper.errorCallback(), DOMFileSystemBase::Synchronous)) {
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 41 virtual void ReadDirectory(
77 // Delegate for ReadDirectory, called on the UI thread.
97 // If necessary, notifies the ReadDirectory callback that all data
  /external/chromium_org/base/files/
file_enumerator_posix.cc 87 if (!ReadDirectory(&entries, root_path_, file_type_ & SHOW_SYM_LINKS))
119 bool FileEnumerator::ReadDirectory(std::vector<FileInfo>* entries,
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.h 115 // Called from FileSystemProxy::ReadDirectory().
116 void ReadDirectory(const base::FilePath& file_path,
file_system.h 135 virtual void ReadDirectory(
233 // Part of ReadDirectory()
235 // 2) Called when ResourceMetadata::ReadDirectory() is complete.
async_file_util.h 50 virtual void ReadDirectory(
dummy_file_system.h 70 virtual void ReadDirectory(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.h 64 virtual void ReadDirectory(
134 // Called when ReadDirectory() succeeds.
mtp_device_delegate_impl_linux.cc 80 // |success_callback| is called when the ReadDirectory request succeeds.
81 // |error_callback| is called when the ReadDirectory request fails.
208 void MTPDeviceDelegateImplLinux::ReadDirectory(
  /libcore/luni/src/main/native/
java_io_File.cpp 138 static bool readDirectory(JNIEnv* env, jstring javaPath, DirEntries& entries) {
158 if (!readDirectory(env, javaPath, entries)) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
exif_parser.js 197 directoryOffset = this.readDirectory(br, metadata.ifd.image);
204 this.readDirectory(br, metadata.ifd.thumbnail);
218 this.readDirectory(br, metadata.ifd.exif);
227 this.readDirectory(br, metadata.ifd.gps);
279 ExifParser.prototype.readDirectory = function(br, tags) {
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 57 virtual void ReadDirectory(const fileapi::FileSystemURL& url,
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 94 virtual void readDirectory(
  /external/chromium_org/content/common/fileapi/
file_system_messages.h 130 // WebFileSystem::readDirectory() message.
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystemCallbacks.h 84 // Callback for WebFileSystem::readDirectory. Called with a vector of

Completed in 699 milliseconds

1 2 3