OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_update_time
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache_group_unittest.cc
112
cache1->
set_update_time
(now);
119
cache2->
set_update_time
(now - base::TimeDelta::FromDays(1));
126
cache3->
set_update_time
(now + base::TimeDelta::FromDays(1));
133
cache4->
set_update_time
(now + base::TimeDelta::FromDays(1)); // same as 3
140
cache5->
set_update_time
(now + base::TimeDelta::FromDays(1)); // same as 4
186
cache1->
set_update_time
(now);
202
cache2->
set_update_time
(now + base::TimeDelta::FromDays(1));
appcache.h
106
void
set_update_time
(base::Time ticks) { update_time_ = ticks; }
function in class:appcache::AppCache
appcache_update_job.cc
761
newest_cache->
set_update_time
(base::Time::Now());
[
all
...]
appcache_update_job_unittest.cc
[
all
...]
appcache_storage_impl_unittest.cc
706
cache_->
set_update_time
(now);
[
all
...]
/external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store_unittest.cc
232
contact3->
set_update_time
(
302
contact1->
set_update_time
(kOldUpdateTime.ToInternalValue());
305
contact2->
set_update_time
(kOldUpdateTime.ToInternalValue());
332
contact2->
set_update_time
(kInitTime.ToInternalValue());
446
contact2->
set_update_time
(
471
contact1->
set_update_time
(
513
non_deleted_contact->
set_update_time
(
contact_map_unittest.cc
53
contact1->
set_update_time
(contact1->update_time() + 20);
contact_test_util.cc
170
contact->
set_update_time
(base::Time::Now().ToInternalValue());
gdata_contacts_service_unittest.cc
57
contact->
set_update_time
(update_time.ToInternalValue());
gdata_contacts_service.cc
273
contact->
set_update_time
(update_time.ToInternalValue());
[
all
...]
Completed in 141 milliseconds