Searched refs:top_controls_height (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/cc/input/ |
D | top_controls_manager.cc | 29 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()
|
D | top_controls_manager.h | 37 float top_controls_height, 68 float top_controls_height,
|
/external/chromium_org/cc/trees/ |
D | layer_tree_settings.cc | 41 top_controls_height(0.f), in LayerTreeSettings()
|
D | layer_tree_settings.h | 52 float top_controls_height; variable
|
D | layer_tree_host_impl.cc | 274 settings.top_controls_height, in LayerTreeHostImpl() 2018 settings_.top_controls_height) { in FindScrollLayerForDeviceViewportPoint()
|
D | layer_tree_host_impl_unittest.cc | 1766 settings.top_controls_height = 50; in TEST_F()
|
/external/chromium_org/content/renderer/gpu/ |
D | render_widget_compositor.cc | 143 settings.top_controls_height = controls_height; in Create() 147 settings.top_controls_height <= 0) { in Create()
|
/external/chromium_org/content/browser/renderer_host/ |
D | compositor_impl_android.cc | 225 settings.top_controls_height = 0.f; in SetVisible()
|