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

  /external/chromium_org/content/common/
inter_process_time_ticks_converter.cc 15 const RemoteTimeTicks& remote_lower_bound,
17 : remote_lower_bound_(remote_lower_bound.value_),
20 int64 source_range = remote_upper_bound.value_ - remote_lower_bound.value_;
31 ToLocalTimeTicks(remote_lower_bound).value_);
44 ToLocalTimeTicks(remote_lower_bound).value_);
inter_process_time_ticks_converter_unittest.cc 18 int64 remote_lower_bound; member in struct:content::__anon11886::TestParams
35 TimeTicks remote_lower_bound = TimeTicks::FromInternalValue( local
36 params.remote_lower_bound);
44 RemoteTimeTicks::FromTimeTicks(remote_lower_bound),
60 p.remote_lower_bound = 2;
74 p.remote_lower_bound = 2;
89 p.remote_lower_bound = 3;
100 // |remote_lower_bound| occurs before |local_lower_bound| and
107 p.remote_lower_bound = 1;
118 // |remote_upper_bound| is coherent, but |remote_lower_bound| is not. So w
    [all...]
inter_process_time_ticks_converter.h 30 // - |remote_lower_bound|: The equivalent point on the remote process. This
53 const RemoteTimeTicks& remote_lower_bound,

Completed in 3181 milliseconds