OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAlternatesDirection
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebAnimation.h
74
virtual void
setAlternatesDirection
(bool) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.h
37
virtual void
setAlternatesDirection
(bool alternates);
web_animation_unittest.cc
36
animation->
setAlternatesDirection
(true);
web_animation_impl.cc
93
void WebAnimationImpl::
setAlternatesDirection
(bool alternates) {
/external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h
89
MOCK_METHOD1(
setAlternatesDirection
, void(bool));
CompositorAnimationsTest.cpp
[
all
...]
CompositorAnimations.cpp
529
animation->
setAlternatesDirection
(compositorTiming.alternate);
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp
321
webAnimation->
setAlternatesDirection
(alternate);
Completed in 853 milliseconds