/external/chromium_org/ui/views/controls/ |
resize_area.h | 40 void ReportResizeAmount(int resize_amount, bool last_update);
|
resize_area.cc | 80 void ResizeArea::ReportResizeAmount(int resize_amount, bool last_update) { 85 last_update);
|
/external/chromium_org/components/policy/core/common/ |
policy_statistics_collector.cc | 47 Time last_update = Time::FromInternalValue( local 49 TimeDelta delay = std::max(Time::Now() - last_update, TimeDelta::FromDays(0));
|
/external/dropbear/ |
progressmeter.c | 57 static time_t last_update; /* last progress update */ variable 128 elapsed = now - last_update; 216 last_update = now; 241 start = last_update = time(NULL);
|
/external/openssh/ |
progressmeter.c | 67 static time_t last_update; /* last progress update */ variable 138 elapsed = now - last_update; 226 last_update = now; 252 start = last_update = time(NULL);
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database.h | 91 base::Time last_update) = 0; 213 base::Time last_update);
|
safe_browsing_test.cc | 212 last_update_ = safe_browsing_service_->protocol_manager_->last_update(); 267 base::Time last_update() { function in class:SafeBrowsingServiceTest 561 EXPECT_TRUE(last_update().is_null()); 587 if (last_update() < now) {
|
protocol_manager.h | 151 base::Time last_update() const { return last_update_; } function in class:SafeBrowsingProtocolManager
|
safe_browsing_database.cc | 124 // either |last_update| was recent enough, or the item has been 133 base::Time last_update) { 146 if (expire_time < last_update || 584 base::Time last_update) { 652 full_hits, last_update); 654 full_hits, last_update); [all...] |
safe_browsing_service_browsertest.cc | 53 base::Time last_update) {
|
safe_browsing_service.cc | 285 protocol_manager_->last_update()); [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_test.cc | 130 last_update_ = safe_browsing_service_->protocol_manager_->last_update(); 195 base::Time last_update() { function in class:SafeBrowsingServerTest 466 EXPECT_TRUE(last_update().is_null()); 486 EXPECT_FALSE(last_update().is_null()); 487 if (last_update() < now) {
|
safe_browsing_database.h | 105 base::Time last_update) = 0; 301 base::Time last_update) OVERRIDE;
|
protocol_manager.h | 109 base::Time last_update() const { return last_update_; } function in class:SafeBrowsingProtocolManager
|
safe_browsing_database.cc | 194 // either |last_update| was recent enough, or the item has been 203 base::Time last_update) { 216 if (expire_time < last_update || 685 base::Time last_update) { 726 full_hits, last_update); 728 full_hits, last_update); [all...] |
database_manager.cc | 378 sb_service_->protocol_manager()->last_update()); [all...] |
safe_browsing_service_browsertest.cc | 91 base::Time last_update) OVERRIDE { [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
bss.h | 87 struct os_time last_update; member in struct:wpa_bss
|
bss.c | 258 calculate_update_time(fetch_time, src->age, &dst->last_update); 770 if (os_time_before(&bss->last_update, &t)) { 877 os_time_before(&found->last_update, &bss->last_update))
|
p2p_supplicant.c | [all...] |
ctrl_iface.c | [all...] |
/external/chromium_org/chrome/browser/net/spdyproxy/ |
data_reduction_proxy_settings.cc | 365 base::Time last_update = base::Time::FromInternalValue(last_update_internal); local 366 return static_cast<int64>(last_update.ToJsTime());
|
/packages/inputmethods/PinyinIME/jni/include/ |
userdict.h | 127 struct timeval last_update; member in struct:ime_pinyin::UserDict::UserDictStat
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionarySettingsFragment.java | 221 final String updateNowSummary = getString(R.string.last_update) + " "
|
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | [all...] |