Searched refs:PageAnimator (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageAnimator.h15 class PageAnimator final : public RefCountedWillBeGarbageCollected<PageAnimator> {
17 static PassRefPtrWillBeRawPtr<PageAnimator> create(Page&);
27 explicit PageAnimator(Page&);
H A DPageAnimator.cpp6 #include "core/page/PageAnimator.h"
19 PageAnimator::PageAnimator(Page& page) function in class:blink::PageAnimator
27 PassRefPtrWillBeRawPtr<PageAnimator> PageAnimator::create(Page& page)
29 return adoptRefWillBeNoop(new PageAnimator(page));
32 void PageAnimator::trace(Visitor* visitor)
37 void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime)
39 RefPtrWillBeRawPtr<PageAnimator> protector(this);
69 void PageAnimator
[all...]
H A DPage.h28 #include "core/page/PageAnimator.h"
141 PageAnimator& animator() { return *m_animator; }
244 RefPtrWillBeMember<PageAnimator> m_animator;
H A DPage.cpp116 , m_animator(PageAnimator::create(*this))
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.darwin-arm64.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.darwin-mips64.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.darwin-x86_64.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.linux-arm.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.linux-arm64.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.linux-mips.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.linux-mips64.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.linux-x86.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \
H A Dwebcore_remaining.target.linux-x86_64.mk499 third_party/WebKit/Source/core/page/PageAnimator.cpp \

Completed in 134 milliseconds