Searched refs:display (Results 251 - 275 of 1334) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/polymer/components-chromium/core-pages/
H A Dcore-pages.css11 display: block;
/external/chromium_org/third_party/polymer/components-chromium/paper-progress/
H A Dpaper-progress.css11 display: inline-block;
/external/chromium_org/third_party/polymer/components-chromium/paper-radio-button/
H A Dpaper-radio-button.css11 display: inline-block;
27 display: inline-block;
76 display: inline-block;
84 display: none;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dshared_x_display.h38 // Takes ownership of |display|.
39 explicit SharedXDisplay(Display* display);
46 // Creates X11 Display connection for the default display (e.g. specified in
56 Display* display() { return display_; } function in class:webrtc::SharedXDisplay
/external/chromium_org/ui/events/x/
H A Devents_x_unittest.cc51 void InitKeyEvent(Display* display, argument
61 key_event->display = display;
69 bool HasFunctionKeyFlagSetIfSupported(Display* display, int x_keysym) { argument
71 int x_keycode = XKeysymToKeycode(display, x_keysym);
74 InitKeyEvent(display, &event, true, x_keycode, 0);
357 Display* display = gfx::GetXDisplay(); local
453 int x_keycode = XKeysymToKeycode(display, keys[k].x_keysym);
456 InitKeyEvent(display, &event, true, x_keycode, 0);
467 Display* display local
604 Display* display = gfx::GetXDisplay(); local
[all...]
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dtrack_list.css11 display: flex;
27 display: flex;
37 display: none;
48 display: flex;
/external/chromium_org/ui/webui/resources/css/
H A Dbubble_button.css8 display: inline-block;
H A Dbutter_bar.css18 display: inline-block;
H A Dmenu.css21 display: none;
26 display: block;
59 display: none;
68 display: inline-block;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3252443.js31 document.getElementById(p1+p0).style.display='';
37 document.getElementById(p1+i).style.display='';
/external/deqp/framework/egl/
H A DegluNativePixmap.cpp66 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const argument
68 DE_UNREF(display && config && attribList);
/external/deqp/modules/egl/
H A DteglColorClearCase.hpp43 virtual void executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts);
52 virtual void executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c47 Display *display; member in struct:vl_xsp_screen
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
129 vl_screen_create(Display *display, int screen) argument
134 assert(display);
140 winsys = xlib_create_sw_winsys(display);
153 xsp_screen->display = display;
155 xsp_screen->xdraw.visual = XDefaultVisual(display, screen);
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c49 swrast_xlib_create_screen( Display *display )
57 winsys = xlib_create_sw_winsys( display );
/external/qemu/android/
H A Dandroid.h37 const char* display; member in struct:__anon29020
48 const char* display; member in struct:__anon29021
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv_sw_c.h29 extern SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.h29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsyuv_c.h29 extern SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5yuv_c.h30 extern SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11yuv_c.h31 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js72 var display = this.display = new Display(place, doc);
73 display.wrapper.CodeMirror = this;
77 this.display.wrapper.className += " CodeMirror-wrap";
102 if ((options.autofocus && !mobile) || activeElt() == display.input)
115 // The display handles the DOM integration, both for input reading
117 // display-related state.
257 addClass(cm.display.wrapper, "CodeMirror-wrap");
258 cm.display.sizer.style.minWidth = "";
260 rmClass(cm.display
[all...]
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js72 var display = this.display = new Display(place, doc);
73 display.wrapper.CodeMirror = this;
77 this.display.wrapper.className += " CodeMirror-wrap";
102 if ((options.autofocus && !mobile) || activeElt() == display.input)
115 // The display handles the DOM integration, both for input reading
117 // display-related state.
257 addClass(cm.display.wrapper, "CodeMirror-wrap");
258 cm.display.sizer.style.minWidth = "";
260 rmClass(cm.display
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dchange_picture_options.css6 display: -webkit-box;
36 display: inline-block;
80 display: none;
92 display: none;
97 display: block;
129 display: none;
139 display: block;
147 display: block;
173 display: none;
183 display
[all...]
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dtracing_controller.css10 display: -webkit-box;
24 display: inline-block;
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_picker.css8 display: -webkit-flex;
19 display: inline;

Completed in 2346 milliseconds

<<11121314151617181920>>