Searched refs:GetClientAreaBoundsInScreen (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dweb_dialog_view_browsertest.cc110 gfx::Rect bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
121 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
137 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
156 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
171 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
180 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
H A Dconstrained_window_views.cc93 GetClientAreaBoundsInScreen().OffsetFromOrigin();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host.h89 virtual gfx::Rect GetClientAreaBoundsInScreen() const = 0;
H A Ddesktop_window_tree_host_x11.h110 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Ddesktop_window_tree_host_win.cc261 gfx::Rect DesktopWindowTreeHostWin::GetClientAreaBoundsInScreen() const { function in class:views::DesktopWindowTreeHostWin
262 gfx::Rect pixel_bounds = message_handler_->GetClientAreaBoundsInScreen();
653 ? message_handler_->GetClientAreaBoundsInScreen()
H A Ddesktop_native_widget_aura.h131 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Ddesktop_window_tree_host_win.h68 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Ddesktop_native_widget_aura.cc687 gfx::Rect DesktopNativeWidgetAura::GetClientAreaBoundsInScreen() const { function in class:views::DesktopNativeWidgetAura
689 desktop_window_tree_host_->GetClientAreaBoundsInScreen() : gfx::Rect();
H A Ddesktop_window_tree_host_x11.cc450 gfx::Rect DesktopWindowTreeHostX11::GetClientAreaBoundsInScreen() const { function in class:views::DesktopWindowTreeHostX11
453 // correctly. DesktopWindowTreeHostWin::GetClientAreaBoundsInScreen() just
/external/chromium_org/ui/views/widget/
H A Dnative_widget_mac.h61 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Dnative_widget_private.h176 virtual gfx::Rect GetClientAreaBoundsInScreen() const = 0;
H A Dnative_widget_aura.h87 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Dnative_widget_aura_unittest.cc262 gfx::Rect client_bounds = widget->GetClientAreaBoundsInScreen();
H A Dwidget.h401 gfx::Rect GetClientAreaBoundsInScreen() const;
H A Dwidget.cc495 gfx::Rect Widget::GetClientAreaBoundsInScreen() const { function in class:views::Widget
496 return native_widget_->GetClientAreaBoundsInScreen();
H A Dnative_widget_aura.cc377 gfx::Rect NativeWidgetAura::GetClientAreaBoundsInScreen() const { function in class:views::NativeWidgetAura
H A Dwidget_unittest.cc631 widget->GetClientAreaBoundsInScreen();
921 widget->GetClientAreaBoundsInScreen().ToString());
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc514 gfx::Rect widget1_bounds = widget1->GetClientAreaBoundsInScreen();
515 gfx::Rect widget2_bounds = widget2->GetClientAreaBoundsInScreen();
868 gfx::Rect widget1_bounds = widget1->GetClientAreaBoundsInScreen();
869 gfx::Rect widget2_bounds = widget2->GetClientAreaBoundsInScreen();
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc140 widget_->GetClientAreaBoundsInScreen().InsetsFrom(
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h127 gfx::Rect GetClientAreaBoundsInScreen() const;
H A Dhwnd_message_handler.cc459 gfx::Rect HWNDMessageHandler::GetClientAreaBoundsInScreen() const { function in class:views::HWNDMessageHandler
482 return GetClientAreaBoundsInScreen();
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc269 return widget_->GetClientAreaBoundsInScreen().origin();
/external/chromium_org/ui/views/
H A Dview.cc719 *p += widget->GetClientAreaBoundsInScreen().OffsetFromOrigin();
731 *p -= widget->GetClientAreaBoundsInScreen().OffsetFromOrigin();

Completed in 1646 milliseconds