Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/common/
Dpage_state_serialization.cc35 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 …]
Dpage_state_serialization.h23 int64 file_start; member
Dpage_state_serialization_unittest.cc51 EXPECT_EQ(a.file_start, b.file_start); in ExpectEquality()
126 e2.file_start = 100; in PopulateHttpBody()
/external/grub/stage2/
Dfsys_iso9660.c46 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/
Dhistory_item_serialization.cc40 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/
Dglue_serialize.cc273 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/
Dversion_set.cc554 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/
Dlogging.h238 BASE_API int GetVlogLevelHelper(const char* file_start, size_t N);
/external/chromium_org/base/
Dlogging.h265 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);