Searched defs:TimeMarker (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.h110 class TimeMarker { class in class:chromeos::BootTimesLoader
112 TimeMarker(const std::string& name, bool send_to_uma) function in class:chromeos::BootTimesLoader::TimeMarker
121 bool operator<(const TimeMarker& other) const {
126 friend class std::vector<TimeMarker>;
165 std::vector<TimeMarker> login_times);
166 static void AddMarker(std::vector<TimeMarker>* vector, TimeMarker marker);
181 std::vector<TimeMarker> login_time_markers_;
182 std::vector<TimeMarker> logout_time_markers_;

Completed in 386 milliseconds