OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_update
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/lib/ext2fs/
progress.c
19
static time_t
last_update
;
variable
63
last_update
= 0;
77
if (now ==
last_update
)
79
last_update
= now;
/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/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h
109
base::Time
last_update
() const { return last_update_; }
function in class:SafeBrowsingProtocolManager
safe_browsing_test.cc
169
last_update_ = safe_browsing_service_->protocol_manager_->
last_update
();
234
base::Time
last_update
() {
function in class:SafeBrowsingServerTest
516
EXPECT_TRUE(
last_update
().is_null());
536
EXPECT_FALSE(
last_update
().is_null());
537
if (
last_update
() < now) {
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc
213
base::Time
last_update
= base::Time::FromInternalValue(last_update_internal);
local
214
return static_cast<int64>(
last_update
.ToJsTime());
/external/e2fsprogs/misc/
e2image.c
565
time_t
last_update
= 0;
local
584
last_update
= time(NULL);
627
if (show_progress &&
last_update
!= time(NULL)) {
629
last_update
= time(NULL);
[
all
...]
Completed in 278 milliseconds