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

  /external/webkit/WebCore/accessibility/
AccessibilityMediaControls.cpp 59 MediaControlElementType controlType;
62 controlType = static_cast<MediaControlInputElement*>(node)->displayType();
64 controlType = static_cast<MediaControlElement*>(node)->displayType();
67 switch (controlType) {
89 MediaControlElementType AccessibilityMediaControl::controlType() const
119 switch (controlType()) {
160 if (controlType() == MediaControlsPanel)
178 if (!m_renderer || !m_renderer->style() || m_renderer->style()->visibility() != VISIBLE || controlType() == MediaTimelineContainer)
186 switch (controlType()) {
313 if (controlType() == MediaCurrentTimeDisplay
    [all...]
AccessibilityMediaControls.h 55 MediaControlElementType controlType() const;
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 311 static NSControl *createControlWithMediaUIControlType(int controlType, NSRect frame)
314 NSControl *control = WKCreateMediaUIControl(controlType);
318 if (controlType == WKMediaUIControlSlider)
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 254 NSControl *WKCreateMediaUIControl(int controlType);

Completed in 3149 milliseconds