Searched defs:DisplayState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.h118 enum DisplayState { enum in class:WebCore::HTMLPlugInElement
123 DisplayState displayState() const { return m_displayState; }
124 void setDisplayState(DisplayState state) { m_displayState = state; }
136 DisplayState m_displayState;
/external/qemu/
H A Dconsole.h172 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h);
173 void (*dpy_resize)(struct DisplayState *s);
174 void (*dpy_setdata)(struct DisplayState *s);
175 void (*dpy_refresh)(struct DisplayState *s);
176 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y,
178 void (*dpy_fill)(struct DisplayState *s, int x, int y,
180 void (*dpy_text_cursor)(struct DisplayState *s, int x, int y);
185 void (*dpy_enablezoom)(struct DisplayState *s, int width, int height);
210 struct DisplayState { struct
223 struct DisplayState *nex
[all...]
H A Dqemu-common.h259 typedef struct DisplayState DisplayState; typedef in typeref:struct:DisplayState

Completed in 150 milliseconds