Searched refs:ConvertRectFromScreen (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ash/
H A Dscreen_ash.cc55 return ConvertRectFromScreen(
62 return ConvertRectFromScreen(
77 gfx::Rect ScreenAsh::ConvertRectFromScreen(aura::Window* window, function in class:ash::ScreenAsh
H A Dscreen_ash_unittest.cc98 ScreenAsh::ConvertRectFromScreen(
102 ScreenAsh::ConvertRectFromScreen(
H A Dscreen_ash.h48 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
/external/chromium_org/ash/wm/
H A Dproperty_util.cc36 return ScreenAsh::ConvertRectFromScreen(window->parent(), *rect);
H A Dwindow_resizer.cc210 work_area = ScreenAsh::ConvertRectFromScreen(details.window->parent(),
278 ScreenAsh::ConvertRectFromScreen(parent, new_bounds_in_screen);
H A Dbase_layout_manager.cc247 ScreenAsh::ConvertRectFromScreen(window->parent(), *restore);
H A Dwindow_animations.cc83 ScreenAsh::ConvertRectFromScreen(window->parent(), target_bounds);
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler.cc33 ScreenAsh::ConvertRectFromScreen(window->parent(),
40 gfx::Rect restore_bounds = ScreenAsh::ConvertRectFromScreen(
H A Dworkspace_layout_manager.cc297 ScreenAsh::ConvertRectFromScreen(window->parent()->parent(),
H A Dworkspace_window_resizer.cc668 *bounds = ScreenAsh::ConvertRectFromScreen(
735 ScreenAsh::ConvertRectFromScreen(window()->parent(), display.work_area());
/external/chromium_org/ash/launcher/
H A Dlauncher.cc96 ash::ScreenAsh::ConvertRectFromScreen(
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.cc161 gfx::Rect dock_bounds = ScreenAsh::ConvertRectFromScreen(
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer.cc154 gfx::Rect launcher_bounds = ScreenAsh::ConvertRectFromScreen(
H A Dpanel_layout_manager.cc568 gfx::Rect launcher_bounds = ash::ScreenAsh::ConvertRectFromScreen(
614 icon_bounds = ScreenAsh::ConvertRectFromScreen(panel_container_,
823 callout_bounds = ScreenAsh::ConvertRectFromScreen(
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h476 gfx::Rect ConvertRectFromScreen(const gfx::Rect& rect);
H A Drender_widget_host_view_aura.cc2195 gfx::Rect RenderWidgetHostViewAura::ConvertRectFromScreen( function in class:content::RenderWidgetHostViewAura
2322 ConvertRectFromScreen(intersected_rect));

Completed in 1962 milliseconds