OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:controlType
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/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/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm
310
static NSControl *createControlWithMediaUIControlType(int
controlType
, NSRect frame)
313
NSControl *control = WKCreateMediaUIControl(
controlType
);
317
if (
controlType
== WKMediaUIControlSlider)
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java
580
public void removeControl(Class<? extends Control>
controlType
) {
582
if (
controlType
.isAssignableFrom(controls.get(i).getClass())) {
611
* @param
controlType
The superclass of the control to look for.
612
* @return The first instance in the list of the
controlType
class, or null.
616
public <T extends Control> T getControl(Class<T>
controlType
) {
618
if (
controlType
.isAssignableFrom(c.getClass())) {
[
all
...]
/external/webkit/WebKitLibraries/
WebKitSystemInterface.h
307
NSControl *WKCreateMediaUIControl(int
controlType
);
Completed in 90 milliseconds