Searched refs:top_controls_show_threshold (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/cc/input/ |
D | top_controls_manager.cc | 30 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()
|
D | top_controls_manager.h | 38 float top_controls_show_threshold, 71 float top_controls_show_threshold,
|
D | top_controls_manager_unittest.cc | 26 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/ |
D | layer_tree_settings.cc | 46 top_controls_show_threshold(0.5f), in LayerTreeSettings()
|
D | layer_tree_settings.h | 61 float top_controls_show_threshold; variable
|
D | layer_tree_host_impl.cc | 282 settings.top_controls_show_threshold, in LayerTreeHostImpl()
|
/external/chromium_org/content/renderer/gpu/ |
D | render_widget_compositor.cc | 267 settings.top_controls_show_threshold = show_threshold; in Create()
|