HomeSort by relevance Sort by last modified time
    Searched refs:has_more (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 34 bool has_more)> ReadDirectorySuccessCallback;
device_media_async_file_util.h 126 // directory and |has_more| will be false.
130 // in any two calls are disjoint), and |has_more| will be true, except for
135 bool has_more);
itunes_file_util_unittest.cc 45 bool has_more) {
47 *completed = !has_more && error == base::PLATFORM_FILE_OK;
device_media_async_file_util.cc 269 bool has_more) {
270 callback.Run(base::PLATFORM_FILE_OK, file_list, has_more);
  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job.h 54 bool has_more);
file_system_dir_url_request_job.cc 91 bool has_more) {
120 if (has_more) {
recursive_operation_delegate.cc 100 bool has_more) {
122 if (has_more)
recursive_operation_delegate.h 86 bool has_more);
async_file_util.h 70 bool has_more)> ReadDirectoryCallback;
file_system_operation.h 83 // |file_list| is the list of files read, and |has_more| is true if some files
88 bool has_more)> ReadDirectoryCallback;
async_file_test_helper.cc 66 bool has_more) {
69 if (result != base::PLATFORM_FILE_OK || !has_more)
file_system_operation_runner.h 245 bool has_more);
file_system_operation_runner.cc 475 bool has_more) {
476 callback.Run(rv, entries, has_more);
477 if (rv != base::PLATFORM_FILE_OK || !has_more)
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 47 bool has_more)> ReadDirectoryCallback;
148 bool has_more);
file_system_dispatcher.cc 99 bool has_more) {
100 directory_callback_.Run(entries, has_more);
375 bool has_more) {
378 dispatcher->DidReadDirectory(entries, has_more);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.h 72 bool has_more);
pepper_internal_file_ref_backend.cc 218 bool has_more) {
220 DCHECK(!has_more);
  /external/v8/src/
v8conversions.cc 75 end_ = !buffer_->has_more();
codegen.cc 133 if (stream.has_more()) PrintF("%c", stream.GetNext());
unicode.h 187 inline bool has_more() { return remaining_ != 0; } function in class:unibrow::CharacterStream
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.h 55 bool has_more)> ReadDirectoryCallback;
  /external/v8/test/cctest/
test-strings.cc 205 while (buffer.has_more()) {
206 CHECK(buffer2.has_more());
220 while (buffer.has_more() && i < chars) {
221 CHECK(buffer2.has_more());
  /external/chromium_org/chrome/browser/media_galleries/fileapi/picasa/
picasa_file_util_unittest.cc 132 bool has_more) {
134 *completed = !has_more && error == base::PLATFORM_FILE_OK;
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.h 387 bool has_more);
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 169 bool has_more);

Completed in 1605 milliseconds

1 2