Searched refs:display_ (Results 1 - 25 of 74) sorted by path

123

/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_);
H A Dcursor_window_controller.h77 gfx::Display display_; member in class:ash::CursorWindowController
/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.h146 content::Manifest::DisplayMode display_; member in class:ShortcutHelper
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
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc64 : display_(target_display),
71 display_.id(), gfx::Insets());
75 display_.id());
78 GetRootWindowForDisplayId(display_.id());
95 display_.id(), initial_insets_);
101 display_.id(), insets_);
H A Doverscan_calibrator.h51 const gfx::Display display_; member in class:chromeos::OverscanCalibrator
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.cc16 : display_(display),
21 gfx::Rect work_area = display_.work_area();
23 display_.set_work_area(work_area);
30 gfx::Rect work_area = display_.work_area();
32 display_.set_work_area(work_area);
36 return display_.bounds().CenterPoint();
41 const gfx::Rect& screen_rect = display_.bounds();
65 const gfx::Rect& screen_rect = display_.bounds();
66 const gfx::Rect& work_area = display_.work_area();
90 const gfx::Rect& work_area = display_
[all...]
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/chrome/browser/ui/autofill/
H A Dtest_popup_controller_common.cc16 return display_;
H A Dtest_popup_controller_common.h19 void set_display(const gfx::Display& display) { display_ = display; }
22 // Returns |display_|
27 gfx::Display display_; member in class:autofill::TestPopupControllerCommon
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux_unittest.cc52 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
53 display_.set_work_area(
61 display_.set_work_area(gfx::Rect(x, y, width, height));
69 display_.set_work_area(gfx::Rect(kShelfSize,
75 display_.set_work_area(gfx::Rect(0,
81 display_.set_work_area(
88 display_.set_work_area(
110 return AppListLinux::ShelfLocationInDisplay(display_);
115 display_,
122 gfx::Display display_; member in class:AppListLinuxUnitTest
[all...]
/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/content/browser/compositor/
H A Donscreen_display_client.cc21 display_(
47 if (pending_frames_ >= display_->GetMaxFramesPending()) {
66 display_->Draw();
75 if ((pending_frames_ < display_->GetMaxFramesPending()) && deferred_draw_) {
H A Donscreen_display_client.h33 cc::Display* display() { return display_.get(); }
51 scoped_ptr<cc::Display> display_; member in class:content::OnscreenDisplayClient
H A Dsoftware_output_device_x11.cc21 : compositor_(compositor), display_(gfx::GetXDisplay()), gc_(NULL) {
25 gc_ = XCreateGC(display_, compositor_->widget(), 0, NULL);
26 if (!XGetWindowAttributes(display_, compositor_->widget(), &attributes_)) {
36 XFreeGC(display_, gc_);
54 int bpp = gfx::BitsPerPixelForPixmapDepth(display_, attributes_.depth);
56 if (bpp != 32 && bpp != 16 && ui::QueryRenderSupport(display_)) {
60 display_, compositor_->widget(), rect.width(), rect.height(), 32);
61 GC gc = XCreateGC(display_, pixmap, 0, NULL);
82 XPutImage(display_,
92 XFreeGC(display_, g
[all...]
H A Dsoftware_output_device_x11.h29 XDisplay* display_; member in class:content::SoftwareOutputDeviceX11
H A Dsurface_display_output_surface.cc21 display_(NULL),
52 display_->Resize(surface_id_, frame_size);
H A Dsurface_display_output_surface.h33 void set_display(cc::Display* display) { display_ = display; }
48 cc::Display* display_; member in class:content::SurfaceDisplayOutputSurface
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.cc19 display_(NULL),
24 return display_;
31 display_ = static_cast<gfx::Display*>(compatible_surface->GetDisplay());
53 display_ = NULL;
H A Dgl_context_virtual.h57 gfx::Display* display_; member in class:gpu::GLContextVirtual
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_android.cc54 EGLDisplay display_; member in class:__anon8457::ScopedRestoreNonOwnedEGLContext
61 display_(EGL_NO_DISPLAY),
69 display_ = eglGetCurrentDisplay();
75 if (context_ == EGL_NO_CONTEXT || display_ == EGL_NO_DISPLAY ||
79 if (!eglMakeCurrent(display_, draw_surface_, read_surface_, context_))
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc65 display_(NULL),
74 glXMakeCurrent(display_, 0, NULL);
75 glXDestroyContext(display_, gl_context_);
78 XDestroyWindow(display_, window_);
79 XCloseDisplay(display_);
130 while (XPending(display_)) {
132 XNextEvent(display_, &e);
155 display_ = XOpenDisplay(NULL);
156 if (!display_) {
162 int screen = DefaultScreen(display_);
348 Display* display_; member in class:Simulator
[all...]
/external/chromium_org/media/cast/test/
H A Dlinux_output_window.cc25 if (display_ && window_) {
26 XUnmapWindow(display_, window_);
27 XDestroyWindow(display_, window_);
28 XSync(display_, false);
30 XFreeGC(display_, gc_);
31 XCloseDisplay(display_);
40 display_ = XOpenDisplay(NULL);
41 if (display_ == NULL) {
47 int screen = DefaultScreen(display_);
52 if (XMatchVisualInfo(display_, scree
[all...]

Completed in 2560 milliseconds

123