OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maybe_build_time
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/
upgrade_detector_impl.cc
168
base::Time
maybe_build_time
;
local
169
bool result = base::Time::FromString(build_date.c_str(), &
maybe_build_time
);
170
if (result && !
maybe_build_time
.is_null()) {
172
build_date_ =
maybe_build_time
;
Completed in 456 milliseconds