Home
last modified time | relevance | path

Searched defs:file_length (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/common/
Dpage_state_serialization.cc36 int file_length, in AppendFileRangeToHttpBody()
50 int file_length, in AppendURLRangeToHttpBody()
467 int64 file_length = ReadInteger64(obj); in ReadHttpBody() local
474 int64 file_length = ReadInteger64(obj); in ReadHttpBody() local
Dpage_state_serialization.h26 int64 file_length; member
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_loader.cpp293 ELF::Addr file_length = file_end - file_page_start; in LoadSegments() local
/external/chromium_org/components/search_provider_logos/
Dlogo_cache_unittest.cc91 int64 file_length = file.GetLength(); in ShortenFile() local
/external/libnfc-nci/src/nfc/tags/
Dce_t4t.c267 UINT8 file_length[2]; in ce_t4t_update_binary() local
/external/chromium_org/webkit/browser/blob/
Dblob_url_request_job.cc254 uint64 file_length = result; in DidGetFileItemLength() local
/external/e2fsprogs/ext2ed/
Dext2ed.h136 long file_offset,file_length; member
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopenjpeg.c99 OPJ_OFF_T file_length = 0; in opj_get_data_length_from_file() local
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
Dstorage_api.py838 def _force_close(self, file_length=None): argument