HomeSort by relevance Sort by last modified time
    Searched refs:isMediaDocument (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/html/
MediaDocument.h 48 virtual bool isMediaDocument() const { return true; }
HTMLMediaElement.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderVideo.cpp 87 if (size.isEmpty() && node()->ownerDocument() && node()->ownerDocument()->isMediaDocument())
128 if (video->ownerDocument() && video->ownerDocument()->isMediaDocument())
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.mm 183 if (coreFrame->document()->isMediaDocument())
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 493 return document && document->isMediaDocument();
  /external/webkit/Source/WebCore/dom/
Document.h 415 virtual bool isMediaDocument() const { return false; }
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 501 if (coreFrame->document()->isMediaDocument())
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 323 if (coreFrame && coreFrame->document()->isMediaDocument())
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 796 if (m_frame->coreFrame()->document()->isMediaDocument())
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 574 milliseconds