Searched defs:has_more (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_dir_url_request_job.cc105 bool has_more) {
135 if (has_more) {
102 DidReadDirectory( base::PlatformFileError result, const std::vector<DirectoryEntry>& entries, bool has_more) argument
H A Drecursive_operation_delegate.cc113 bool has_more) {
135 if (has_more)
109 DidReadDirectory( const FileSystemURL& parent, base::PlatformFileError error, const FileEntryList& entries, bool has_more) argument
H A Dasync_file_test_helper.cc68 bool has_more) {
71 if (result != base::PLATFORM_FILE_OK || !has_more)
63 ReadDirectoryCallback(base::RunLoop* run_loop, base::PlatformFileError* result_out, FileEntryList* entries_out, base::PlatformFileError result, const FileEntryList& entries, bool has_more) argument
H A Dfile_system_operation_runner.cc543 bool has_more) {
549 entries, has_more));
552 callback.Run(rv, entries, has_more);
553 if (rv != base::PLATFORM_FILE_OK || !has_more)
538 DidReadDirectory( const OperationHandle& handle, const ReadDirectoryCallback& callback, base::PlatformFileError rv, const std::vector<DirectoryEntry>& entries, bool has_more) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ddevice_media_async_file_util.cc270 bool has_more) {
271 callback.Run(base::PLATFORM_FILE_OK, file_list, has_more);
267 OnDidReadDirectory( const AsyncFileUtil::ReadDirectoryCallback& callback, const AsyncFileUtil::EntryList& file_list, bool has_more) argument
H A Diphoto_file_util_unittest.cc46 bool has_more) {
48 *completed = !has_more && error == base::PLATFORM_FILE_OK;
40 ReadDirectoryTestHelperCallback( base::RunLoop* run_loop, FileSystemOperation::FileEntryList* contents, bool* completed, base::PlatformFileError error, const FileSystemOperation::FileEntryList& file_list, bool has_more) argument
H A Ditunes_file_util_unittest.cc44 bool has_more) {
46 *completed = !has_more && error == base::PLATFORM_FILE_OK;
39 ReadDirectoryTestHelperCallback( base::RunLoop* run_loop, FileSystemOperation::FileEntryList* contents, bool* completed, base::PlatformFileError error, const FileSystemOperation::FileEntryList& file_list, bool has_more) argument
H A Dnative_media_file_util_unittest.cc87 bool has_more) {
89 *completed = !has_more;
83 DidReadDirectory(std::set<base::FilePath::StringType>* content, bool* completed, base::PlatformFileError error, const FileEntryList& file_list, bool has_more) argument
H A Dpicasa_file_util_unittest.cc138 bool has_more) {
140 *completed = !has_more && error == base::PLATFORM_FILE_OK;
133 ReadDirectoryTestHelperCallback( base::RunLoop* run_loop, FileSystemOperation::FileEntryList* contents, bool* completed, base::PlatformFileError error, const FileSystemOperation::FileEntryList& file_list, bool has_more) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_internal_file_ref_backend.cc212 bool has_more) {
214 DCHECK(!has_more);
208 ReadDirectoryComplete( ppapi::host::ReplyMessageContext context, base::PlatformFileError error, const fileapi::FileSystemOperation::FileEntryList& file_list, bool has_more) argument
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc201 bool has_more) {
211 MakeTuple(file_system_entries, has_more));
198 ReadDirectoryCallbackAdapater( int thread_id, int callbacks_id, WaitableCallbackResults* waitable_results, const std::vector<fileapi::DirectoryEntry>& entries, bool has_more) argument
H A Dfile_system_dispatcher.cc108 bool has_more) {
109 directory_callback_.Run(entries, has_more);
413 bool has_more) {
416 dispatcher->DidReadDirectory(entries, has_more);
106 DidReadDirectory( const std::vector<fileapi::DirectoryEntry>& entries, bool has_more) argument
410 OnDidReadDirectory( int request_id, const std::vector<fileapi::DirectoryEntry>& entries, bool has_more) argument
/external/v8/src/
H A Dunicode.h187 inline bool has_more() { return remaining_ != 0; } function in class:unibrow::CharacterStream
H A Dparser.h403 bool has_more() { return has_more_; } function in class:v8::internal::RegExpParser
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter.cc702 bool has_more) {
704 Send(new FileSystemMsg_DidReadDirectory(request_id, entries, has_more));
698 DidReadDirectory( int request_id, base::PlatformFileError result, const std::vector<fileapi::DirectoryEntry>& entries, bool has_more) argument
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc138 bool has_more) {
143 if (!has_more)
133 OnReadDirectory( CannedSyncableFileSystem::FileEntryList* entries_out, const CannedSyncableFileSystem::StatusCallback& callback, base::PlatformFileError error, const fileapi::FileSystemOperation::FileEntryList& entries, bool has_more) argument
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1020 bool has_more) {
1015 ReadSyncFileSystemDirectoryCb( const base::FilePath& project_path, const base::FilePath& destination_path, base::PlatformFileError status, const fileapi::FileSystemOperation::FileEntryList& file_list, bool has_more) argument
/external/chromium_org/v8/src/
H A Dparser.h381 bool has_more() { return has_more_; } function in class:v8::internal::BASE_EMBEDDED
H A Dobjects.h9286 bool has_more() { return index_ < data_.length(); } function in class:v8::VectorIterator

Completed in 518 milliseconds