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

  /external/chromium_org/chrome/browser/ui/views/
web_dialog_view_browsertest.cc 110 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();
constrained_window_views.cc 93 GetClientAreaBoundsInScreen().OffsetFromOrigin();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 89 virtual gfx::Rect GetClientAreaBoundsInScreen() const = 0;
desktop_window_tree_host_x11.h 110 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
desktop_native_widget_aura.h 131 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
desktop_window_tree_host_win.h 68 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
desktop_window_tree_host_win.cc 261 gfx::Rect DesktopWindowTreeHostWin::GetClientAreaBoundsInScreen() const {
262 gfx::Rect pixel_bounds = message_handler_->GetClientAreaBoundsInScreen();
653 ? message_handler_->GetClientAreaBoundsInScreen()
    [all...]
desktop_native_widget_aura.cc 687 gfx::Rect DesktopNativeWidgetAura::GetClientAreaBoundsInScreen() const {
689 desktop_window_tree_host_->GetClientAreaBoundsInScreen() : gfx::Rect();
    [all...]
desktop_window_tree_host_x11.cc 450 gfx::Rect DesktopWindowTreeHostX11::GetClientAreaBoundsInScreen() const {
453 // correctly. DesktopWindowTreeHostWin::GetClientAreaBoundsInScreen() just
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 61 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
native_widget_private.h 176 virtual gfx::Rect GetClientAreaBoundsInScreen() const = 0;
native_widget_aura.h 87 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
native_widget_aura_unittest.cc 262 gfx::Rect client_bounds = widget->GetClientAreaBoundsInScreen();
widget.h 401 gfx::Rect GetClientAreaBoundsInScreen() const;
    [all...]
widget.cc 495 gfx::Rect Widget::GetClientAreaBoundsInScreen() const {
496 return native_widget_->GetClientAreaBoundsInScreen();
    [all...]
native_widget_aura.cc 377 gfx::Rect NativeWidgetAura::GetClientAreaBoundsInScreen() const {
    [all...]
widget_unittest.cc 631 widget->GetClientAreaBoundsInScreen();
921 widget->GetClientAreaBoundsInScreen().ToString());
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 514 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();
    [all...]
  /external/chromium_org/apps/ui/views/
app_window_frame_view.cc 140 widget_->GetClientAreaBoundsInScreen().InsetsFrom(
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 127 gfx::Rect GetClientAreaBoundsInScreen() const;
hwnd_message_handler.cc 459 gfx::Rect HWNDMessageHandler::GetClientAreaBoundsInScreen() const {
482 return GetClientAreaBoundsInScreen();
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 269 return widget_->GetClientAreaBoundsInScreen().origin();
  /external/chromium_org/ui/views/
view.cc 719 *p += widget->GetClientAreaBoundsInScreen().OffsetFromOrigin();
731 *p -= widget->GetClientAreaBoundsInScreen().OffsetFromOrigin();
    [all...]

Completed in 662 milliseconds