OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getscreen
(Results
51 - 75
of
108
) sorted by null
1
2
3
4
5
/external/chromium_org/ash/wm/
window_util.cc
64
Shell::
GetScreen
()->GetDisplayNearestWindow(window);
window_positioner.cc
84
work_area.Inset(Shell::
GetScreen
()->GetDisplayMatching(
405
Shell::
GetScreen
()->GetDisplayNearestWindow(window).work_area() :
406
Shell::
GetScreen
()->GetPrimaryDisplay().work_area();
system_gesture_event_filter_unittest.cc
620
Shell::
GetScreen
()->GetDisplayNearestWindow(root_window).work_area();
653
Shell::
GetScreen
()->GetDisplayNearestWindow(root_window).work_area();
solo_window_tracker_unittest.cc
136
return ash::Shell::GetInstance()->
GetScreen
()->GetPrimaryDisplay();
/external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc
137
gfx::Rect work_area = Shell::
GetScreen
()->GetDisplayNearestWindow(
/external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_browsertest.cc
170
ash::Shell::
GetScreen
()->GetDisplayMatching(cursor1_bounds).work_area();
candidate_window_controller_impl.cc
254
ash::Shell::
GetScreen
()->GetDisplayNearestWindow(
/external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc
61
ash::Shell::
GetScreen
()->GetDisplayNearestWindow(root_window);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationTest.java
102
Screen screen = configuration.getDevice().getDefaultHardware().
getScreen
();
/external/chromium_org/ash/system/web_notification/
web_notification_tray.cc
164
Shell::
GetScreen
()->GetDisplayNearestWindow(
169
gfx::Display display = Shell::
GetScreen
()->GetDisplayNearestWindow(
web_notification_tray_unittest.cc
459
Shell::
GetScreen
()->GetPrimaryDisplay().bounds().bottom_right();
/external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button.cc
245
gfx::Point screen_location = Shell::
GetScreen
()->GetCursorScreenPoint();
571
gfx::Rect screen = Shell::
GetScreen
()->GetDisplayNearestWindow(
alternate_frame_size_button_unittest.cc
344
ash::Shell::
GetScreen
()->GetPrimaryDisplay().work_area();
maximize_bubble_controller_bubble.cc
424
gfx::Point screen_location = Shell::
GetScreen
()->GetCursorScreenPoint();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java
308
Screen screen = hardware.
getScreen
();
326
Screen screen = hardware.
getScreen
();
/external/chromium_org/ash/desktop_background/
desktop_background_view.cc
54
gfx::Display display = Shell::
GetScreen
()->GetDisplayNearestWindow(
desktop_background_controller.cc
444
std::vector<gfx::Display> displays = Shell::
GetScreen
()->GetAllDisplays();
/external/chromium_org/ash/wm/panels/
panel_window_resizer.cc
68
gfx::Screen* screen = Shell::
GetScreen
();
/external/chromium_org/chrome/browser/chromeos/login/
webui_screen_locker.cc
61
gfx::Rect bounds(ash::Shell::
GetScreen
()->GetPrimaryDisplay().bounds());
/external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc
544
Shell::
GetScreen
()->GetDisplayNearestWindow(dock_container_).work_area();
812
Shell::
GetScreen
()->GetDisplayNearestWindow(dock_container_).work_area();
[
all
...]
docked_window_resizer_unittest.cc
107
Shell::
GetScreen
()->GetDisplayMatching(bounds);
218
Shell::
GetScreen
()->GetDisplayNearestWindow(window).work_area();
550
Shell::
GetScreen
()->GetDisplayNearestWindow(w1.get()).work_area();
564
Shell::
GetScreen
()->GetDisplayNearestWindow(w1.get()).work_area();
[
all
...]
/external/chromium_org/ash/system/chromeos/
tray_display.cc
243
int64 primary_id = Shell::
GetScreen
()->GetPrimaryDisplay().id();
/external/chromium_org/ash/system/tray/
system_tray.cc
374
Shell::
GetScreen
()->GetCursorScreenPoint());
591
gfx::Rect work_area = Shell::
GetScreen
()->GetDisplayNearestWindow(
/external/chromium_org/ash/
shell.h
207
static gfx::Screen*
GetScreen
();
/external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc
48
return Shell::
GetScreen
()->GetPrimaryDisplay();
Completed in 1467 milliseconds
1
2
3
4
5