Searched defs:screen (Results 26 - 50 of 794) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc418 // Switch to the initial screen.
526 // Let update screen smooth time process (time = 0ms).
563 // Let update screen smooth time process (time = 0ms).
695 // After warning is skipped, user returns to sign-in screen.
733 // Let update screen smooth time process (time = 0ms).
741 AutoEnrollmentCheckScreen* screen = local
743 EXPECT_EQ(screen,
746 screen->Start();
750 // The error screen shows up if there's no auto-enrollment decision.
821 // Checks that after wizard controller initialization error screen
[all...]
/external/chromium_org/chrome/browser/media/
H A Dnative_desktop_media_list_unittest.cc56 webrtc::ScreenCapturer::Screen screen; variable
57 screen.id = 0;
58 screens->push_back(screen);
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_output_protection_message_filter.cc25 #include "ui/gfx/screen.h"
71 gfx::Screen* screen = gfx::Screen::GetScreenFor(native_view); local
72 if (!screen)
74 gfx::Display display = screen->GetDisplayNearestWindow(native_view);
/external/chromium_org/chrome/browser/ui/panels/
H A Ddisplay_settings_provider.cc10 #include "ui/gfx/screen.h"
13 // The polling interval to check any display settings change, like full-screen
75 // screen (and overlap Dock). And we also want to exclude the system menu
77 // platform-independent screen coordinates with (0, 0) as the top-left corner.
103 gfx::Screen* screen = gfx::Screen::GetNativeScreen(); local
104 gfx::Display display = screen->GetDisplayMatching(bounds);
105 if (display.bounds() == screen->GetPrimaryDisplay().bounds())
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux.cc9 #include "ui/gfx/screen.h"
19 // such edge. The shelf is assumed to be on the side of the screen with the
60 // Special case for app list in the center of the screen.
87 gfx::Screen* screen = local
89 gfx::Display display = screen->GetDisplayNearestPoint(cursor);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.cc10 #include "ui/gfx/screen.h"
22 // edge of screen.
27 // |rect| is in screen coordinates. If the taskbar is in autohide mode and is
58 // Special case for app list in the center of the screen.
62 // Find which edge of the screen the taskbar is attached to.
83 gfx::Screen* screen = local
85 gfx::Display display = screen->GetDisplayNearestPoint(cursor);
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc22 #include "ui/gfx/screen.h"
293 // that it is sliding off the top of the screen.
435 // size is async. Instead we use the size of the screen.
436 gfx::Screen* screen = local
438 gfx::Rect screen_bounds = screen->GetDisplayNearestWindow(
H A Dscreen_capture_notification_ui_views.cc193 gfx::Screen* screen = gfx::Screen::GetNativeScreen(); local
195 // per-display screen capture is supported.
196 gfx::Rect work_area = screen->GetPrimaryDisplay().work_area();
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray.cc25 #include "ui/gfx/screen.h"
72 gfx::Screen* screen = gfx::Screen::GetNativeScreen(); local
74 gfx::Rect screen_bounds = screen->GetPrimaryDisplay().bounds();
75 gfx::Rect work_area = screen->GetPrimaryDisplay().work_area();
78 // Comparing the work area to the screen bounds gives us the location of the
79 // taskbar. If the work area is exactly the same as the screen bounds,
112 // Gets the corner of the screen where the message center should pop up.
216 // the context menu shouldn't be enabled, such as in the lock screen.
246 gfx::Screen* screen = gfx::Screen::GetNativeScreen(); local
247 mouse_click_point_ = screen
311 gfx::Screen* screen = gfx::Screen::GetNativeScreen(); local
[all...]
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc21 #include "ui/gfx/screen.h"
569 // screen coordinate system.
581 // Converting the mouse location to screen coordinates returns an incorrect
583 // TODO(pkotwicz): Fix conversion to screen coordinates
584 gfx::Screen* screen = gfx::Screen::GetNativeScreen(); local
585 gfx::Point mouse_location = screen->GetCursorScreenPoint();
588 // screen coordinate system.
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc47 #include "ui/gfx/screen.h"
599 // Extend the button to the screen edge in maximized and immersive fullscreen.
2196 // Determine the screen bounds.
2204 gfx::Screen* screen = gfx::Screen::GetScreenFor(GetWidget()->GetNativeView()); local
2205 gfx::Display display = screen->GetDisplayMatching(drop_bounds);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_button.cc14 #include "ui/gfx/screen.h"
196 // want to position the dropdown on the screen the mouse cursor is on.
198 gfx::Screen* screen = gfx::Screen::GetScreenFor(view); local
199 gfx::Display display = screen->GetDisplayNearestPoint(
200 screen->GetCursorScreenPoint());
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dapp_launch_splash_screen_handler.cc186 OobeUI::Screen screen = OobeUI::SCREEN_UNKNOWN; local
189 screen = oobe_ui->current_screen();
191 if (screen != OobeUI::SCREEN_ERROR_MESSAGE)
H A Dcore_oobe_handler.cc30 #include "ui/gfx/screen.h"
80 // OOBE accessibility options menu strings shown on each screen.
246 void CoreOobeHandler::HandleUpdateCurrentScreen(const std::string& screen) { argument
248 delegate_->OnCurrentScreenChanged(screen);
264 // TODO(nkostylev): Add support for partial screen magnifier.
H A Denrollment_screen_handler.cc405 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).
H A Derror_screen_handler.cc166 bool ErrorScreenHandler::GetScreenName(OobeUI::Screen screen, argument
171 *name = oobe_ui->GetScreenName(screen);
H A Dnetwork_screen_handler.cc44 // For "UI Language" drop-down menu at OOBE screen we need to decide which
91 void NetworkScreenHandler::SetDelegate(NetworkScreenActor::Delegate* screen) { argument
92 screen_ = screen;
H A Doobe_ui.cc299 // Initialize KioskAppMenuHandler. Note that it is NOT a screen handler.
535 const std::string& OobeUI::GetScreenName(Screen screen) const {
536 DCHECK(screen >= 0 && screen < SCREEN_UNKNOWN);
537 return screen_names_[static_cast<size_t>(screen)];
540 void OobeUI::OnCurrentScreenChanged(const std::string& screen) { argument
542 DCHECK(screen_ids_.count(screen))
544 Screen new_screen = screen_ids_[screen];
H A Dsignin_screen_handler.cc96 // Type of the login screen UI that is currently presented to user.
155 bool IsSigninScreen(const OobeUI::Screen screen) { argument
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).
703 // Forces a reload for Gaia screen o
1501 OobeUI::Screen screen = OobeUI::SCREEN_UNKNOWN; local
[all...]
H A Dterms_of_service_screen_handler.cc76 void TermsOfServiceScreenHandler::SetDelegate(Delegate* screen) { argument
77 screen_ = screen;
95 // the current UI locale, show the screen immediately.
100 // Switch to the user's UI locale before showing the screen.
143 // Update the screen contents to the new locale.
H A Dupdate_screen_handler.cc65 void UpdateScreenHandler::SetDelegate(UpdateScreenActor::Delegate* screen) { argument
66 screen_ = screen;
H A Duser_image_screen_handler.cc62 UserImageScreenActor::Delegate* screen) {
63 screen_ = screen;
61 SetDelegate( UserImageScreenActor::Delegate* screen) argument
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer.cc20 #include "ui/gfx/screen.h"
147 const gfx::Screen* screen,
168 return screen->GetDisplayNearestWindow(target);
173 return screen->GetDisplayMatching(bounds);
199 gfx::Screen* screen,
203 screen_(screen),
258 // the user's screen size.
264 // visible and fits on the screen.
268 // is visible on the screen.
329 // The least wide a screen ca
196 WindowSizer( scoped_ptr<StateProvider> state_provider, scoped_ptr<TargetDisplayProvider> target_display_provider, gfx::Screen* screen, const Browser* browser) argument
[all...]
/external/chromium_org/chromecast/service/
H A Dcast_service_simple.cc93 // implementation of gfx::screen and aura's TestScreen will do for now.
94 // Change the code to use ozone's screen implementation when it is ready.
95 aura::TestScreen* screen = aura::TestScreen::Create(initial_size); local
96 gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, screen);
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device.cc88 #include "ui/gfx/screen.h"
669 gfx::Screen* const screen = gfx::Screen::GetScreenFor(view); member in class:content::__anon7251::gfx
670 if (screen->IsDIPEnabled()) {
671 const gfx::Display display = screen->GetDisplayNearestWindow(view);

Completed in 3260 milliseconds

1234567891011>>