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

12

/external/chromium_org/chrome/browser/ui/views/
H A Dweb_dialog_view_browsertest.cc118 gfx::Rect bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
129 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
145 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
161 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
177 actual_bounds = view->GetWidget()->GetClientAreaBoundsInScreen();
H A Dconstrained_window_views.cc91 GetClientAreaBoundsInScreen().OffsetFromOrigin();
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_controller_impl.cc248 infolist_window_->GetClientAreaBoundsInScreen();
253 frame_->GetClientAreaBoundsInScreen(),
H A Dcandidate_window_view.cc978 gfx::Rect old_bounds = parent_frame_->GetClientAreaBoundsInScreen();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host.h92 virtual gfx::Rect GetClientAreaBoundsInScreen() const = 0;
H A Ddesktop_root_window_host_x11.h94 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Ddesktop_root_window_host_win.cc265 gfx::Rect DesktopRootWindowHostWin::GetClientAreaBoundsInScreen() const { function in class:views::DesktopRootWindowHostWin
266 gfx::Rect pixel_bounds = message_handler_->GetClientAreaBoundsInScreen();
673 ? message_handler_->GetClientAreaBoundsInScreen()
H A Ddesktop_native_widget_aura.h122 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Ddesktop_root_window_host_win.h68 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Ddesktop_native_widget_aura.cc623 gfx::Rect DesktopNativeWidgetAura::GetClientAreaBoundsInScreen() const { function in class:views::DesktopNativeWidgetAura
625 desktop_root_window_host_->GetClientAreaBoundsInScreen() : gfx::Rect();
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc518 gfx::Rect widget1_bounds = widget1->GetClientAreaBoundsInScreen();
519 gfx::Rect widget2_bounds = widget2->GetClientAreaBoundsInScreen();
871 gfx::Rect widget1_bounds = widget1->GetClientAreaBoundsInScreen();
872 gfx::Rect widget2_bounds = widget2->GetClientAreaBoundsInScreen();
/external/chromium_org/ui/views/widget/
H A Dnative_widget_private.h170 virtual gfx::Rect GetClientAreaBoundsInScreen() const = 0;
H A Dnative_widget_aura.h87 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Dnative_widget_aura_unittest.cc194 gfx::Rect client_bounds = widget->GetClientAreaBoundsInScreen();
H A Dnative_widget_win.h102 virtual gfx::Rect GetClientAreaBoundsInScreen() const OVERRIDE;
H A Dwidget.h379 gfx::Rect GetClientAreaBoundsInScreen() const;
H A Dnative_widget_win.cc253 gfx::Rect NativeWidgetWin::GetClientAreaBoundsInScreen() const { function in class:views::NativeWidgetWin
254 gfx::Rect bounds_in_pixels = message_handler_->GetClientAreaBoundsInScreen();
H A Dwidget.cc494 gfx::Rect Widget::GetClientAreaBoundsInScreen() const { function in class:views::Widget
495 return native_widget_->GetClientAreaBoundsInScreen();
H A Droot_view.cc129 widget_->GetClientAreaBoundsInScreen().OffsetFromOrigin());
H A Dnative_widget_aura.cc372 gfx::Rect NativeWidgetAura::GetClientAreaBoundsInScreen() const { function in class:views::NativeWidgetAura
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc228 return widget_->GetClientAreaBoundsInScreen().origin();
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h124 gfx::Rect GetClientAreaBoundsInScreen() const;
H A Dhwnd_message_handler.cc505 gfx::Rect HWNDMessageHandler::GetClientAreaBoundsInScreen() const { function in class:views::HWNDMessageHandler
528 return GetClientAreaBoundsInScreen();
/external/chromium_org/chrome/browser/ui/views/notifications/
H A Dballoon_view_views.cc219 anim_frame_start_ = frame_container_->GetClientAreaBoundsInScreen();
/external/chromium_org/ui/views/
H A Dview.cc726 *p += widget->GetClientAreaBoundsInScreen().OffsetFromOrigin();
738 *p -= widget->GetClientAreaBoundsInScreen().OffsetFromOrigin();

Completed in 6247 milliseconds

12