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

1 2 3

  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job.h 54 bool has_more);
file_system_dir_url_request_job.cc 105 bool has_more) {
135 if (has_more) {
recursive_operation_delegate.cc 113 bool has_more) {
135 if (has_more)
async_file_test_helper.cc 68 bool has_more) {
71 if (result != base::PLATFORM_FILE_OK || !has_more)
file_system_operation_runner.cc 543 bool has_more) {
549 entries, has_more));
552 callback.Run(rv, entries, has_more);
553 if (rv != base::PLATFORM_FILE_OK || !has_more)
recursive_operation_delegate.h 130 bool has_more);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.h 127 // directory and |has_more| will be false.
131 // in any two calls are disjoint), and |has_more| will be true, except for
136 bool has_more);
mtp_device_async_delegate.h 31 bool has_more)> ReadDirectorySuccessCallback;
iphoto_file_util_unittest.cc 46 bool has_more) {
48 *completed = !has_more && error == base::PLATFORM_FILE_OK;
itunes_file_util_unittest.cc 44 bool has_more) {
46 *completed = !has_more && error == base::PLATFORM_FILE_OK;
device_media_async_file_util.cc 270 bool has_more) {
271 callback.Run(base::PLATFORM_FILE_OK, file_list, has_more);
picasa_file_util_unittest.cc 138 bool has_more) {
140 *completed = !has_more && error == base::PLATFORM_FILE_OK;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.h 70 bool has_more);
pepper_internal_file_ref_backend.cc 212 bool has_more) {
214 DCHECK(!has_more);
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 108 bool has_more) {
109 directory_callback_.Run(entries, has_more);
413 bool has_more) {
416 dispatcher->DidReadDirectory(entries, has_more);
file_system_dispatcher.h 48 bool has_more)> ReadDirectoryCallback;
155 bool has_more);
webfilesystem_impl.cc 201 bool has_more) {
211 MakeTuple(file_system_entries, has_more));
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac_unittest.mm 217 bool has_more) {
219 ASSERT_FALSE(has_more);
226 bool has_more) {
228 ASSERT_FALSE(has_more);
  /external/chromium_org/content/common/fileapi/
file_system_messages.h 60 bool /* has_more */)
  /external/v8/src/
v8conversions.cc 75 end_ = !buffer_->has_more();
codegen.cc 133 if (stream.has_more()) PrintF("%c", stream.GetNext());
  /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/extensions/api/developer_private/
developer_private_api.h 393 bool has_more);
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 173 bool has_more);

Completed in 542 milliseconds

1 2 3