Home
last modified time | relevance | path

Searched refs:top_controls_height (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/input/
Dtop_controls_manager.cc29 float top_controls_height, in Create() argument
33 top_controls_height, in Create()
39 float top_controls_height, in TopControlsManager() argument
46 top_controls_height_(top_controls_height), in TopControlsManager()
50 top_controls_height * top_controls_hide_threshold), in TopControlsManager()
52 top_controls_height * (1.f - top_controls_show_threshold)), in TopControlsManager()
Dtop_controls_manager.h37 float top_controls_height,
68 float top_controls_height,
/external/chromium_org/cc/trees/
Dlayer_tree_settings.cc41 top_controls_height(0.f), in LayerTreeSettings()
Dlayer_tree_settings.h52 float top_controls_height; variable
Dlayer_tree_host_impl.cc274 settings.top_controls_height, in LayerTreeHostImpl()
2018 settings_.top_controls_height) { in FindScrollLayerForDeviceViewportPoint()
Dlayer_tree_host_impl_unittest.cc1766 settings.top_controls_height = 50; in TEST_F()
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc143 settings.top_controls_height = controls_height; in Create()
147 settings.top_controls_height <= 0) { in Create()
/external/chromium_org/content/browser/renderer_host/
Dcompositor_impl_android.cc225 settings.top_controls_height = 0.f; in SetVisible()