play 70 Source/core/animation/AnimationPlayer.h void play(); play 283 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 295 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 315 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 324 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 328 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 332 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 339 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 343 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 347 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 354 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 358 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 362 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 535 Source/core/animation/AnimationPlayerTest.cpp player->play(); play 76 Source/core/animation/AnimationStackTest.cpp play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 10); play 77 Source/core/animation/AnimationStackTest.cpp play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(2))).get(), 15); play 78 Source/core/animation/AnimationStackTest.cpp play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(3))).get(), 5); play 86 Source/core/animation/AnimationStackTest.cpp play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 15); play 87 Source/core/animation/AnimationStackTest.cpp play(makeAnimation(makeAnimationEffect(CSSPropertyZIndex, AnimatableDouble::create(2))).get(), 10); play 102 Source/core/animation/AnimationStackTest.cpp cancelledAnimationPlayers.add(play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 0)); play 103 Source/core/animation/AnimationStackTest.cpp play(makeAnimation(makeAnimationEffect(CSSPropertyZIndex, AnimatableDouble::create(2))).get(), 0); play 366 Source/core/animation/AnimationTest.cpp RefPtr<AnimationPlayer> player = document->timeline().play(animation.get()); play 399 Source/core/animation/AnimationTest.cpp RefPtr<AnimationPlayer> player = document->timeline().play(animation.get()); play 432 Source/core/animation/AnimationTest.cpp RefPtr<AnimationPlayer> player = document->timeline().play(animation.get()); play 69 Source/core/animation/DocumentTimeline.h AnimationPlayer* play(TimedItem*); play 138 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim.get()); play 156 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim.get()); play 198 Source/core/animation/DocumentTimelineTest.cpp AnimationPlayer* player1 = timeline->play(anim1.get()); play 199 Source/core/animation/DocumentTimelineTest.cpp AnimationPlayer* player2 = timeline->play(anim2.get()); play 235 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim1.get()); play 236 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim2.get()); play 237 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim3.get()); play 238 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim4.get()); play 239 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim5.get()); play 262 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim.get()); play 289 Source/core/animation/DocumentTimelineTest.cpp timeline->play(anim.get()); play 82 Source/core/animation/ElementAnimation.h return element.document().timeline().play(animation.get()); play 81 Source/core/dom/GlobalEventHandlers.h DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(play); play 265 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onplayAttr.localName(), EventTypeNames::play); play 1624 Source/core/html/HTMLMediaElement.cpp scheduleEvent(EventTypeNames::play); play 2020 Source/core/html/HTMLMediaElement.cpp scheduleEvent(EventTypeNames::play); play 2207 Source/core/html/HTMLMediaElement.cpp m_mediaController->play(); play 2214 Source/core/html/HTMLMediaElement.cpp play(); play 3016 Source/core/html/HTMLMediaElement.cpp m_player->play(); play 140 Source/core/html/HTMLMediaElement.h void play(); play 198 Source/core/html/MediaController.cpp scheduleEvent(EventTypeNames::play); play 208 Source/core/html/MediaController.cpp m_mediaElements[index]->play(); play 64 Source/core/html/MediaController.h void play(); play 99 Source/platform/graphics/GraphicsContextRecorder.cpp SnapshotPlayer::play(); play 137 Source/platform/graphics/GraphicsContextRecorder.cpp SnapshotPlayer::play(); play 162 Source/platform/graphics/GraphicsContextRecorder.cpp player.play(fromStep, toStep); play 171 Source/platform/graphics/GraphicsContextRecorder.cpp player.play(timings.get(), minRepeatCount, minDuration); play 117 Source/platform/graphics/media/MediaPlayer.h virtual void play() = 0; play 216 Source/web/WebMediaPlayerClientImpl.cpp m_webMediaPlayer->play(); play 98 Source/web/WebMediaPlayerClientImpl.h virtual void play() OVERRIDE; play 2969 Source/web/WebViewImpl.cpp mediaElement->play(); play 103 public/platform/WebMediaPlayer.h virtual void play() = 0;