Home
last modified time | relevance | path

Searched refs:ConvertRectFromScreen (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/ash/
Dscreen_util.cc43 return ConvertRectFromScreen( in GetDisplayBoundsInParent()
50 return ConvertRectFromScreen( in GetDisplayWorkAreaBoundsInParent()
65 gfx::Rect ScreenUtil::ConvertRectFromScreen(aura::Window* window, in ConvertRectFromScreen() function in ash::ScreenUtil
Dscreen_util_unittest.cc98 ScreenUtil::ConvertRectFromScreen( in TEST_F()
102 ScreenUtil::ConvertRectFromScreen( in TEST_F()
Dscreen_util.h48 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager.cc44 work_area_in_parent_(ScreenUtil::ConvertRectFromScreen( in WorkspaceLayoutManager()
161 const gfx::Rect work_area(ScreenUtil::ConvertRectFromScreen( in OnDisplayWorkAreaInsetsChanged()
270 work_area_in_parent_ = ScreenUtil::ConvertRectFromScreen( in AdjustAllWindowsBoundsForWorkAreaChange()
Dworkspace_window_resizer.cc710 *bounds = ScreenUtil::ConvertRectFromScreen( in MagneticallySnapResizeToOtherWindows()
779 ScreenUtil::ConvertRectFromScreen(GetTarget()->parent(), in AdjustBoundsForMainWindow()
949 phantom_bounds = ScreenUtil::ConvertRectFromScreen( in UpdateSnapPhantomWindow()
/external/chromium_org/ash/display/
Dscreen_ash.cc147 return ConvertRectFromScreen( in GetDisplayBoundsInParent()
154 return ConvertRectFromScreen( in GetDisplayWorkAreaBoundsInParent()
169 gfx::Rect ScreenAsh::ConvertRectFromScreen(aura::Window* window, in ConvertRectFromScreen() function in ash::ScreenAsh
Dscreen_ash.h52 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer.cc158 gfx::Rect dock_bounds = ScreenUtil::ConvertRectFromScreen( in MaybeSnapToEdge()
231 gfx::Rect bounds = ScreenUtil::ConvertRectFromScreen( in FinishedDragging()
Ddocked_window_layout_manager.cc1219 bounds = ScreenUtil::ConvertRectFromScreen(dock_container_, bounds); in FanOutChildren()
/external/chromium_org/ash/wm/
Dwindow_resizer.cc151 work_area = ScreenUtil::ConvertRectFromScreen(GetTarget()->parent(), in CalculateBoundsForDrag()
232 ScreenUtil::ConvertRectFromScreen(parent, new_bounds_in_screen); in CalculateBoundsForDrag()
Dwindow_state.cc228 return ScreenUtil::ConvertRectFromScreen(window_->parent(), in GetRestoreBoundsInParent()
326 ScreenUtil::ConvertRectFromScreen(window_->parent(), in SetBoundsInScreen()
Dapp_list_controller.cc223 applist_button_bounds = ScreenUtil::ConvertRectFromScreen( in SetVisible()
Dwindow_animations.cc104 ScreenUtil::ConvertRectFromScreen(window->parent(), target_bounds); in AddLayerAnimationsForMinimize()
/external/chromium_org/ash/shelf/
Dshelf.cc98 ScreenUtil::ConvertRectFromScreen( in UpdateIconPositionForWindow()
/external/chromium_org/ash/wm/panels/
Dpanel_window_resizer.cc136 gfx::Rect launcher_bounds = ScreenUtil::ConvertRectFromScreen( in AttachToLauncher()
Dpanel_layout_manager.cc605 gfx::Rect shelf_bounds = ash::ScreenUtil::ConvertRectFromScreen( in Relayout()
651 icon_bounds = ScreenUtil::ConvertRectFromScreen(panel_container_, in Relayout()
863 callout_bounds = ScreenUtil::ConvertRectFromScreen( in UpdateCallouts()
/external/chromium_org/ash/wm/overview/
Dwindow_selector_item.cc239 gfx::Rect converted_bounds = ScreenUtil::ConvertRectFromScreen(root_window, in UpdateWindowLabels()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.h448 gfx::Rect ConvertRectFromScreen(const gfx::Rect& rect) const;
Drender_widget_host_view_aura.cc1427 gfx::Rect RenderWidgetHostViewAura::ConvertRectFromScreen( in ConvertRectFromScreen() function in content::RenderWidgetHostViewAura
1557 ConvertRectFromScreen(intersected_rect)); in EnsureCaretInRect()