OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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_);
inter_process_time_ticks_converter.h
67
// The local time which |
remote_lower_bound_
| is mapped to.
73
int64
remote_lower_bound_
;
member in class:content::InterProcessTimeTicksConverter
Completed in 4425 milliseconds