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

  /external/chromium_org/content/common/
inter_process_time_ticks_converter.cc 17 : remote_lower_bound_(remote_lower_bound.value_),
55 DCHECK_LE(remote_lower_bound_, remote_ms.value_);
57 RemoteTimeDelta remote_delta = remote_ms - remote_lower_bound_;
64 DCHECK_GE(remote_upper_bound_, remote_lower_bound_ + remote_delta.value_);
80 return base::TimeTicks::FromInternalValue(remote_lower_bound_) -
inter_process_time_ticks_converter.h 77 // The local time which |remote_lower_bound_| is mapped to.
83 int64 remote_lower_bound_; member in class:content::InterProcessTimeTicksConverter

Completed in 42 milliseconds