Home
last modified time | relevance | path

Searched refs:SourceAnimationFrameNumber (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_scroll.cc125 impl->SourceAnimationFrameNumber() == 1) { in DrawLayersOnThread()
134 impl->SourceAnimationFrameNumber() == 2) { in DrawLayersOnThread()
144 EXPECT_GE(impl->SourceAnimationFrameNumber(), 3); in DrawLayersOnThread()
257 impl->SourceAnimationFrameNumber() == 1) { in DrawLayersOnThread()
273 impl->SourceAnimationFrameNumber() == 2) { in DrawLayersOnThread()
292 impl->SourceAnimationFrameNumber() == 3) { in DrawLayersOnThread()
302 impl->SourceAnimationFrameNumber() == 4) { in DrawLayersOnThread()
Dlayer_tree_host_impl.h255 int SourceAnimationFrameNumber() const;
Dlayer_tree_host_impl.cc2655 int LayerTreeHostImpl::SourceAnimationFrameNumber() const { in SourceAnimationFrameNumber() function in cc::LayerTreeHostImpl
Dlayer_tree_host_unittest.cc4208 switch (impl->SourceAnimationFrameNumber()) { in DrawLayersOnThread()