OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_update_time
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_unittest.cc
408
int64
last_update_time
;
local
413
&
last_update_time
);
416
EXPECT_EQ(last_update_time_.ToInternalValue(),
last_update_time
);
422
int64
last_update_time
;
local
428
&
last_update_time
);
437
EXPECT_EQ(last_update_time_.ToInternalValue(),
last_update_time
);
443
&
last_update_time
);
453
&
last_update_time
);
463
&
last_update_time
);
data_reduction_proxy_settings.cc
580
int64*
last_update_time
) {
586
*
last_update_time
= 0L;
599
*
last_update_time
= 0L;
613
*
last_update_time
=
data_reduction_proxy_settings.h
153
int64*
last_update_time
);
/external/chromium_org/content/common/
appcache_messages.h
18
IPC_STRUCT_TRAITS_MEMBER(
last_update_time
)
/packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java
517
* @param
last_update_time
Time stamp of last update on the smartdial database
519
private void removeDeletedContacts(SQLiteDatabase db, String
last_update_time
) {
524
new String[] {
last_update_time
}, null);
553
* @param
last_update_time
Time stamp of last successful update of the dialer database.
555
private void removePotentiallyCorruptedContacts(SQLiteDatabase db, String
last_update_time
) {
560
last_update_time
+ ")",
563
SmartDialDbColumns.LAST_SMARTDIAL_UPDATE_TIME + " > " +
last_update_time
, null);
[
all
...]
/external/chromium_org/webkit/common/appcache/
appcache_interfaces.h
71
base::Time
last_update_time
;
member in struct:appcache::AppCacheInfo
/external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_unittest.mm
117
info.
last_update_time
= base::Time::Now();
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details_unittest.mm
112
info.
last_update_time
= base::Time::Now();
/external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc
306
info->updateTime = cache_info_.
last_update_time
.ToDoubleT();
/external/chromium_org/webkit/browser/appcache/
view_appcache_internals_job.cc
139
UTF16ToUTF8(TimeFormatFriendlyDateAndTime(info->
last_update_time
)),
518
appcache_info_.
last_update_time
=
appcache_host.cc
38
info->
last_update_time
= cache->update_time();
appcache_storage_impl.cc
364
info.
last_update_time
= cache_record.update_time;
[
all
...]
Completed in 1195 milliseconds