OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initial_show_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/instant/
promo_counter.cc
53
if (show_ && (current_time -
initial_show_
).InDays() >= max_days_)
63
(base::Time::Now() -
initial_show_
).InHours(),
84
initial_show_
= base::Time(base::Time::FromInternalValue(initial_show_int));
85
if (initial_show_int == 0 ||
initial_show_
> current_time) {
86
initial_show_
= base::Time::Now();
88
initial_show_
.ToInternalValue());
102
(current_time -
initial_show_
).InHours(), 1,
111
(current_time -
initial_show_
).InHours(),
promo_counter.h
73
base::Time
initial_show_
;
member in class:PromoCounter
/external/chromium/chrome/browser/chromeos/login/
wizard_controller.h
242
bool
initial_show_
;
member in class:WizardController
wizard_controller.cc
233
initial_show_
(true),
626
window = CreateScreenWindow(new_bounds,
initial_show_
);
648
initial_show_
= false;
Completed in 79 milliseconds