Searched refs:display (Results 126 - 150 of 1334) sorted by relevance

1234567891011>>

/external/chromium_org/ash/display/
H A Devent_transformation_handler.cc5 #include "ash/display/event_transformation_handler.h"
9 #include "ash/display/display_info.h"
10 #include "ash/display/display_manager.h"
17 #include "ui/gfx/display.h"
45 const gfx::Display& display = local
48 // Apply some additional scaling if the display is non-integrated.
49 if (!display.IsInternal())
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dimage_burner.css127 display: none;
138 display: block;
144 display: block;
150 display: block;
154 display: none;
158 display: block;
162 display: none;
168 display: block;
176 display: none;
180 display
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_auto_enrollment_check.css13 display: flex;
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_iframe.css12 display: block;
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dno_destinations_promo.css15 display: -webkit-box;
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux.cc15 const gfx::Display& display) {
18 // display edge and work area do not match up, but there can be more than one
20 // largest delta between the display edge and the work area edge. Ties are
22 const gfx::Rect work_area = display.work_area();
23 const gfx::Rect display_bounds = display.bounds();
54 const gfx::Display& display,
58 AppListPositioner positioner(display, view_size, 0);
89 gfx::Display display = screen->GetDisplayNearestPoint(cursor); local
106 edge = ShelfLocationInDisplay(display);
108 display,
14 ShelfLocationInDisplay( const gfx::Display& display) argument
53 FindAnchorPoint(const gfx::Size& view_size, const gfx::Display& display, const gfx::Point& cursor, AppListPositioner::ScreenEdge edge, bool center_window) argument
[all...]
H A Dapp_list_linux.h28 const gfx::Display& display);
34 // there is no shelf on the given display.
36 const gfx::Display& display,
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dpopup.js38 popup.style.display = 'block';
45 activePopup.style.display = ''
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_windowless.cc5 #include "gpu/gles2_conform_support/egl/display.h"
27 egl::Display* display = static_cast<egl::Display*>(eglDisplay); local
28 display->SetCreateOffscreen(width, height);
/external/chromium_org/remoting/host/linux/
H A Dx11_util.h38 static int HandleXErrors(Display* display, XErrorEvent* error);
52 ScopedXGrabServer(Display* display);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DpieChart.css17 display: flex;
/external/chromium_org/third_party/polymer/components/core-icon/
H A Dcore-icon.css9 display: inline-block;
/external/chromium_org/third_party/polymer/components/core-menu/
H A Dcore-menu.css11 display: block;
H A Dcore-submenu.css11 display: block;
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
H A Dcore-icon.css9 display: inline-block;
/external/chromium_org/third_party/polymer/components-chromium/core-menu/
H A Dcore-menu.css11 display: block;
H A Dcore-submenu.css11 display: block;
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration_monitor.h26 // The class provides functions to synchronize capturing and display
48 static void DisplaysReconfiguredCallback(CGDirectDisplayID display,
53 void DisplaysReconfigured(CGDirectDisplayID display,
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_error_trap.cc29 int XServerErrorHandler(Display* display, XErrorEvent* error_event) { argument
39 XErrorTrap::XErrorTrap(Display* display) argument
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.h26 explicit X11EventSource(XDisplay* display);
47 XDisplay* display() { return display_; } function in class:ui::X11EventSource
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dcombobutton.css7 display: flex;
31 display: block;
39 display: none;
47 display: none;
/external/chromium_org/ui/login/account_picker/
H A Dscreen_account_picker.css19 display: inline-block;
33 display: none;
48 display: inline-block;
52 display: inline-block;
/external/chromium_org/ui/views/
H A Ddrag_utils.cc8 #include "ui/gfx/display.h"
22 gfx::Display display = gfx::Screen::GetScreenFor(view)-> local
24 device_scale = display.device_scale_factor();
/external/chromium_org/ui/views/widget/
H A Dtooltip_manager.cc25 int TooltipManager::GetMaxWidth(const gfx::Display& display) { argument
26 return (display.bounds().width() + 1) / 2;
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-3249650.js48 object.f("C").c.display = "A";
49 object.f("D").c.display = "A";

Completed in 4785 milliseconds

1234567891011>>