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

  /external/webkit/WebCore/rendering/
RenderMediaControls.h 37 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
RenderMediaControlsChromium.h 40 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
MediaControlElements.h 47 enum MediaControlElementType {
99 MediaControlElementType displayType() const { return m_displayType; }
107 MediaControlElementType m_displayType; // some elements can show multiple types (e.g. play/pause)
160 MediaControlElementType displayType() const { return m_displayType; }
167 void setDisplayType(MediaControlElementType);
171 MediaControlElementType m_displayType;
RenderMediaControls.cpp 85 bool RenderMediaControls::paintMediaControlsPart(MediaControlElementType part, RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
RenderMediaControlsChromium.cpp 249 bool RenderMediaControlsChromium::paintMediaControlsPart(MediaControlElementType part, RenderObject* object, const RenderObject::PaintInfo& paintInfo, const IntRect& rect)
MediaControlElements.cpp 436 void MediaControlInputElement::setDisplayType(MediaControlElementType displayType)
  /external/webkit/WebCore/accessibility/
AccessibilityMediaControls.h 55 MediaControlElementType controlType() const;
AccessibilityMediaControls.cpp 59 MediaControlElementType controlType;
89 MediaControlElementType AccessibilityMediaControl::controlType() const

Completed in 58 milliseconds