HomeSort by relevance Sort by last modified time
    Searched refs:Screen (Results 151 - 175 of 332) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/android/
shortcut_helper.cc 35 #include "ui/gfx/screen.h"
65 gfx::Screen::GetScreenFor(web_contents->GetNativeView())->
185 gfx::Screen::GetScreenFor(web_contents()->GetNativeView())->
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc 404 OobeUI::Screen EnrollmentScreenHandler::GetCurrentScreen() const {
405 OobeUI::Screen screen = OobeUI::SCREEN_UNKNOWN; local
408 screen = oobe_ui->current_screen();
409 return screen;
473 // screen is shown for the first time or when switching from another
474 // error screen (offline, proxy).
app_launch_splash_screen_handler.cc 186 OobeUI::Screen screen = OobeUI::SCREEN_UNKNOWN; local
189 screen = oobe_ui->current_screen();
191 if (screen != OobeUI::SCREEN_ERROR_MESSAGE)
signin_screen_handler.cc 96 // Type of the login screen UI that is currently presented to user.
155 bool IsSigninScreen(const OobeUI::Screen screen) {
156 return screen == OobeUI::SCREEN_GAIA_SIGNIN ||
157 screen == OobeUI::SCREEN_ACCOUNT_PICKER;
493 // Reset Caps Lock state when login screen is shown.
563 // Don't show or hide error screen if we're in connecting state.
600 // Hide offline message (if needed) and return if current screen is
658 // screen is shown for the first time or when switching from another
659 // error screen (offline, proxy)
1501 OobeUI::Screen screen = OobeUI::SCREEN_UNKNOWN; local
    [all...]
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 43 #include "ui/gfx/screen.h"
126 // (b) the primary display's screen size,
127 // (c) the screen's color depth, and
128 // (d) the size of the screen unavailable to web page content,
135 gfx::Screen::GetNativeScreen()->GetNumDisplays());
138 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel();
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 53 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, screen_.get());
256 scoped_ptr<gfx::Screen> screen_;
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 40 // in DIP. The layer then transformed to fit to the virtual screen
43 // it back to the screen size in the compositor.
141 gfx::Display display = gfx::Screen::GetScreenFor(native_view)->
254 // Disable animation if transition to login screen from an empty background.
  /external/chromium_org/ash/display/
cursor_window_controller.cc 117 gfx::Screen* screen = Shell::GetScreen(); local
118 gfx::Display display = screen->GetDisplayNearestPoint(
119 screen->GetCursorScreenPoint());
  /external/chromium_org/ash/test/
ash_test_base.cc 33 #include "ui/gfx/screen.h"
67 gfx::Screen* screen = Shell::GetScreen(); variable
68 gfx::Display display = screen->GetDisplayNearestPoint(point_in_screen);
  /external/chromium_org/ash/wm/
