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

  /external/chromium_org/content/common/
inter_process_time_ticks_converter.cc 16 const RemoteTimeTicks& remote_upper_bound)
18 remote_upper_bound_(remote_upper_bound.value_) {
20 int64 source_range = remote_upper_bound.value_ - remote_lower_bound.value_;
33 ToLocalTimeTicks(remote_upper_bound).value_);
46 ToLocalTimeTicks(remote_upper_bound).value_);
inter_process_time_ticks_converter_unittest.cc 19 int64 remote_upper_bound; member in struct:content::__anon8067::TestParams
37 TimeTicks remote_upper_bound = TimeTicks::FromInternalValue( local
38 params.remote_upper_bound);
45 RemoteTimeTicks::FromTimeTicks(remote_upper_bound));
61 p.remote_upper_bound = 5;
75 p.remote_upper_bound = 5;
90 p.remote_upper_bound = 6;
101 // |remote_upper_bound| occurs after |local_upper_bound|. We must adjust both
108 p.remote_upper_bound = 9;
118 // |remote_upper_bound| is coherent, but |remote_lower_bound| is not. So w
    [all...]
inter_process_time_ticks_converter.h 36 // - |remote_upper_bound|: The equivalent point on the remote process. This
54 const RemoteTimeTicks& remote_upper_bound);

Completed in 102 milliseconds