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

/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.h94 class TimeMarker { class in class:chromeos::BootTimesLoader
96 TimeMarker(const std::string& name, bool send_to_uma) function in class:chromeos::BootTimesLoader::TimeMarker
105 bool operator<(const TimeMarker& other) const {
110 friend class std::vector<TimeMarker>;
128 std::vector<TimeMarker> login_times);
129 static void AddMarker(std::vector<TimeMarker>* vector, TimeMarker marker);
142 std::vector<TimeMarker> login_time_markers_;
143 std::vector<TimeMarker> logout_time_markers_;
/external/chromium/chrome/browser/chromeos/
H A Dboot_times_loader.h129 class TimeMarker { class in class:chromeos::BootTimesLoader
131 TimeMarker(const std::string& name, bool send_to_uma) function in class:chromeos::BootTimesLoader::TimeMarker
140 friend class std::vector<TimeMarker>;
158 const std::vector<TimeMarker> login_times);
169 std::vector<TimeMarker> login_time_markers_;
170 std::vector<TimeMarker> logout_time_markers_;

Completed in 41 milliseconds