OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:low_water_mark_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h
226
// |
low_water_mark_
| is the first time in a sequence of adjusted
228
base::Time
low_water_mark_
;
member in class:content::NavigationControllerImpl::TimeSmoother
navigation_controller_impl.cc
186
if (
low_water_mark_
<= t && t <= high_water_mark_) {
193
low_water_mark_
= high_water_mark_ = t;
[
all
...]
Completed in 66 milliseconds