OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasActiveAnimation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp
93
ASSERT_FALSE(m_platformLayer->
hasActiveAnimation
());
101
ASSERT_TRUE(m_platformLayer->
hasActiveAnimation
());
108
ASSERT_TRUE(m_platformLayer->
hasActiveAnimation
());
110
ASSERT_FALSE(m_platformLayer->
hasActiveAnimation
());
117
ASSERT_FALSE(m_platformLayer->
hasActiveAnimation
());
/external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h
161
virtual bool
hasActiveAnimation
() = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.h
106
virtual bool
hasActiveAnimation
();
web_layer_impl.cc
236
bool WebLayerImpl::
hasActiveAnimation
() { return layer_->
HasActiveAnimation
(); }
Completed in 35 milliseconds