OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:install_date
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller.cc
59
// before |
install_date
| until |expiration_date|.
61
base::Time::Exploded
install_date
;
member in struct:__anon5951::ExperimentDateRange
252
date_range->
install_date
);
257
const base::Time
install_date
= base::Time::FromTimeT(install_time);
local
259
if (
install_date
< start_date) {
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
995
int64
install_date
= local_state_->GetInt64(prefs::kInstallDate);
local
[
all
...]
/external/chromium/chrome/browser/
browser_main.cc
1350
int64
install_date
=
local
[
all
...]
/external/chromium_org/chrome/browser/metrics/
metrics_log.cc
715
int64
install_date
= GetPrefService()->GetInt64(prefs::kInstallDate);
local
717
// Reduce granularity of the
install_date
field to nearest hour.
718
system_profile->set_install_date(RoundSecondsToHour(
install_date
));
[
all
...]
Completed in 1930 milliseconds