HomeSort by relevance Sort by last modified time
    Searched full:set_creation_time (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_group.h 68 void set_creation_time(const base::Time& time) { creation_time_ = time; } function in class:appcache::AppCacheGroup
appcache_storage_impl.cc 466 group->get()->set_creation_time(group_record_.creation_time);
776 group_->set_creation_time(group_record_.creation_time);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.cc 78 file_info->set_creation_time(input.created_date().ToInternalValue());
resource_entry_conversion_unittest.cc 306 entry.mutable_file_info()->set_creation_time(999);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_util.cc 89 details->set_creation_time(file_resource.created_date().ToInternalValue());
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.h 51 void set_creation_time(PP_Time time) { info_.creation_time = time; } function in class:FakeHtml5FsNode
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
html5_fs_test.cc 372 fake_node->set_creation_time(creation_time);
379 fake_node->set_creation_time(creation_time);

Completed in 235 milliseconds