HomeSort by relevance Sort by last modified time
    Searched refs:scroll_affects_scroll_handler (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 322 bool scroll_affects_scroll_handler() const { function in class:cc::LayerTreeHostImpl
thread_proxy.cc     [all...]
layer_tree_host_impl_unittest.cc 758 EXPECT_FALSE(host_impl_->scroll_affects_scroll_handler());
760 EXPECT_FALSE(host_impl_->scroll_affects_scroll_handler());
762 EXPECT_FALSE(host_impl_->scroll_affects_scroll_handler());
771 EXPECT_FALSE(host_impl_->scroll_affects_scroll_handler());
773 EXPECT_TRUE(host_impl_->scroll_affects_scroll_handler());
775 EXPECT_FALSE(host_impl_->scroll_affects_scroll_handler());
    [all...]
layer_tree_host_impl.cc     [all...]

Completed in 4004 milliseconds