Searched defs:InterProcessTimeTicksConverter (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/common/
H A Dinter_process_time_ticks_converter.cc12 InterProcessTimeTicksConverter::InterProcessTimeTicksConverter( function in class:content::InterProcessTimeTicksConverter
50 LocalTimeTicks InterProcessTimeTicksConverter::ToLocalTimeTicks(
62 LocalTimeDelta InterProcessTimeTicksConverter::ToLocalTimeDelta(
68 int64 InterProcessTimeTicksConverter::Convert(int64 value) const {
75 bool InterProcessTimeTicksConverter::IsSkewAdditiveForMetrics() const {
79 base::TimeDelta InterProcessTimeTicksConverter::GetSkewForMetrics() const {
H A Dinter_process_time_ticks_converter.h49 class CONTENT_EXPORT InterProcessTimeTicksConverter { class in namespace:content
51 InterProcessTimeTicksConverter(const LocalTimeTicks& local_lower_bound,
92 friend class InterProcessTimeTicksConverter;
115 friend class InterProcessTimeTicksConverter;
129 friend class InterProcessTimeTicksConverter;
148 friend class InterProcessTimeTicksConverter;

Completed in 390 milliseconds