Home
last modified time | relevance | path

Searched refs:has_more (Results 1 – 25 of 81) sorted by relevance

1234

/external/chromium_org/chrome/browser/chromeos/file_system_provider/
Drequest_manager_unittest.cc91 SuccessEvent(int request_id, scoped_ptr<RequestValue> result, bool has_more) in SuccessEvent() argument
94 has_more_(has_more) {} in SuccessEvent()
99 bool has_more() { return has_more_; } in has_more() function in chromeos::file_system_provider::__anon5aa9bac40111::EventLogger::SuccessEvent
134 bool has_more) { in OnSuccess() argument
136 new SuccessEvent(request_id, result.Pass(), has_more)); in OnSuccess()
182 bool has_more) OVERRIDE { in OnSuccess() argument
184 logger_->OnSuccess(request_id, result.Pass(), has_more); in OnSuccess()
230 FulfilledEvent(int request_id, bool has_more) in FulfilledEvent() argument
231 : Event(request_id), has_more_(has_more) {} in FulfilledEvent()
234 bool has_more() const { return has_more_; } in has_more() function in chromeos::file_system_provider::__anon5aa9bac40111::RequestObserver::FulfilledEvent
[all …]
Drequest_manager.h67 bool has_more) = 0;
94 bool has_more) = 0;
118 bool has_more);
Drequest_manager.cc120 bool has_more) { in FulfillRequest() argument
128 OnRequestFulfilled(request_id, *response.get(), has_more)); in FulfillRequest()
130 request_it->second->handler->OnSuccess(request_id, response.Pass(), has_more); in FulfillRequest()
132 if (!has_more) { in FulfillRequest()
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
Dread_file_unittest.cc40 Event(int chunk_length, bool has_more, base::File::Error result) in Event() argument
41 : chunk_length_(chunk_length), has_more_(has_more), result_(result) {} in Event()
45 bool has_more() const { return has_more_; } in has_more() function in chromeos::file_system_provider::operations::__anon8ebb002f0111::CallbackLogger::Event
59 void OnReadFile(int chunk_length, bool has_more, base::File::Error result) { in OnReadFile() argument
60 events_.push_back(new Event(chunk_length, has_more, result)); in OnReadFile()
174 const bool has_more = false; in TEST_F() local
182 value_as_list.Set(3, new base::FundamentalValue(has_more)); in TEST_F()
191 read_file.OnSuccess(kRequestId, request_value.Pass(), has_more); in TEST_F()
196 EXPECT_FALSE(event->has_more()); in TEST_F()
Dread_directory_unittest.cc39 bool has_more) in Event() argument
40 : result_(result), entry_list_(entry_list), has_more_(has_more) {} in Event()
47 bool has_more() { return has_more_; } in has_more() function in chromeos::file_system_provider::operations::__anon70c9e4e40111::CallbackLogger::Event
62 bool has_more) { in OnReadDirectory() argument
63 events_.push_back(new Event(result, entry_list, has_more)); in OnReadDirectory()
199 const bool has_more = false; in TEST_F() local
200 read_directory.OnSuccess(kRequestId, request_value.Pass(), has_more); in TEST_F()
Dread_file.cc85 bool has_more) { in OnSuccess() argument
99 callback_.Run(copy_result, has_more, base::File::FILE_OK); in OnSuccess()
Dget_metadata_unittest.cc202 const bool has_more = false; in TEST_F() local
203 get_metadata.OnSuccess(kRequestId, request_value.Pass(), has_more); in TEST_F()
275 const bool has_more = false; in TEST_F() local
276 get_metadata.OnSuccess(kRequestId, request_value.Pass(), has_more); in TEST_F()
Dread_directory.cc86 bool has_more) { in OnSuccess() argument
100 callback_.Run(base::File::FILE_OK, entry_list, has_more); in OnSuccess()
Dabort.h41 bool has_more) OVERRIDE;
Dclose_file.h43 bool has_more) OVERRIDE;
Dunmount.h41 bool has_more) OVERRIDE;
Dread_directory.h41 bool has_more) OVERRIDE;
Dcreate_file.h42 bool has_more) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
Dfile_system_provider_api.cc147 const bool has_more = params->has_more; in RunWhenValid() local
149 has_more); in RunWhenValid()
161 const bool has_more = params->has_more; in RunWhenValid() local
163 has_more); in RunWhenValid()
Dprovider_function.cc92 bool has_more) { in FulfillRequest() argument
93 if (!request_manager_->FulfillRequest(request_id_, value.Pass(), has_more)) in FulfillRequest()
/external/chromium_org/net/spdy/
Dhpack_input_stream.cc77 bool has_more = (*I == next_marker); in DecodeNextUint32() local
79 while (has_more && (shift < 32)) { in DecodeNextUint32()
83 has_more = (next_octet & 0x80) != 0; in DecodeNextUint32()
94 return !has_more; in DecodeNextUint32()
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
Dfile_stream_reader.cc186 bool has_more, in OnReadFileCompletedOnUIThread() argument
192 base::Bind(chunk_received_callback, chunk_length, has_more, result)); in OnReadFileCompletedOnUIThread()
442 bool has_more, in OnReadChunkReceived() argument
450 if (!has_more && result == base::File::FILE_OK) { in OnReadChunkReceived()
458 DCHECK(!has_more); in OnReadChunkReceived()
465 DCHECK(has_more); in OnReadChunkReceived()
/external/chromium_org/chrome/browser/media_galleries/linux/
Dmtp_device_task_helper.h37 bool has_more)> ReadDirectorySuccessCallback;
138 bool has_more,
Dmtp_device_delegate_impl_linux.h191 bool has_more);
221 bool has_more);
/external/chromium_org/content/child/fileapi/
Dfile_system_dispatcher.cc100 bool has_more) { in DidReadDirectory() argument
101 directory_callback_.Run(entries, has_more); in DidReadDirectory()
379 bool has_more) { in OnDidReadDirectory() argument
382 dispatcher->DidReadDirectory(entries, has_more); in OnDidReadDirectory()
383 if (!has_more) in OnDidReadDirectory()
Dfile_system_dispatcher.h46 void(const std::vector<storage::DirectoryEntry>& entries, bool has_more)>
146 bool has_more);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Ddevice_media_async_file_util.cc67 bool has_more, in OnDidCheckMediaForReadDirectory() argument
70 callback.Run(base::File::FILE_OK, file_list, has_more); in OnDidCheckMediaForReadDirectory()
498 bool has_more) { in OnDidReadDirectory() argument
501 OnDidCheckMediaForReadDirectory(callback, has_more, file_list); in OnDidReadDirectory()
511 base::Bind(&OnDidCheckMediaForReadDirectory, callback, has_more)); in OnDidReadDirectory()
/external/chromium_org/storage/browser/fileapi/
Dfile_system_dir_url_request_job.cc124 bool has_more) { in DidReadDirectory() argument
154 if (!has_more) { in DidReadDirectory()
Drecursive_operation_delegate.cc113 bool has_more) { in DidReadDirectory() argument
134 if (has_more) in DidReadDirectory()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dprovided_file_systems_ui.cc148 bool has_more) OVERRIDE;
219 bool has_more) { in OnRequestFulfilled() argument
222 event->SetBoolean(kKeyHasMore, has_more); in OnRequestFulfilled()

1234