Searched defs:top_threshold_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc262 std::string top_threshold_str = local
265 if (base::StringToDouble(top_threshold_str, &show_threshold) &&
271 std::string top_threshold_str = local
274 if (base::StringToDouble(top_threshold_str, &hide_threshold) &&

Completed in 91 milliseconds