Searched refs:file_start (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/content/common/ |
D | page_state_serialization.cc | 35 int file_start, in AppendFileRangeToHttpBody() argument 41 element.file_start = file_start; in AppendFileRangeToHttpBody() 49 int file_start, in AppendURLRangeToHttpBody() argument 55 element.file_start = file_start; in AppendURLRangeToHttpBody() 419 WriteInteger64(element.file_start, obj); in WriteHttpBody() 425 WriteInteger64(element.file_start, obj); in WriteHttpBody() 457 int64 file_start = ReadInteger64(obj); in ReadHttpBody() local 460 AppendFileRangeToHttpBody(http_body, file_path, file_start, file_length, in ReadHttpBody() 464 int64 file_start = ReadInteger64(obj); in ReadHttpBody() local 467 AppendURLRangeToHttpBody(http_body, url, file_start, file_length, in ReadHttpBody() [all …]
|
D | page_state_serialization.h | 23 int64 file_start; member
|
D | page_state_serialization_unittest.cc | 51 EXPECT_EQ(a.file_start, b.file_start); in ExpectEquality() 126 e2.file_start = 100; in PopulateHttpBody()
|
/external/grub/stage2/ |
D | fsys_iso9660.c | 46 unsigned long file_start; member 126 INODE->file_start = 0; in iso9660_mount() 149 INODE->file_start = 0; in iso9660_dir() 371 INODE->file_start = idr->extent.l; in iso9660_dir() 412 if (INODE->file_start == 0) in iso9660_read() 426 if (!iso9660_devread(INODE->file_start + sector, blkoffset, size, buf)) in iso9660_read()
|
/external/chromium_org/content/public/renderer/ |
D | history_item_serialization.cc | 40 output->file_start = input.fileStart; in ToExplodedHttpBodyElement() 46 output->file_start = input.fileStart; in ToExplodedHttpBodyElement() 65 element.file_start, in AppendHTTPBodyElement() 72 element.file_start, in AppendHTTPBodyElement()
|
/external/chromium/webkit/glue/ |
D | glue_serialize.cc | 273 long long file_start = 0; in ReadFormData() local 277 file_start = ReadInteger64(obj); in ReadFormData() 281 http_body.appendFileRange(file_path, file_start, file_length, in ReadFormData()
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | version_set.cc | 554 const Slice file_start = f->smallest.user_key(); in GetOverlappingInputs() local 558 } else if (end != NULL && user_cmp->Compare(file_start, user_end) > 0) { in GetOverlappingInputs() 565 if (begin != NULL && user_cmp->Compare(file_start, user_begin) < 0) { in GetOverlappingInputs() 566 user_begin = file_start; in GetOverlappingInputs()
|
/external/chromium/base/ |
D | logging.h | 238 BASE_API int GetVlogLevelHelper(const char* file_start, size_t N);
|
/external/chromium_org/base/ |
D | logging.h | 265 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);
|