HomeSort by relevance Sort by last modified time
    Searched refs:GetBoundsInRootWindow (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ash/
root_window_controller_unittest.cc 137 normal->GetNativeView()->GetBoundsInRootWindow().ToString());
144 maximized->GetNativeView()->GetBoundsInRootWindow().ToString());
159 fullscreen->GetNativeView()->GetBoundsInRootWindow().ToString());
195 normal->GetNativeView()->GetBoundsInRootWindow().ToString());
207 maximized->GetNativeView()->GetBoundsInRootWindow().ToString());
216 maximized->GetNativeView()->GetBoundsInRootWindow().ToString());
227 fullscreen->GetNativeView()->GetBoundsInRootWindow().ToString());
233 maximized->GetNativeView()->GetBoundsInRootWindow().ToString());
239 fullscreen->GetNativeView()->GetBoundsInRootWindow().ToString());
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 133 gfx::Rect bounds = content->GetBoundsInRootWindow();
183 gfx::Rect bounds = content->GetBoundsInRootWindow();
226 gfx::Rect bounds = content->GetBoundsInRootWindow();
293 gfx::Rect bounds = content->GetBoundsInRootWindow();
web_contents_view_aura_browsertest.cc 152 gfx::Rect bounds = content->GetBoundsInRootWindow();
277 gfx::Rect bounds = content->GetBoundsInRootWindow();
382 gfx::Rect bounds = content->GetBoundsInRootWindow();
513 gfx::Rect bounds = content->GetBoundsInRootWindow();
535 gfx::Rect bounds = content->GetBoundsInRootWindow();
575 gfx::Rect bounds = content->GetBoundsInRootWindow();
  /external/chromium_org/ui/snapshot/
snapshot_aura.cc 42 window->GetBoundsInRootWindow().origin().OffsetFromOrigin());
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 97 gfx::Rect panel_bounds = panel->GetBoundsInRootWindow();
113 gfx::Rect window1_bounds = panel1->GetBoundsInRootWindow();
114 gfx::Rect window2_bounds = panel2->GetBoundsInRootWindow();
544 int window_x1 = w1->GetBoundsInRootWindow().CenterPoint().x();
545 int window_x2 = w2->GetBoundsInRootWindow().CenterPoint().x();
546 int window_x3 = w3->GetBoundsInRootWindow().CenterPoint().x();
563 int window_x1 = w1->GetBoundsInRootWindow().CenterPoint().x();
564 int window_x2 = w2->GetBoundsInRootWindow().CenterPoint().x();
565 int window_x3 = w3->GetBoundsInRootWindow().CenterPoint().x();
  /external/chromium_org/ash/wm/
video_detector.cc 121 if (!window->GetBoundsInRootWindow().Intersects(root_bounds))
toplevel_window_event_handler_unittest.cc 418 end = location = target->GetBoundsInRootWindow().CenterPoint();
435 end = location = target->GetBoundsInRootWindow().CenterPoint();
450 end = location = target->GetBoundsInRootWindow().CenterPoint();
504 end = location = window->GetBoundsInRootWindow().CenterPoint();
562 end = location = target->GetBoundsInRootWindow().CenterPoint();
  /external/chromium_org/ui/oak/
oak_aura_window_display.cc 126 window_->GetBoundsInRootWindow());
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 254 virtual gfx::Rect GetBoundsInRootWindow() = 0;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h 130 virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
render_widget_host_view_guest.h 139 virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
test_render_view_host.h 156 virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
render_widget_host_view_android.h 141 virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
test_render_view_host.cc 187 gfx::Rect TestRenderWidgetHostView::GetBoundsInRootWindow() {
render_widget_host_view_guest.cc 96 gfx::Rect RenderWidgetHostViewGuest::GetBoundsInRootWindow() {
render_widget_host_view_mac.h 304 virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
render_widget_host_view_aura.h 224 virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
render_widget_host_view_win.h 225 virtual gfx::Rect GetBoundsInRootWindow() OVERRIDE;
render_widget_host_impl.cc 352 last_window_screen_rect_ = view_->GetBoundsInRootWindow();
    [all...]
render_widget_host_view_android.cc 898 gfx::Rect RenderWidgetHostViewAndroid::GetBoundsInRootWindow() {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.cc 414 contents->GetView()->GetNativeView()->GetBoundsInRootWindow());
  /external/chromium_org/ui/aura/
window.h 129 gfx::Rect GetBoundsInRootWindow() const;
window.cc 262 gfx::Rect Window::GetBoundsInRootWindow() const {
274 gfx::Rect bounds(GetBoundsInRootWindow());
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 326 max_height = status_area_window->GetBoundsInRootWindow().bottom();
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 282 gfx::Rect parent_bounds(window_->parent()->GetBoundsInRootWindow());
304 GetBoundsInRootWindow();
    [all...]

Completed in 353 milliseconds

1 2