Home
last modified time | relevance | path

Searched refs:time_ticks (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/time/
Dtime.cc382 std::ostream& operator<<(std::ostream& os, TimeTicks time_ticks) { in operator <<() argument
388 const TimeDelta as_time_delta = time_ticks - TimeTicks(); in operator <<()
Dtime.h914 BASE_EXPORT std::ostream& operator<<(std::ostream& os, TimeTicks time_ticks);
995 BASE_EXPORT std::ostream& operator<<(std::ostream& os, ThreadTicks time_ticks);
/external/libchrome/libchrome_tools/patches/
DFix-TimeDelta.patch80 @@ -926,8 +916,7 @@ BASE_EXPORT std::ostream& operator<<(std::ostream& os, TimeTicks time_ticks);