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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h 98 inline bool isHTMLVideoElement(const Node* node)
103 inline bool isHTMLVideoElement(const Element* element)
110 ASSERT_WITH_SECURITY_IMPLICATION(!node || isHTMLVideoElement(node));
HTMLImageLoader.cpp 48 if (isHTMLVideoElement(element()))
MediaDocument.cpp 137 if (isHTMLVideoElement(node))
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSDefaultStyleSheets.cpp 172 if (!mediaControlsStyleSheet && (isHTMLVideoElement(element) || element->hasTagName(audioTag))) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 222 ASSERT(isHTMLVideoElement(node()));
HitTestResult.cpp 319 if (isHTMLVideoElement(m_innerNonSharedNode.get()) || m_innerNonSharedNode->hasTagName(HTMLNames::audioTag))
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 226 if (isHTMLVideoElement(mediaElement))
WebViewImpl.cpp     [all...]

Completed in 1880 milliseconds