Searched refs:size_to_read (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/app/
H A Dimage_pre_reader_win.h28 size_t size_to_read,
H A Dimage_pre_reader_win.cc328 size_t size_to_read,
362 (size_to_read ? total_read < size_to_read : true)) {
387 size_to_read ? size_to_read : ~0,
327 PreReadImage(const wchar_t* file_path, size_t size_to_read, size_t step_size) argument
/external/chromium/base/
H A Dfile_util_win.cc1105 bool PreReadImage(const wchar_t* file_path, size_t size_to_read, argument
1139 (size_to_read ? total_read < size_to_read : true)) {
1157 size_t actual_size_to_read = size_to_read ? size_to_read :
H A Dfile_util.h629 bool BASE_API PreReadImage(const wchar_t* file_path, size_t size_to_read,
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c1961 ZPOS64_T size_to_read; local
1971 size_to_read = (pfile_in_zip_read_info->size_local_extrafield -
1975 return (int)size_to_read;
1977 if (len>size_to_read)
1978 read_now = (uInt)size_to_read;
/external/zlib/src/contrib/minizip/
H A Dunzip.c1961 ZPOS64_T size_to_read; local
1971 size_to_read = (pfile_in_zip_read_info->size_local_extrafield -
1975 return (int)size_to_read;
1977 if (len>size_to_read)
1978 read_now = (uInt)size_to_read;

Completed in 251 milliseconds