HomeSort by relevance Sort by last modified time
    Searched defs:m_timing (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.h 94 mutable RefPtr<PerformanceTiming> m_timing; member in class:WebCore::Performance
PerformanceResourceTiming.h 81 RefPtr<ResourceLoadTiming> m_timing; member in class:WebCore::PerformanceResourceTiming
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimeline.h 113 OwnPtr<PlatformTiming> m_timing; member in class:WebCore::DocumentTimeline
CompositorAnimationsTest.cpp 72 Timing m_timing; member in class:WebCore::AnimationCompositorAnimationsTest
88 m_timing = createCompositableTiming();
92 ASSERT(convertTimingForCompositor(m_timing, m_compositorTiming));
123 return isCandidateForAnimationOnCompositor(m_timing, *KeyframeAnimationEffect::create(frames).get());
300 EXPECT_TRUE(isCandidateForAnimationOnCompositor(m_timing, *KeyframeAnimationEffect::create(framesSame).get()));
305 EXPECT_TRUE(isCandidateForAnimationOnCompositor(m_timing, *KeyframeAnimationEffect::create(framesMixed).get()));
313 EXPECT_FALSE(isCandidateForAnimationOnCompositor(m_timing, *KeyframeAnimationEffect::create(framesSame).get()));
318 EXPECT_FALSE(isCandidateForAnimationOnCompositor(m_timing, *KeyframeAnimationEffect::create(framesMixedProperties).get()));
323 EXPECT_FALSE(isCandidateForAnimationOnCompositor(m_timing, *KeyframeAnimationEffect::create(framesMixedOps).get()));
328 m_timing.iterationDuration = 20.0
    [all...]

Completed in 63 milliseconds