/external/webkit/Source/WebCore/html/ |
D | MediaDocument.cpp | 162 if (!video->canPlay()) { in defaultEventHandler() 167 if (video->canPlay()) { in defaultEventHandler() 175 if (video->canPlay()) in defaultEventHandler()
|
D | HTMLMediaElement.cpp | 489 String canPlay; in canPlayType() local 495 canPlay = ""; in canPlayType() 498 canPlay = "maybe"; in canPlayType() 501 canPlay = "probably"; in canPlayType() 505 …LOG(Media, "HTMLMediaElement::canPlayType(%s) -> %s", mimeType.utf8().data(), canPlay.utf8().data(… in canPlayType() 507 return canPlay; in canPlayType() 1577 LOG(Media, "HTMLMediaElement::togglePlayState - canPlay() is %s", boolString(canPlay())); in togglePlayState() 1581 if (canPlay()) { in togglePlayState() 1667 bool HTMLMediaElement::canPlay() const in canPlay() function in WebCore::HTMLMediaElement 2388 if (hasMediaControls() && controls() && !canPlay()) in defaultEventHandler() [all …]
|
D | HTMLMediaElement.h | 150 bool canPlay() const;
|
/external/webkit/Source/WebKit/win/ |
D | FullscreenVideoController.cpp | 319 bool FullscreenVideoController::canPlay() const in canPlay() function in FullscreenVideoController 321 return m_mediaElement && m_mediaElement->canPlay(); in canPlay() 446 m_playPauseButton.setShowAltButton(!canPlay()); in createHUDWindow() 450 if (!canPlay()) in createHUDWindow() 695 if (canPlay()) in togglePlay() 700 m_playPauseButton.setShowAltButton(!canPlay()); in togglePlay() 704 if (!canPlay()) in togglePlay()
|
D | FullscreenVideoController.h | 123 bool canPlay() const;
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | FullscreenVideoController.cpp | 363 bool FullscreenVideoController::canPlay() const in canPlay() function in FullscreenVideoController 365 return m_mediaElement && m_mediaElement->canPlay(); in canPlay() 388 if (canPlay()) in playStateChanged() 396 if (canPlay()) in togglePlay()
|
D | FullscreenVideoController.h | 60 bool canPlay() const;
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | FullscreenVideoControllerEfl.h | 58 bool canPlay() const;
|
D | FullscreenVideoControllerEfl.cpp | 91 bool FullscreenVideoController::canPlay() const in canPlay() function in FullscreenVideoController
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderMediaControls.cpp | 131 bool canPlay = btn->displayType() == MediaPlayButton; in paintMediaControlsPart() local 132 …wkDrawMediaUIPart(canPlay ? WKMediaUIPartPlayButton : WKMediaUIPartPauseButton, themeStyle, paintI… in paintMediaControlsPart()
|
D | RenderMediaControlsChromium.cpp | 100 …return paintMediaButton(paintInfo.context, rect, mediaElement->canPlay() ? mediaPlay : mediaPause); in paintMediaPlayButton()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
D | bg.js | 221 var canPlay = (eventsToEat == 0); 223 if (!canPlay) {
|
/external/webkit/Source/WebCore/html/shadow/ |
D | MediaControlElements.cpp | 424 setDisplayType(mediaElement()->canPlay() ? MediaPlayButton : MediaPauseButton); in updateDisplayType()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebVideoFullscreenHUDWindowController.mm | 575 return !mediaElement->canPlay();
|
/external/webkit/Source/WebCore/platform/qt/ |
D | RenderThemeQt.cpp | 1282 if (mediaElement->canPlay()) { in paintMediaPlayButton()
|
/external/webkit/Source/WebKit/efl/ |
D | ChangeLog | 1790 (FullscreenVideoController::canPlay): 2236 (FullscreenVideoController::canPlay):
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 5135 (FullscreenVideoController::canPlay):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 60202 …* html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::canPlay): Added. Takes loading state into…
|
D | ChangeLog-2009-06-16 | 28094 (WebCore::HTMLMediaElement::canPlay): readyState now tracks whether or not we have metadata.
|
D | ChangeLog-2010-12-06 | 93305 Using mediaElement->canPlay() instead of mediaElement->paused() to
|