/external/chromium_org/ash/ |
D | screen_ash_unittest.cc | 107 ScreenAsh::ConvertRectToScreen( in TEST_F() 111 ScreenAsh::ConvertRectToScreen( in TEST_F()
|
D | screen_ash.h | 43 static gfx::Rect ConvertRectToScreen(aura::Window* window,
|
D | screen_ash.cc | 67 gfx::Rect ScreenAsh::ConvertRectToScreen(aura::Window* window, in ConvertRectToScreen() function in ash::ScreenAsh
|
/external/chromium_org/ui/views/controls/ |
D | prefix_selector.cc | 19 void ConvertRectToScreen(const views::View* src, gfx::Rect* r) { in ConvertRectToScreen() function 78 ConvertRectToScreen(prefix_delegate_, &rect); in GetCaretBounds()
|
/external/chromium_org/ash/wm/overview/ |
D | scoped_transform_overview_window.cc | 140 bounds.Union(ScreenAsh::ConvertRectToScreen(window->parent(), in GetBoundsInScreen() 246 TranslateTransformOrigin(ScreenAsh::ConvertRectToScreen( in SetTransformOnWindowAndTransientChildren() 254 TranslateTransformOrigin(ScreenAsh::ConvertRectToScreen( in SetTransformOnWindowAndTransientChildren()
|
D | window_overview.cc | 376 gfx::Rect total_bounds = ScreenAsh::ConvertRectToScreen(root_window, in PositionWindowsOnRoot()
|
D | window_selector_unittest.cc | 174 gfx::RectF bounds(ash::ScreenAsh::ConvertRectToScreen( in GetTransformedBounds() 183 gfx::RectF bounds(ash::ScreenAsh::ConvertRectToScreen( in GetTransformedTargetBounds()
|
/external/chromium_org/ash/wm/ |
D | drag_window_resizer.cc | 129 ScreenAsh::ConvertRectToScreen(GetTarget()->parent(), in CompleteDrag() 182 ScreenAsh::ConvertRectToScreen(GetTarget()->parent(), bounds); in UpdateDragWindow()
|
D | window_state.cc | 220 ScreenAsh::ConvertRectToScreen(window_->parent(), in SaveCurrentBoundsForRestore() 240 ScreenAsh::ConvertRectToScreen(window_->parent(), bounds)); in SetRestoreBoundsInParent()
|
D | window_resizer.cc | 284 ScreenAsh::ConvertRectToScreen(parent, new_bounds); in CalculateBoundsForDrag()
|
/external/chromium_org/ash/shell/ |
D | panel_window.cc | 49 params().bounds = ScreenAsh::ConvertRectToScreen( in CreateWidget()
|
/external/chromium_org/ash/wm/caption_buttons/ |
D | frame_maximize_button.cc | 429 phantom_window_->Show(ScreenAsh::ConvertRectToScreen( in UpdateSnap() 493 return ScreenAsh::ConvertRectToScreen(window->parent(), in ScreenBoundsForType() 496 return ScreenAsh::ConvertRectToScreen( in ScreenBoundsForType()
|
/external/chromium_org/ash/wm/gestures/ |
D | system_pinch_handler.cc | 115 return ScreenAsh::ConvertRectToScreen( in GetPhantomWindowScreenBounds()
|
/external/chromium_org/ash/wm/workspace/ |
D | workspace_window_resizer.cc | 451 gfx::Rect initial_bounds = ScreenAsh::ConvertRectToScreen( in CompleteDrag() 715 ScreenAsh::ConvertRectToScreen(window()->parent(), *bounds), in MagneticallySnapToOtherWindows() 731 ScreenAsh::ConvertRectToScreen(window()->parent(), *bounds), in MagneticallySnapResizeToOtherWindows() 741 ScreenAsh::ConvertRectToScreen(window()->parent(), bounds); in UpdateMagnetismWindow() 976 snap_phantom_window_controller_->Show(ScreenAsh::ConvertRectToScreen( in UpdateSnapPhantomWindow()
|
D | multi_window_resize_controller.cc | 401 show_bounds_in_screen_ = ScreenAsh::ConvertRectToScreen( in ShowNow() 450 gfx::Rect bounds = ScreenAsh::ConvertRectToScreen( in Resize()
|
D | snap_sizer_unittest.cc | 257 ScreenAsh::ConvertRectToScreen(window->parent(), in TEST_F()
|
/external/chromium_org/ash/wm/dock/ |
D | docked_window_layout_manager.cc | 274 gfx::Rect win1_bounds = ScreenAsh::ConvertRectToScreen( in operator ()() 276 gfx::Rect win2_bounds = ScreenAsh::ConvertRectToScreen( in operator ()() 345 shelf_bounds_in_screen_ = ScreenAsh::ConvertRectToScreen( in OnWindowBoundsChanged() 1084 gfx::Rect bounds = ScreenAsh::ConvertRectToScreen( in FanOutChildren()
|
/external/chromium_org/ui/views/controls/textfield/ |
D | native_textfield_views.cc | 56 void ConvertRectToScreen(const views::View* src, gfx::Rect* r) { in ConvertRectToScreen() function 991 ConvertRectToScreen(this, &rect); in GetCaretBounds() 1015 ConvertRectToScreen(this, rect); in GetCompositionCharacterBounds()
|
/external/chromium_org/ash/wm/panels/ |
D | panel_layout_manager.cc | 235 params.bounds = ScreenAsh::ConvertRectToScreen(parent, gfx::Rect()); in InitWidget() 801 gfx::Rect bounds = ScreenAsh::ConvertRectToScreen(panel->parent(), in UpdateCallouts()
|
/external/chromium_org/ash/shelf/ |
D | shelf_layout_manager.cc | 682 shelf_->SetBounds(ScreenAsh::ConvertRectToScreen( in UpdateBoundsAndOpacity() 696 ScreenAsh::ConvertRectToScreen( in UpdateBoundsAndOpacity()
|
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 583 rect = ScreenAsh::ConvertRectToScreen(target_root, rect); in GetBubbleAnchorRect()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura.cc | 2306 gfx::Rect RenderWidgetHostViewAura::ConvertRectToScreen( in ConvertRectToScreen() function in content::RenderWidgetHostViewAura 2349 return ConvertRectToScreen(rect); in GetCaretBounds() 2358 *rect = ConvertRectToScreen(composition_character_bounds_[index]); in GetCompositionCharacterBounds() 3402 rect = ConvertRectToScreen(rect); in ShouldMoveToCenter()
|
D | render_widget_host_view_aura.h | 512 gfx::Rect ConvertRectToScreen(const gfx::Rect& rect) const;
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | native_app_window_views.cc | 414 params.bounds = ash::ScreenAsh::ConvertRectToScreen( in InitializePanelWindow()
|