HomeSort by relevance Sort by last modified time
    Searched refs:GetPrimaryDisplay (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/chromium_org/ui/events/gesture_detection/
gesture_config_helper.cc 13 config.display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
gesture_config_helper_android.cc 67 config.display = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay();
  /external/chromium_org/ui/gfx/
screen_unittest.cc 14 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().size();
screen_android.cc 33 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE {
58 return GetPrimaryDisplay();
63 return GetPrimaryDisplay();
69 return std::vector<gfx::Display>(1, GetPrimaryDisplay());
74 return GetPrimaryDisplay();
screen.h 85 virtual gfx::Display GetPrimaryDisplay() const = 0;
screen_win.h 37 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
  /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/ash/touch/
touch_observer_hud_unittest.cc 47 gfx::Display GetPrimaryDisplay() {
48 return Shell::GetScreen()->GetPrimaryDisplay();
157 const gfx::Display& display = GetPrimaryDisplay();
346 EXPECT_EQ(external_display_id(), GetPrimaryDisplay().id());
355 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
373 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
380 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
402 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id());
410 EXPECT_EQ(external_display_id(), GetPrimaryDisplay().id());
429 EXPECT_EQ(internal_display_id(), GetPrimaryDisplay().id())
    [all...]
  /external/chromium_org/ash/display/
screen_ash.cc 70 primary_display_(screen_ash->GetPrimaryDisplay()) {
106 return matching ? *matching : GetPrimaryDisplay();
108 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE {
182 Shell::GetScreen()->GetPrimaryDisplay().id() ?
233 return GetPrimaryDisplay();
236 return GetPrimaryDisplay();
242 return GetPrimaryDisplay();
269 return matching ? *matching : GetPrimaryDisplay();
272 gfx::Display ScreenAsh::GetPrimaryDisplay() const {
display_controller_unittest.cc 177 gfx::Display GetPrimaryDisplay() {
215 gfx::Display primary = Shell::GetScreen()->GetPrimaryDisplay();
417 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
431 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
443 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
455 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
467 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
478 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
488 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString());
499 EXPECT_EQ("0,0 500x500", GetPrimaryDisplay().bounds().ToString())
    [all...]
root_window_transformers_unittest.cc 143 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay();
235 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay();
257 display1 = Shell::GetScreen()->GetPrimaryDisplay();
276 gfx::Display display = Shell::GetScreen()->GetPrimaryDisplay();
316 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay();
342 display1 = Shell::GetScreen()->GetPrimaryDisplay();
367 display1 = Shell::GetScreen()->GetPrimaryDisplay();
screen_ash.h 77 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
  /external/chromium_org/ash/wm/
lock_layout_manager_unittest.cc 119 gfx::Rect screen_bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds();
142 gfx::Rect screen_bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds();
191 gfx::Display primary_display = Shell::GetScreen()->GetPrimaryDisplay();
226 primary_display = Shell::GetScreen()->GetPrimaryDisplay();
239 primary_display = Shell::GetScreen()->GetPrimaryDisplay();
256 gfx::Rect screen_bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds();
ash_native_cursor_manager_unittest.cc 161 int64 display_id = Shell::GetScreen()->GetPrimaryDisplay().id();
170 Shell::GetScreen()->GetPrimaryDisplay().device_scale_factor());
178 Shell::GetScreen()->GetPrimaryDisplay().device_scale_factor());
182 Shell::GetScreen()->GetPrimaryDisplay().device_scale_factor());
drag_window_resizer_unittest.cc 164 Shell::GetScreen()->GetPrimaryDisplay());
182 Shell::GetScreen()->GetPrimaryDisplay());
201 Shell::GetScreen()->GetPrimaryDisplay());
223 Shell::GetScreen()->GetPrimaryDisplay());
248 Shell::GetScreen()->GetPrimaryDisplay());
290 Shell::GetScreen()->GetPrimaryDisplay());
351 Shell::GetScreen()->GetPrimaryDisplay());
403 Shell::GetScreen()->GetPrimaryDisplay());
492 Shell::GetScreen()->GetPrimaryDisplay());
547 Shell::GetScreen()->GetPrimaryDisplay());
    [all...]
window_state_unittest.cc 63 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
110 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
176 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area().size();
207 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
283 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
328 ash::Shell::GetScreen()->GetPrimaryDisplay().work_area();
  /external/chromium_org/components/metrics/gpu/
gpu_metrics_provider.cc 98 return gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel();
103 GetPrimaryDisplay().device_scale_factor();
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_android.cc 97 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().device_scale_factor();
103 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().device_scale_factor();
  /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/mojo/aura/
screen_mojo.cc 60 gfx::Display ScreenMojo::GetPrimaryDisplay() const {
screen_mojo.h 40 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
  /external/chromium_org/ui/message_center/views/
desktop_popup_alignment_delegate.cc 32 gfx::Display display = screen_->GetPrimaryDisplay();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.h 47 virtual gfx::Display GetPrimaryDisplay() const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 179 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
214 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
237 EXPECT_NE(dummy_id, ash::Shell::GetScreen()->GetPrimaryDisplay().id());
441 int64 id = ash::Shell::GetScreen()->GetPrimaryDisplay().id();
487 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
524 int64 id1 = gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().id();
559 int64 id1 = ash::Shell::GetScreen()->GetPrimaryDisplay().id();
566 int64 new_primary = ash::Shell::GetScreen()->GetPrimaryDisplay().id();
580 EXPECT_EQ(id2, screen->GetPrimaryDisplay().id());
584 const gfx::Display& primary_display = screen->GetPrimaryDisplay();
    [all...]

Completed in 505 milliseconds

1 2 3 4