OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:update_time
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/search/
history_data.h
49
base::Time
update_time
;
member in struct:app_list::HistoryData::Data
history_data.cc
20
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::__anon5873::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
= base::Time::Now()
[
all
...]
/external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service_unittest.cc
53
base::Time
update_time
;
local
55
rfc_3339_update_time, &
update_time
))
57
contact->set_update_time(
update_time
.ToInternalValue());
gdata_contacts_service.cc
268
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
();
[
all
...]
/external/chromium_org/google_apis/drive/
gdata_wapi_parser_unittest.cc
32
base::Time
update_time
;
local
34
&
update_time
));
38
EXPECT_EQ(
update_time
, feed->updated_time());
/external/chromium_org/webkit/browser/appcache/
appcache.h
102
base::Time
update_time
() const { return update_time_; }
function in class:appcache::AppCache
appcache_database.h
50
base::Time
update_time
;
member in struct:appcache::AppCacheDatabase::CacheRecord
/external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc
1374
SearchRow
update_time
;
local
[
all
...]
/external/chromium_org/chrome/browser/task_manager/
task_manager.cc
1177
base::TimeDelta
update_time
=
local
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
network_library.h
781
update_time
(base::Time::FromInternalValue(plan.
update_time
)),
806
base::Time
update_time
;
member in class:chromeos::CellularDataPlan
[
all
...]
Completed in 216 milliseconds