HomeSort by relevance Sort by last modified time
    Searched defs:isVideo (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/rendering/
RenderVideo.h 65 virtual bool isVideo() const { return true; }
85 ASSERT(!object || object->isVideo());
RenderObject.h 302 virtual bool isVideo() const { return false; }
    [all...]
  /external/webkit/WebCore/html/
HTMLVideoElement.h 50 virtual bool isVideo() const { return true; }
HTMLMediaElement.h 66 virtual bool isVideo() const { return false; }
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 238 public boolean isVideo() {
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 174 /* This is commented out because isVideo is not calling this now.
190 public static boolean isVideo(IImage image) {

Completed in 211 milliseconds