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

/external/chromium_org/content/common/
H A Dpage_state_serialization.cc35 int file_start,
41 element.file_start = file_start;
49 int file_start,
55 element.file_start = file_start;
395 WriteInteger64(element.file_start, obj);
400 WriteInteger64(element.file_start, obj);
431 int64 file_start = ReadInteger64(obj); local
434 AppendFileRangeToHttpBody(http_body, file_path, file_start, file_lengt
33 AppendFileRangeToHttpBody(ExplodedHttpBody* http_body, const base::NullableString16& file_path, int file_start, int file_length, double file_modification_time) argument
47 AppendURLRangeToHttpBody(ExplodedHttpBody* http_body, const GURL& url, int file_start, int file_length, double file_modification_time) argument
438 int64 file_start = ReadInteger64(obj); local
[all...]
H A Dpage_state_serialization.h23 int64 file_start; member in struct:content::ExplodedHttpBodyElement
H A Dpage_state_serialization_unittest.cc51 EXPECT_EQ(a.file_start, b.file_start);
135 e2.file_start = 100;
/external/grub/stage2/
H A Dfsys_iso9660.c46 unsigned long file_start; member in struct:iso_inode_info
126 INODE->file_start = 0;
149 INODE->file_start = 0;
371 INODE->file_start = idr->extent.l;
412 if (INODE->file_start == 0)
426 if (!iso9660_devread(INODE->file_start + sector, blkoffset, size, buf))
/external/chromium_org/content/public/renderer/
H A Dhistory_item_serialization.cc40 output->file_start = input.fileStart;
46 output->file_start = input.fileStart;
65 element.file_start,
72 element.file_start,
/external/chromium/webkit/glue/
H A Dglue_serialize.cc273 long long file_start = 0; local
277 file_start = ReadInteger64(obj);
281 http_body.appendFileRange(file_path, file_start, file_length,
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc466 const Slice file_start = f->smallest.user_key(); local
470 } else if (end != NULL && user_cmp->Compare(file_start, user_end) > 0) {
477 if (begin != NULL && user_cmp->Compare(file_start, user_begin) < 0) {
478 user_begin = file_start;
/external/chromium/base/
H A Dlogging.h238 BASE_API int GetVlogLevelHelper(const char* file_start, size_t N);
/external/chromium_org/base/
H A Dlogging.h265 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);

Completed in 364 milliseconds