HomeSort by relevance Sort by last modified time
    Searched full:getprimarydisplay (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/ui/gfx/
screen_android.cc 33 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE {
51 return GetPrimaryDisplay();
56 return GetPrimaryDisplay();
62 return std::vector<gfx::Display>(1, GetPrimaryDisplay());
67 return GetPrimaryDisplay();
screen_unittest.cc 14 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().size();
screen_mac.mm 120 return std::vector<gfx::Display>(1, GetPrimaryDisplay());
150 return std::vector<gfx::Display>(1, GetPrimaryDisplay());
159 return GetPrimaryDisplay();
162 return GetPrimaryDisplay();
177 return GetPrimaryDisplay();
188 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE {
screen_ios.mm 46 return std::vector<gfx::Display>(1, GetPrimaryDisplay());
71 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE {
screen_win.h 34 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
  /external/chromium_org/ash/
screen_ash.cc 89 DisplayController::GetPrimaryDisplay().id() ?
134 return std::vector<gfx::Display>(1, GetPrimaryDisplay());
140 return GetPrimaryDisplay();
146 return GetPrimaryDisplay();
152 return GetPrimaryDisplay();
156 gfx::Display ScreenAsh::GetPrimaryDisplay() const {
157 return DisplayController::GetPrimaryDisplay();
  /external/chromium_org/ash/display/
display_controller_unittest.cc 156 gfx::Display GetPrimaryDisplay() {
191 gfx::Display primary = Shell::GetScreen()->GetPrimaryDisplay();
332 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
345 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
356 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
367 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
378 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
388 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
397 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
407 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString())
    [all...]
root_window_transformers_unittest.cc 145 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay();
237 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay();
259 display1 = Shell::GetScreen()->GetPrimaryDisplay();
278 gfx::Display display = Shell::GetScreen()->GetPrimaryDisplay();
318 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay();
344 display1 = Shell::GetScreen()->GetPrimaryDisplay();
369 display1 = Shell::GetScreen()->GetPrimaryDisplay();
mouse_cursor_event_filter.cc 175 // GetPrimaryDisplay returns an object on stack, so copy the bounds
178 Shell::GetScreen()->GetPrimaryDisplay().bounds();
204 // GetPrimaryDisplay returns an object on stack, so copy the bounds
207 Shell::GetScreen()->GetPrimaryDisplay().bounds();
  /external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc 47 gfx::Display GetPrimaryDisplay() {
48 return Shell::GetScreen()->GetPrimaryDisplay();
157 const gfx::Display& display = GetPrimaryDisplay();
348 EXPECT_EQ(external_display_id(), GetPrimaryDisplay().id());
357 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
375 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
382 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
404 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
412 EXPECT_EQ(external_display_id(), GetPrimaryDisplay().id());
431 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id())
    [all...]
  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 170 Shell::GetScreen()->GetPrimaryDisplay());
188 Shell::GetScreen()->GetPrimaryDisplay());
207 Shell::GetScreen()->GetPrimaryDisplay());
246 Shell::GetScreen()->GetPrimaryDisplay());
307 Shell::GetScreen()->GetPrimaryDisplay());
359 Shell::GetScreen()->GetPrimaryDisplay());
448 Shell::GetScreen()->GetPrimaryDisplay());
498 Shell::GetScreen()->GetPrimaryDisplay());
513 Shell::GetScreen()->GetPrimaryDisplay());
528 Shell::GetScreen()->GetPrimaryDisplay());
    [all...]
solo_window_tracker_unittest.cc 135 gfx::Display GetPrimaryDisplay() {
136 return ash::Shell::GetInstance()->GetScreen()->GetPrimaryDisplay();
316 w1->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay());
320 w2->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay());
340 w3->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay());
343 w4->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay());
377 w2->SetBoundsInScreen(gfx::Rect(0, 0, 100, 100), GetPrimaryDisplay());
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider.cc 69 return gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().bounds();
79 gfx::Display display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
90 return gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().work_area();
105 if (display.bounds() == screen->GetPrimaryDisplay().bounds())
  /external/chromium_org/ui/snapshot/
snapshot_android.cc 26 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
  /external/chromium_org/ash/wm/workspace/
snap_sizer_unittest.cc 33 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
81 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
115 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
188 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
253 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
270 work_area = ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
289 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
380 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate_unittest.cc 51 gfx::Rect work_area = Shell::GetScreen()->GetPrimaryDisplay().work_area();
  /external/chromium_org/chrome/browser/net/
client_hints.cc 20 gfx::Display display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_gtk.cc 26 GetPrimaryDisplay().work_area();
  /external/chromium_org/ui/aura/test/
test_screen.h 61 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 152 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
187 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
200 EXPECT_NE(dummy_id, display_controller->GetPrimaryDisplay().id());
366 int64 id = ash::Shell::GetScreen()->GetPrimaryDisplay().id();
405 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
447 int64 id1 = ash::ScreenAsh::GetNativeScreen()->GetPrimaryDisplay().id();
455 ash::ScreenAsh::GetNativeScreen()->GetPrimaryDisplay().id();
469 EXPECT_EQ(id2, screen->GetPrimaryDisplay().id());
473 const gfx::Display& primary_display = screen->GetPrimaryDisplay();
  /external/chromium_org/chrome/browser/chromeos/login/
helper.cc 24 gfx::Rect bounds(ash::Shell::GetScreen()->GetPrimaryDisplay().bounds());
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider.cc 77 int64 primary_id = screen->GetPrimaryDisplay().id();
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 69 // TODO(dewittj): It's possible GetPrimaryDisplay is wrong.
70 gfx::Rect screen_bounds = screen->GetPrimaryDisplay().bounds();
71 gfx::Rect work_area = screen->GetPrimaryDisplay().work_area();
277 gfx::Rect work_area = screen->GetPrimaryDisplay().work_area();
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_android.cc 88 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().device_scale_factor();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 224 return GetPrimaryDisplay();
235 return GetPrimaryDisplay();
252 return matching ? *matching : GetPrimaryDisplay();
255 gfx::Display DesktopScreenX11::GetPrimaryDisplay() const {

Completed in 345 milliseconds

1 2 3 4