Searched refs:midnight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics.cc354 // Local midnight could have been shifted due to time zone change.
355 // If time is null then don't care if midnight will be wrong shifted due to
361 base::Time midnight = now.LocalMidnight(); local
363 int days_since_last_update = (midnight - then_midnight).InDays();
444 midnight.ToInternalValue());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc271 Time midnight = start.LocalMidnight();
272 while (midnight < end) {
273 midnight += TimeDelta::FromDays(1);
274 int64 activity = (std::min(end, midnight) - start).InMilliseconds();
279 start = midnight;
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc201 base::Time midnight = base::Time::Now().LocalMidnight(); local
202 base::string16 date_str = ui::TimeFormat::RelativeDate(visit_time, &midnight);
356 base::Time midnight = base::Time::Now().LocalMidnight(); local
357 base::string16 date_str = ui::TimeFormat::RelativeDate(time, &midnight);
924 base::Time midnight = base::Time::Now().LocalMidnight() + local
926 options->end_time = midnight -
928 options->begin_time = midnight -
/external/chromium_org/base/time/
H A Dtime_unittest.cc597 Time::Exploded midnight = {2013, // year local
610 Time t = Time::FromLocalExploded(midnight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1544 * The 0:046c wraps around at 'midnight' according to a 18.2Hz clock.
9157 ;; at 18.2hz since midnight up to this point. Calculating
11220 ;; there has been a midnight rollover at this point

Completed in 192 milliseconds