Searched defs:isVideo (Results 1 - 5 of 5) sorted by relevance

/external/opencore/pvmi/pvmf/src/
H A Dpvmf_format_type.cpp81 OSCL_EXPORT_REF bool PVMFFormatType::isVideo() const function in class:PVMFFormatType
/external/webkit/WebCore/rendering/
H A DRenderVideo.h65 virtual bool isVideo() const { return true; } function in class:WebCore::RenderVideo
85 ASSERT(!object || object->isVideo());
H A DRenderObject.h301 virtual bool isVideo() const { return false; } function in class:WebCore::RenderObject
/external/webkit/WebCore/html/
H A DHTMLVideoElement.h50 virtual bool isVideo() const { return true; } function in class:WebCore::HTMLVideoElement
H A DHTMLMediaElement.h66 virtual bool isVideo() const { return false; } function in class:WebCore::HTMLMediaElement

Completed in 94 milliseconds