/external/chromium_org/ui/gfx/ |
display.cc | 61 rotation_(ROTATE_0), 68 rotation_(ROTATE_0), 77 rotation_(ROTATE_0), 89 case ROTATE_0: 106 rotation_ = ROTATE_0;
|
display.h | 27 ROTATE_0 = 0,
|
/external/chromium_org/athena/system/ |
orientation_controller.cc | 53 rotation = gfx::Display::ROTATE_0;
|
/external/chromium_org/ui/base/cursor/ |
cursor_loader.h | 19 CursorLoader() : scale_(1.f), rotation_(gfx::Display::ROTATE_0) {}
|
cursor_loader_x11_unittest.cc | 25 gfx::Display::ROTATE_0,
|
cursor_util.cc | 23 case gfx::Display::ROTATE_0:
|
image_cursors.cc | 84 return gfx::Display::ROTATE_0;
|
/external/chromium_org/ash/wm/maximize_mode/ |
maximize_mode_controller_unittest.cc | 325 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 339 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 342 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 345 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 348 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 351 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 364 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 372 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 397 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()); 409 EXPECT_EQ(gfx::Display::ROTATE_0, GetInternalDisplayRotation()) [all...] |
maximize_mode_controller.cc | 122 user_rotation_(gfx::Display::ROTATE_0), 355 if (current_rotation == gfx::Display::ROTATE_0) 375 new_rotation = gfx::Display::ROTATE_0;
|
/external/chromium_org/athena/screen/ |
screen_accelerator_handler.cc | 77 if (current_rotation == gfx::Display::ROTATE_0) 84 screen_manager->SetRotation(gfx::Display::ROTATE_0);
|
/external/chromium_org/content/common/cursors/ |
webcursor_aurax11.cc | 32 device_scale_factor_, gfx::Display::ROTATE_0, &bitmap, &hotspot);
|
webcursor_ozone.cc | 45 rotation_ = gfx::Display::ROTATE_0;
|
/external/chromium_org/ash/display/ |
display_info_unittest.cc | 31 EXPECT_EQ(gfx::Display::ROTATE_0, info.rotation()); 38 EXPECT_EQ(gfx::Display::ROTATE_0, info.rotation()); 44 EXPECT_EQ(gfx::Display::ROTATE_0, info.rotation());
|
cursor_window_controller.cc | 98 cursor_rotation_(gfx::Display::ROTATE_0), 230 case gfx::Display::ROTATE_0:
|
root_window_transformers.cc | 33 gfx::Display::ROTATE_0); 73 case gfx::Display::ROTATE_0:
|
display_info.cc | 123 gfx::Display::Rotation rotation(gfx::Display::ROTATE_0); 215 rotation_(gfx::Display::ROTATE_0), 232 rotation_(gfx::Display::ROTATE_0),
|
root_window_transformers_unittest.cc | 160 EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display1.id())); 161 EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display2_id)); 180 EXPECT_EQ(gfx::Display::ROTATE_0, GetStoredRotation(display2_id));
|
/external/chromium_org/athena/wm/ |
split_view_controller_unittest.cc | 176 ASSERT_EQ(gfx::Display::ROTATE_0, 188 EXPECT_EQ(gfx::Display::ROTATE_0, 201 ScreenManager::Get()->SetRotation(gfx::Display::ROTATE_0);
|
/external/chromium_org/extensions/browser/api/system_display/ |
display_info_provider.cc | 22 case gfx::Display::ROTATE_0:
|
/external/chromium_org/media/base/ |
yuv_convert.h | 41 ROTATE_0, // Rotation off.
|
yuv_convert_unittest.cc | 217 media::ROTATE_0, 248 media::ROTATE_0, 270 media::ROTATE_0, 287 media::ROTATE_0, 304 media::ROTATE_0, [all...] |
/external/chromium_org/ash/system/chromeos/ |
tray_display.cc | 209 if (display_info.rotation() != gfx::Display::ROTATE_0 || 265 return display_info.rotation() != gfx::Display::ROTATE_0 || 345 case gfx::Display::ROTATE_0:
|
/external/chromium_org/chrome/browser/extensions/ |
display_info_provider_chromeos.cc | 43 return gfx::Display::ROTATE_0; 51 return gfx::Display::ROTATE_0;
|
/external/chromium_org/chrome/browser/chromeos/display/ |
display_preferences_unittest.cc | 384 id2 + 1, gfx::Display::ROTATE_0, 1.0f, NULL, gfx::Size(500, 400), 1.0f, 410 id2 + 1, gfx::Display::ROTATE_0, 1.0f, NULL, gfx::Size(500, 400), 1.0f, 667 gfx::Display::ROTATE_0); 694 EXPECT_EQ(gfx::Display::ROTATE_0, rotation); [all...] |
display_preferences.cc | 152 gfx::Display::Rotation rotation = gfx::Display::ROTATE_0; 201 int rotation = gfx::Display::ROTATE_0;
|