Home
last modified time | relevance | path

Searched refs:ConvertRectToScreen (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ash/
Dscreen_ash_unittest.cc107 ScreenAsh::ConvertRectToScreen( in TEST_F()
111 ScreenAsh::ConvertRectToScreen( in TEST_F()
Dscreen_ash.h43 static gfx::Rect ConvertRectToScreen(aura::Window* window,
Dscreen_ash.cc67 gfx::Rect ScreenAsh::ConvertRectToScreen(aura::Window* window, in ConvertRectToScreen() function in ash::ScreenAsh
/external/chromium_org/ui/views/controls/
Dprefix_selector.cc19 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/
Dscoped_transform_overview_window.cc140 bounds.Union(ScreenAsh::ConvertRectToScreen(window->parent(), in GetBoundsInScreen()
246 TranslateTransformOrigin(ScreenAsh::ConvertRectToScreen( in SetTransformOnWindowAndTransientChildren()
254 TranslateTransformOrigin(ScreenAsh::ConvertRectToScreen( in SetTransformOnWindowAndTransientChildren()
Dwindow_overview.cc376 gfx::Rect total_bounds = ScreenAsh::ConvertRectToScreen(root_window, in PositionWindowsOnRoot()
Dwindow_selector_unittest.cc174 gfx::RectF bounds(ash::ScreenAsh::ConvertRectToScreen( in GetTransformedBounds()
183 gfx::RectF bounds(ash::ScreenAsh::ConvertRectToScreen( in GetTransformedTargetBounds()
/external/chromium_org/ash/wm/
Ddrag_window_resizer.cc129 ScreenAsh::ConvertRectToScreen(GetTarget()->parent(), in CompleteDrag()
182 ScreenAsh::ConvertRectToScreen(GetTarget()->parent(), bounds); in UpdateDragWindow()
Dwindow_state.cc220 ScreenAsh::ConvertRectToScreen(window_->parent(), in SaveCurrentBoundsForRestore()
240 ScreenAsh::ConvertRectToScreen(window_->parent(), bounds)); in SetRestoreBoundsInParent()
Dwindow_resizer.cc284 ScreenAsh::ConvertRectToScreen(parent, new_bounds); in CalculateBoundsForDrag()
/external/chromium_org/ash/shell/
Dpanel_window.cc49 params().bounds = ScreenAsh::ConvertRectToScreen( in CreateWidget()
/external/chromium_org/ash/wm/caption_buttons/
Dframe_maximize_button.cc429 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/
Dsystem_pinch_handler.cc115 return ScreenAsh::ConvertRectToScreen( in GetPhantomWindowScreenBounds()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc451 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()
Dmulti_window_resize_controller.cc401 show_bounds_in_screen_ = ScreenAsh::ConvertRectToScreen( in ShowNow()
450 gfx::Rect bounds = ScreenAsh::ConvertRectToScreen( in Resize()
Dsnap_sizer_unittest.cc257 ScreenAsh::ConvertRectToScreen(window->parent(), in TEST_F()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc274 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/
Dnative_textfield_views.cc56 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/
Dpanel_layout_manager.cc235 params.bounds = ScreenAsh::ConvertRectToScreen(parent, gfx::Rect()); in InitWidget()
801 gfx::Rect bounds = ScreenAsh::ConvertRectToScreen(panel->parent(), in UpdateCallouts()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc682 shelf_->SetBounds(ScreenAsh::ConvertRectToScreen( in UpdateBoundsAndOpacity()
696 ScreenAsh::ConvertRectToScreen( in UpdateBoundsAndOpacity()
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc583 rect = ScreenAsh::ConvertRectToScreen(target_root, rect); in GetBubbleAnchorRect()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.cc2306 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()
Drender_widget_host_view_aura.h512 gfx::Rect ConvertRectToScreen(const gfx::Rect& rect) const;
/external/chromium_org/chrome/browser/ui/views/apps/
Dnative_app_window_views.cc414 params.bounds = ash::ScreenAsh::ConvertRectToScreen( in InitializePanelWindow()