Searched refs:update_time (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data.cc20 EntrySortData() : query(NULL), update_time(NULL) {}
22 const base::Time* update_time)
24 update_time(update_time) {
28 const base::Time* update_time; member in struct:app_list::__anon5962::EntrySortData
33 return *entry1.update_time < *entry2.update_time;
59 data.update_time = base::Time::Now();
62 store_->SetUpdateTime(query, data.update_time);
69 data.update_time
21 EntrySortData(const std::string* query, const base::Time* update_time) argument
[all...]
H A Dhistory_data.h49 base::Time update_time; member in struct:app_list::HistoryData::Data
H A Dhistory_data_store.h53 void SetUpdateTime(const std::string& query, const base::Time& update_time);
H A Dhistory_data_store_unittest.cc159 EXPECT_EQ(now, it->second.update_time);
171 EXPECT_EQ(now, it->second.update_time);
H A Dhistory_data_store.cc103 association_data.update_time =
179 const base::Time& update_time) {
183 update_time.ToInternalValue())));
178 SetUpdateTime(const std::string& query, const base::Time& update_time) argument
/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dgoogle_contact_store_unittest.cc178 base::Time::FromInternalValue(contact2->update_time()) +
231 base::Time::FromInternalValue(contact3->update_time());
259 base::Time::FromInternalValue(contact3->update_time()) +
432 EXPECT_EQ(base::Time::FromInternalValue(contact1->update_time()),
438 EXPECT_EQ(contact1->update_time(),
447 (base::Time::FromInternalValue(contact1->update_time()) +
453 base::Time::FromInternalValue(contact1->update_time()) +
461 EXPECT_EQ(base::Time::FromInternalValue(contact2->update_time()),
467 EXPECT_EQ(contact2->update_time(),
472 (base::Time::FromInternalValue(contact2->update_time())
[all...]
H A Dgdata_contacts_service_unittest.cc55 base::Time update_time; local
57 rfc_3339_update_time, &update_time))
59 contact->set_update_time(update_time.ToInternalValue());
H A Dcontact_map_unittest.cc53 contact1->set_update_time(contact1->update_time() + 20);
H A Dgdata_contacts_service.cc268 base::Time update_time; local
269 if (!google_apis::util::GetTimeFromString(updated, &update_time)) {
273 contact->set_update_time(update_time.ToInternalValue());
688 << " update_time=" << contact->update_time();
H A Dcontact_test_util.cc76 base::Int64ToString(contact.update_time()) + "," +
H A Dgoogle_contact_store.cc280 base::Time::FromInternalValue((*it)->update_time()));
/external/chromium_org/chrome/browser/signin/
H A Dabout_signin_internals.h57 bool update_time) OVERRIDE;
H A Dsignin_internals_util.h137 bool update_time) {}
135 NotifyTokenReceivedSuccess(const std::string& token_name, const std::string& token, bool update_time) argument
H A Dabout_signin_internals.cc132 bool update_time) {
150 if (update_time) {
129 NotifyTokenReceivedSuccess( const std::string& token_name, const std::string& token, bool update_time) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c229 struct os_time *update_time)
233 update_time->sec = fetch_time->sec;
234 update_time->usec = fetch_time->usec;
235 update_time->sec -= age_ms / 1000;
237 if (update_time->usec < usec) {
238 update_time->sec--;
239 update_time->usec += 1000000;
241 update_time->usec -= usec;
227 calculate_update_time(const struct os_time *fetch_time, unsigned int age_ms, struct os_time *update_time) argument
/external/chromium_org/webkit/browser/appcache/
H A Dappcache.h102 base::Time update_time() const { return update_time_; } function in class:appcache::AppCache
H A Dappcache_database_unittest.cc203 record.update_time = kZeroTime;
213 EXPECT_TRUE(kZeroTime == record.update_time);
221 EXPECT_TRUE(kZeroTime == record.update_time);
352 cache_record.update_time = kZeroTime;
626 cache_record.update_time = kZeroTime;
639 cache_record.update_time = kZeroTime;
652 cache_record.update_time = kZeroTime;
707 " update_time INTEGER,"
937 " update_time INTEGER,"
H A Dappcache.cc159 update_time_ = cache_record.update_time;
204 cache_record->update_time = update_time_;
H A Dappcache_database.h50 base::Time update_time; member in struct:appcache::AppCacheDatabase::CacheRecord
H A Dappcache_host.cc38 info->last_update_time = cache->update_time();
H A Dappcache_database.cc65 " update_time INTEGER,"
444 "SELECT cache_id, group_id, online_wildcard, update_time, cache_size"
463 "SELECT cache_id, group_id, online_wildcard, update_time, cache_size"
499 " update_time, cache_size)"
506 statement.BindInt64(3, record->update_time.ToInternalValue());
932 record->update_time =
H A Dview_appcache_internals_job.cc504 group->newest_complete_cache()->update_time();
/external/chromium_org/chrome/browser/google_apis/
H A Dgdata_wapi_parser_unittest.cc32 base::Time update_time; local
34 &update_time));
38 EXPECT_EQ(update_time, feed->updated_time());
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc1290 base::TimeDelta update_time = local
1295 if (update_time > base::TimeDelta::FromSeconds(1))
1296 values->network_usage = iter->second / update_time.InSeconds();
1298 values->network_usage = iter->second * (1 / update_time.InSeconds());
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h781 update_time(base::Time::FromInternalValue(plan.update_time)),
806 base::Time update_time; member in class:chromeos::CellularDataPlan

Completed in 298 milliseconds

12