Home
last modified time | relevance | path

Searched refs:scroll_on_main_thread (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.cc1984 LayerImpl* layer_impl, bool* scroll_on_main_thread) const { in FindScrollLayerForDeviceViewportPoint()
1985 DCHECK(scroll_on_main_thread); in FindScrollLayerForDeviceViewportPoint()
1994 *scroll_on_main_thread = true; in FindScrollLayerForDeviceViewportPoint()
2005 *scroll_on_main_thread = true; in FindScrollLayerForDeviceViewportPoint()
2043 bool scroll_on_main_thread = false; in ScrollBegin() local
2046 layer_impl, &scroll_on_main_thread); in ScrollBegin()
2048 if (scroll_on_main_thread) { in ScrollBegin()
2403 bool scroll_on_main_thread = false; in MouseMoveAt() local
2406 &scroll_on_main_thread); in MouseMoveAt()
2407 if (scroll_on_main_thread || !scroll_layer_impl) in MouseMoveAt()
Dlayer_tree_host_impl.h505 bool* scroll_on_main_thread) const;