Searched refs:shouldScrollOnMainThread (Results 1 – 4 of 4) sorted by relevance
191 virtual bool shouldScrollOnMainThread() const = 0;
149 ASSERT_FALSE(rootScrollLayer->shouldScrollOnMainThread()); in TEST_F()180 ASSERT_FALSE(rootScrollLayer->shouldScrollOnMainThread()); in TEST_F()
120 virtual bool shouldScrollOnMainThread() const;
289 bool WebLayerImpl::shouldScrollOnMainThread() const { in shouldScrollOnMainThread() function in webkit::WebLayerImpl