Searched refs:isVideo (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLAudioElement.h46 virtual bool isVideo() const { return false; } function in class:WebCore::HTMLAudioElement
H A DHTMLVideoElement.h79 virtual bool isVideo() const { return true; } function in class:WebCore::HTMLVideoElement
H A DHTMLMediaElement.h60 virtual bool isVideo() const = 0;
H A DHTMLMediaElement.cpp734 if (isVideo())
1540 if (isVideo() && document()->page() && document()->page()->chrome()->requiresFullscreenForVideoPlayback())
2046 if (renderer() && renderer()->isVideo()) {
2225 if (!m_isFullscreen && isVideo() && document() && document()->page() && document()->page()->chrome()->requiresFullscreenForVideoPlayback())
2485 if (isVideo()) {
/external/webkit/Source/WebCore/rendering/
H A DRenderVideo.h67 virtual bool isVideo() const { return true; } function in class:WebCore::RenderVideo
84 ASSERT(!object || object->isVideo());
H A DRenderLayerBacking.cpp296 else if (renderer->isVideo()) {
899 if (renderer()->isVideo() && toRenderVideo(renderer())->shouldDisplayVideo())
1016 if (renderer()->isVideo()) {
H A DRenderLayerCompositor.cpp419 if (layerChanged && layer->renderer()->isVideo()) {
769 if (willBeComposited && layer->renderer()->isVideo())
1539 if (renderer->isVideo()) {
H A DRenderObject.h299 virtual bool isVideo() const { return false; } function in class:WebCore::RenderObject
H A DRenderLayer.cpp4051 || renderer()->isVideo()
4072 || renderer()->isVideo()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerAndroid.h55 virtual bool isVideo() const { return true; } function in class:WebCore::VideoLayerAndroid
H A DLayerAndroid.h242 virtual bool isVideo() const { return false; } function in class:WebCore::LayerAndroid
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMediaControls.cpp245 return element->mediaElement()->isVideo();
/external/webkit/Source/WebCore/loader/
H A DImageLoader.cpp243 if (renderer->isVideo())
H A DSubframeLoader.cpp170 else if (mediaElement->isVideo())
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp312 if (layer->isMedia() || layer->isVideo()) {
313 ALOGV("Layer isn't supported for serialization: isMedia: %s, isVideo: %s",
315 layer->isVideo() ? "true" : "false");

Completed in 201 milliseconds