Searched defs:file_modification_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/
H A Dpage_state_serialization.h27 double file_modification_time; member in struct:content::ExplodedHttpBodyElement
H A Dpage_state_serialization.cc37 double file_modification_time) {
43 element.file_modification_time = file_modification_time;
51 double file_modification_time) {
57 element.file_modification_time = file_modification_time;
431 WriteReal(element.file_modification_time, obj);
437 WriteReal(element.file_modification_time, obj);
469 double file_modification_time = ReadReal(obj); local
471 file_modification_time);
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
476 double file_modification_time = ReadReal(obj); local
[all...]

Completed in 72 milliseconds