OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hide_threshold
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc
165
double
hide_threshold
;
local
166
if (base::StringToDouble(top_threshold_str, &
hide_threshold
) &&
167
hide_threshold
>= 0.f &&
hide_threshold
<= 1.f)
168
settings.top_controls_hide_threshold =
hide_threshold
;
Completed in 54 milliseconds