Home
last modified time | relevance | path

Searched refs:since_origin (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/base/
Dtime_mojom_traits.cc11 return time.since_origin().InMicroseconds(); in internal_value()
38 return time.since_origin().InMicroseconds(); in internal_value()
/external/libchrome/base/time/
Dtime.h386 TimeDelta since_origin() const { return TimeDelta::FromMicroseconds(us_); } in since_origin() function