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

  /external/chromium_org/content/common/
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...]
page_state_serialization.h 25 double file_modification_time; member in struct:content::ExplodedHttpBodyElement
page_state_serialization_unittest.cc 53 if (!(isnan(a.file_modification_time) && isnan(b.file_modification_time)))
54 EXPECT_DOUBLE_EQ(a.file_modification_time, b.file_modification_time);
137 e2.file_modification_time = 9999.0;
  /external/chromium_org/content/public/renderer/
history_item_serialization.cc 42 output->file_modification_time = input.modificationTime;
48 output->file_modification_time = input.modificationTime;
67 element.file_modification_time);
74 element.file_modification_time);

Completed in 59 milliseconds