HomeSort by relevance Sort by last modified time
    Searched refs:GetWorkAreaBoundsInScreen (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 95 virtual gfx::Rect GetWorkAreaBoundsInScreen() const = 0;
desktop_root_window_host_x11.h 96 virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE;
desktop_native_widget_aura.h 162 virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE;
desktop_root_window_host_win.h 70 virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE;
desktop_native_widget_aura.cc 828 gfx::Rect DesktopNativeWidgetAura::GetWorkAreaBoundsInScreen() const {
830 desktop_root_window_host_->GetWorkAreaBoundsInScreen() : gfx::Rect();
    [all...]
desktop_root_window_host_x11.cc 363 gfx::Rect parent_bounds = GetWorkAreaBoundsInScreen();
433 gfx::Rect DesktopRootWindowHostX11::GetWorkAreaBoundsInScreen() const {
    [all...]
desktop_root_window_host_win.cc 277 gfx::Rect DesktopRootWindowHostWin::GetWorkAreaBoundsInScreen() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_private.h 211 virtual gfx::Rect GetWorkAreaBoundsInScreen() const = 0;
native_widget_aura.h 127 virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE;
native_widget_win.h 142 virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE;
widget.h 692 gfx::Rect GetWorkAreaBoundsInScreen() const;
    [all...]
widget.cc 966 gfx::Rect Widget::GetWorkAreaBoundsInScreen() const {
967 return native_widget_->GetWorkAreaBoundsInScreen();
    [all...]
native_widget_aura.cc 632 gfx::Rect NativeWidgetAura::GetWorkAreaBoundsInScreen() const {
    [all...]
native_widget_win.cc 436 gfx::Rect NativeWidgetWin::GetWorkAreaBoundsInScreen() const {
    [all...]
widget_unittest.cc 648 widget->GetWorkAreaBoundsInScreen();
    [all...]
  /external/chromium_org/ui/views/controls/button/
menu_button.cc 276 gfx::Rect monitor_bounds = GetWidget()->GetWorkAreaBoundsInScreen();
  /external/chromium_org/ash/wm/
app_list_controller.cc 98 int screen_width = widget->GetWorkAreaBoundsInScreen().width();
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]
  /external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button_unittest.cc 342 gfx::Rect work_area = widget()->GetWorkAreaBoundsInScreen();
    [all...]

Completed in 331 milliseconds