/external/chromium_org/ash/ |
D | screen_util.cc | 43 return ConvertRectFromScreen( in GetDisplayBoundsInParent() 50 return ConvertRectFromScreen( in GetDisplayWorkAreaBoundsInParent() 65 gfx::Rect ScreenUtil::ConvertRectFromScreen(aura::Window* window, in ConvertRectFromScreen() function in ash::ScreenUtil
|
D | screen_util_unittest.cc | 98 ScreenUtil::ConvertRectFromScreen( in TEST_F() 102 ScreenUtil::ConvertRectFromScreen( in TEST_F()
|
D | screen_util.h | 48 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
|
/external/chromium_org/ash/wm/workspace/ |
D | workspace_layout_manager.cc | 44 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()
|
D | workspace_window_resizer.cc | 710 *bounds = ScreenUtil::ConvertRectFromScreen( in MagneticallySnapResizeToOtherWindows() 779 ScreenUtil::ConvertRectFromScreen(GetTarget()->parent(), in AdjustBoundsForMainWindow() 949 phantom_bounds = ScreenUtil::ConvertRectFromScreen( in UpdateSnapPhantomWindow()
|
/external/chromium_org/ash/display/ |
D | screen_ash.cc | 147 return ConvertRectFromScreen( in GetDisplayBoundsInParent() 154 return ConvertRectFromScreen( in GetDisplayWorkAreaBoundsInParent() 169 gfx::Rect ScreenAsh::ConvertRectFromScreen(aura::Window* window, in ConvertRectFromScreen() function in ash::ScreenAsh
|
D | screen_ash.h | 52 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
|
/external/chromium_org/ash/wm/dock/ |
D | docked_window_resizer.cc | 158 gfx::Rect dock_bounds = ScreenUtil::ConvertRectFromScreen( in MaybeSnapToEdge() 231 gfx::Rect bounds = ScreenUtil::ConvertRectFromScreen( in FinishedDragging()
|
D | docked_window_layout_manager.cc | 1219 bounds = ScreenUtil::ConvertRectFromScreen(dock_container_, bounds); in FanOutChildren()
|
/external/chromium_org/ash/wm/ |
D | window_resizer.cc | 151 work_area = ScreenUtil::ConvertRectFromScreen(GetTarget()->parent(), in CalculateBoundsForDrag() 232 ScreenUtil::ConvertRectFromScreen(parent, new_bounds_in_screen); in CalculateBoundsForDrag()
|
D | window_state.cc | 228 return ScreenUtil::ConvertRectFromScreen(window_->parent(), in GetRestoreBoundsInParent() 326 ScreenUtil::ConvertRectFromScreen(window_->parent(), in SetBoundsInScreen()
|
D | app_list_controller.cc | 223 applist_button_bounds = ScreenUtil::ConvertRectFromScreen( in SetVisible()
|
D | window_animations.cc | 104 ScreenUtil::ConvertRectFromScreen(window->parent(), target_bounds); in AddLayerAnimationsForMinimize()
|
/external/chromium_org/ash/shelf/ |
D | shelf.cc | 98 ScreenUtil::ConvertRectFromScreen( in UpdateIconPositionForWindow()
|
/external/chromium_org/ash/wm/panels/ |
D | panel_window_resizer.cc | 136 gfx::Rect launcher_bounds = ScreenUtil::ConvertRectFromScreen( in AttachToLauncher()
|
D | panel_layout_manager.cc | 605 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/ |
D | window_selector_item.cc | 239 gfx::Rect converted_bounds = ScreenUtil::ConvertRectFromScreen(root_window, in UpdateWindowLabels()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura.h | 448 gfx::Rect ConvertRectFromScreen(const gfx::Rect& rect) const;
|
D | render_widget_host_view_aura.cc | 1427 gfx::Rect RenderWidgetHostViewAura::ConvertRectFromScreen( in ConvertRectFromScreen() function in content::RenderWidgetHostViewAura 1557 ConvertRectFromScreen(intersected_rect)); in EnsureCaretInRect()
|