HomeSort by relevance Sort by last modified time
    Searched full:local_lower_bound (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/
inter_process_time_ticks_converter.cc 13 const LocalTimeTicks& local_lower_bound,
19 int64 target_range = local_upper_bound.value_ - local_lower_bound.value_;
28 local_lower_bound.value_ + (target_range - source_range) / 2;
30 DCHECK_LE(local_lower_bound.value_,
41 local_base_time_ = local_lower_bound.value_;
43 DCHECK_EQ(local_lower_bound.value_,
inter_process_time_ticks_converter_unittest.cc 17 int64 local_lower_bound; member in struct:content::__anon11886::TestParams
31 TimeTicks local_lower_bound = TimeTicks::FromInternalValue( local
32 params.local_lower_bound);
42 LocalTimeTicks::FromTimeTicks(local_lower_bound),
59 p.local_lower_bound = 1;
73 p.local_lower_bound = 1;
88 p.local_lower_bound = 1;
100 // |remote_lower_bound| occurs before |local_lower_bound| and
106 p.local_lower_bound = 3;
123 p.local_lower_bound = 3
    [all...]
inter_process_time_ticks_converter.h 27 // - |local_lower_bound|: A known point, recorded on the local process, that
32 // |local_lower_bound|.
51 InterProcessTimeTicksConverter(const LocalTimeTicks& local_lower_bound,

Completed in 2127 milliseconds