Home
last modified time | relevance | path

Searched refs:top_controls_show_threshold (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/cc/input/
Dtop_controls_manager.cc30 float top_controls_show_threshold, in Create() argument
34 top_controls_show_threshold, in Create()
40 float top_controls_show_threshold, in TopControlsManager() argument
51 top_controls_height * (1.f - top_controls_show_threshold)), in TopControlsManager()
Dtop_controls_manager.h38 float top_controls_show_threshold,
71 float top_controls_show_threshold,
Dtop_controls_manager_unittest.cc26 MockTopControlsManagerClient(float top_controls_show_threshold, in MockTopControlsManagerClient() argument
32 top_controls_show_threshold_(top_controls_show_threshold), in MockTopControlsManagerClient()
/external/chromium_org/cc/trees/
Dlayer_tree_settings.cc46 top_controls_show_threshold(0.5f), in LayerTreeSettings()
Dlayer_tree_settings.h61 float top_controls_show_threshold; variable
Dlayer_tree_host_impl.cc282 settings.top_controls_show_threshold, in LayerTreeHostImpl()
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc267 settings.top_controls_show_threshold = show_threshold; in Create()