HomeSort by relevance Sort by last modified time
    Searched full:show_threshold (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 156 double show_threshold; local
157 if (base::StringToDouble(top_threshold_str, &show_threshold) &&
158 show_threshold >= 0.f && show_threshold <= 1.f)
159 settings.top_controls_show_threshold = show_threshold;

Completed in 40 milliseconds