drag_window_resizer.cc 22 #include "ui/gfx/screen.h"
102 gfx::Screen* screen = Shell::GetScreen(); local
104 screen->GetDisplayNearestPoint(last_mouse_location_in_screen);
107 screen->GetDisplayNearestWindow(GetTarget()->GetRootWindow()).id()) {
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 26 #include "ui/gfx/screen.h"
61 gfx::Screen* screen = Shell::GetScreen(); local
63 screen->GetDisplayNearestPoint(last_location_);
65 screen->GetDisplayNearestWindow(panel_container_->GetRootWindow()).id()) {
104 // The root window can change when dragging into a different screen.
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc 20 #include "ui/gfx/screen.h"
106 // Ensure the top left and top right of the window are on screen, with
108 gfx::Rect screen_rect = gfx::Screen::GetScreenFor(parent)->
  /external/chromium_org/chrome/browser/ui/views/link_disambiguation/
link_disambiguation_popup.cc 15 #include "ui/gfx/screen.h"
169 // |content_| coordinate system, we must convert it into Screen coordinates
183 gfx::Screen::GetScreenFor(content)->GetDisplayNearestWindow(content);
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win.cc 16 #include "ui/gfx/screen.h"
192 gfx::Screen::GetNativeScreen()->GetCursorScreenPoint());
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 36 #include "ui/gfx/screen.h"
472 // A dummy implementation of gfx::Screen, since WebContentsVideoCaptureDevice
474 class FakeScreen : public gfx::Screen {
481 // gfx::Screen implementation (only what's needed for testing).
526 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, &fake_screen_);
527 ASSERT_EQ(&fake_screen_, gfx::Screen::GetNativeScreen());
583 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, NULL);
web_contents_video_capture_device.cc 88 #include "ui/gfx/screen.h"
669 gfx::Screen* const screen = gfx::Screen::GetScreenFor(view); member in class:content::__anon11876::gfx
670 if (screen->IsDIPEnabled()) {
671 const gfx::Display display = screen->GetDisplayNearestWindow(view);
  /external/chromium_org/mojo/examples/aura_demo/
aura_demo.cc 171 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, screen_.get());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEBlendElement.cpp 41 MAP_BLEND_MODE(Screen);
68 entries.append(std::make_pair(SVGFEBlendElement::ModeScreen, "screen"));
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 12 #include "ui/gfx/screen.h"
64 gfx::Point cursor = gfx::Screen::GetScreenFor(
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 26 #include "ui/gfx/screen.h"
140 gfx::Rect bounds = gfx::Screen::GetScreenFor(parent)->
302 // rect of a single screen.
303 gfx::Rect work_area = gfx::Screen::GetScreenFor(window_)->
378 // View-to-screen coordinate system transformations depend on this returning
391 // Restore bounds are in screen coordinates, no need to convert.
410 gfx::Screen::GetScreenFor(window_)->GetDisplayMatching(bounds);
574 // Save window state before entering full screen so that it could restored
575 // when exiting full screen.
642 return gfx::Screen::GetScreenFor(window_)-
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 27 * Bounds of the image element on screen without zoom and offset.
41 * Image bounds that is clipped with the screen bounds.
48 * Scale from the full resolution image to the screen displayed image. This is
85 * Generation of the screen size image cache.
114 * @param {number} width Screen width.
115 * @param {number} height Screen height.
240 * @return {Rect} The screen bounds in screen coordinates.
245 * @return {Rect} The size of screen cache canvas.
263 * @return {Rect} The image bounds in screen coordinates
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 43 #include "ui/gfx/screen.h"
336 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
339 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
342 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
345 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
348 gfx::Screen::GetScreenFor(root)->GetCursorScreenPoint().ToString());
376 EXPECT_EQ("10,10", gfx::Screen::GetScreenFor(
391 gfx::Screen::GetScreenFor(w1.get())->GetCursorScreenPoint().ToString());
398 gfx::Screen::GetScreenFor(w1.get())->GetCursorScreenPoint().ToString());
405 gfx::Screen::GetScreenFor(w1.get())->GetCursorScreenPoint().ToString())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 36 #include "ui/gfx/screen.h"
180 gfx::Rect work_area = gfx::Screen::GetNativeScreen()->GetDisplayNearestWindow(
373 // Set root window from a point in screen coordinates
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 14 #include "ui/gfx/screen.h"
22 class TestScreen : public gfx::Screen {
27 // Overridden from gfx::Screen:
121 const gfx::Screen* screen,
125 return screen->GetDisplayMatching(bounds);
454 { // Check that the window gets resized to the screen.
462 { // Check that a window which hangs out of the screen get moved back in.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 16 #include "ui/gfx/screen.h"
400 gfx::Screen::GetScreenFor(view)->GetDisplayNearestWindow(view);
526 gfx::Screen::GetScreenFor(view)->GetDisplayNearestWindow(view);

Completed in 3056 milliseconds

1 2 3 4 5 67 8 91011>>