HomeSort by relevance Sort by last modified time
    Searched defs:file_modification_time (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/
page_state_serialization.h 25 double file_modification_time; member in struct:content::ExplodedHttpBodyElement
page_state_serialization.cc 37 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;
397 WriteReal(element.file_modification_time, obj);
402 WriteReal(element.file_modification_time, obj);
433 double file_modification_time = ReadReal(obj); local
435 file_modification_time);
440 double file_modification_time = ReadReal(obj); local
    [all...]

Completed in 51 milliseconds