Searched refs:display_ (Results 51 - 74 of 74) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.h51 const gfx::Display display_; member in class:chromeos::OverscanCalibrator
/external/chromium_org/media/cast/test/
H A Dlinux_output_window.h44 Display* display_; member in class:media::cast::test::LinuxOutputWindow
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.h72 Display* display_; member in class:webrtc::XServerPixelBuffer
/external/chromium_org/ui/gl/
H A Dgl_context_egl.h45 EGLDisplay display_; member in class:gfx::GLContextEGL
H A Dgl_context_glx.h44 XDisplay* display_; member in class:gfx::GLContextGLX
H A Dgl_surface_glx.cc156 glXDestroyContext(display_, context_);
170 DCHECK(display_);
173 if (!XGetWindowAttributes(display_, window_, &attributes)) {
184 XGetVisualInfo(display_, VisualIDMask,
193 context_ = glXCreateContext(display_, visual_info_list.get(), NULL, True);
207 glXMakeCurrent(display_, window_, context_);
216 glXMakeCurrent(display_, 0, 0);
227 // For initialization of display_ in GLSurface::InitializeOneOff before
231 static Display* display_; member in class:gfx::__anon16938::SGIVideoSyncProviderThreadShim
326 Display* SGIVideoSyncProviderThreadShim::display_ member in class:gfx::__anon16938::SGIVideoSyncProviderThreadShim
375 SGIVideoSyncProviderThreadShim::display_ = gfx::OpenNewXDisplay(); member in class:gfx::SGIVideoSyncProviderThreadShim
[all...]
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.h26 // since both need the |display_| to draw and process events respectively.
28 // |display_|.
47 caca_display_t* display() const { return display_.get(); }
81 ScopedCacaDisplay display_; member in class:ui::CacaWindow
/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc129 display_ = Shell::GetScreen()->GetPrimaryDisplay();
138 display_ = display;
166 cursor_rotation_ == display_.rotation())
169 cursor_rotation_ = display_.rotation();
220 display_.device_scale_factor(),
258 delegate_->SetCursorImage(rotated, display_);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win_unittest.cc53 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
54 display_.set_work_area(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
62 display_.set_work_area(gfx::Rect(x, y, width, height));
68 const gfx::Rect& work_area = display_.work_area();
109 display_,
116 gfx::Display display_; member in class:AppListWinUnitTest
/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper.cc60 display_(content::Manifest::DISPLAY_MODE_BROWSER),
92 display_ = content::Manifest::DISPLAY_MODE_STANDALONE;
246 display_ = manifest.display;
251 display_ = content::Manifest::DISPLAY_MODE_STANDALONE;
253 display_ = content::Manifest::DISPLAY_MODE_BROWSER;
260 if (display_ == content::Manifest::DISPLAY_MODE_STANDALONE)
361 display_,
403 display_,
H A Dshortcut_helper_unittest.cc19 FakeScreen() : display_(0x1337, gfx::Rect(0, 0, 2560, 1440)) {
24 display_.set_device_scale_factor(device_scale_factor);
35 return std::vector<gfx::Display>(1, display_);
39 return display_;
43 return display_;
47 return display_;
50 return display_;
56 gfx::Display display_; member in class:FakeScreen
H A Dshortcut_helper.h146 content::Manifest::DisplayMode display_; member in class:ShortcutHelper
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.h106 gfx::Display display_; member in class:AppListPositioner
H A Dapp_list_positioner_unittest.cc46 new AppListPositioner(display_, view_size, kMinDistanceFromEdge));
50 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
53 display_.set_work_area(
117 gfx::Display display_; member in class:AppListPositionerUnitTest
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.h57 gfx::Display* display_; member in class:gpu::GLContextVirtual
/external/chromium_org/mojo/aura/
H A Dscreen_mojo.h47 gfx::Display display_; member in class:mojo::ScreenMojo
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.h67 scoped_ptr<cc::Display> display_; member in class:mojo::SurfacesImpl
/external/chromium_org/remoting/host/linux/
H A Dx_server_clipboard.h105 Display* display_; member in class:remoting::XServerClipboard
/external/chromium_org/ui/aura/test/
H A Dtest_screen.h74 gfx::Display display_; member in class:aura::TestScreen
/external/chromium_org/third_party/webrtc/base/
H A Dtestutils.h596 XDisplay() : display_(XOpenDisplay(NULL)) { }
597 ~XDisplay() { if (display_) XCloseDisplay(display_); }
598 bool IsValid() const { return display_ != NULL; }
599 operator Display*() { return display_; }
601 Display* display_; member in struct:testing::XDisplay
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.h132 Display* display_; member in class:ui::NativeDisplayDelegateX11
/external/chromium_org/ui/base/x/
H A Dx11_util.h356 XDisplay* display_; member in class:ui::XScopedCursor
H A Dx11_util.cc1357 display_(display) {
1370 XFreeCursor(display_, cursor_);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_tasks.js626 FileTasks.prototype.display_ = function(combobutton) {

Completed in 395 milliseconds

123