Home
last modified time | relevance | path

Searched refs:displayType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/rendering/
DMediaControlElements.cpp238 …d pseudo, const String& type, HTMLMediaElement* mediaElement, MediaControlElementType displayType) in MediaControlInputElement() argument
242 , m_displayType(displayType) in MediaControlInputElement()
321 void MediaControlInputElement::setDisplayType(MediaControlElementType displayType) in setDisplayType() argument
323 if (displayType == m_displayType) in setDisplayType()
326 m_displayType = displayType; in setDisplayType()
DRenderMediaControls.cpp106 bool audioEnabled = btn->displayType() == MediaMuteButton; in paintMediaControlsPart()
113 bool currentlyPlaying = btn->displayType() == MediaPlayButton; in paintMediaControlsPart()
DMediaControlElements.h131 MediaControlElementType displayType() const { return m_displayType; } in displayType() function
DRenderThemeMac.mm1544 …wkDrawMediaUIPart(btn->displayType(), mediaControllerTheme(), paintInfo.context->platformContext()…
1559 …wkDrawMediaUIPart(btn->displayType(), mediaControllerTheme(), paintInfo.context->platformContext()…
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Danalyzeper.cpp290 uint8 displayType = 1; /* Select output type -- See Below */ in ShowPERCharString() local
296 if (displayType == 0) in ShowPERCharString()
/external/webkit/WebCore/
DChangeLog24429 (WebCore::MediaControlInputElement::displayType): New, return m_displayType.