Searched defs:isVideo (Results 1 - 6 of 6) 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
/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 DRenderObject.h299 virtual bool isVideo() const { return false; } function in class:WebCore::RenderObject
/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.h240 virtual bool isVideo() const { return false; } function in class:WebCore::LayerAndroid

Completed in 178 milliseconds