Searched defs:ConvertRectToScreen (Results 1 - 5 of 5) sorted by path

/external/chromium_org/ash/display/
H A Dscreen_ash.cc160 gfx::Rect ScreenAsh::ConvertRectToScreen(aura::Window* window, function in class:ash::ScreenAsh
/external/chromium_org/ash/
H A Dscreen_util.cc56 gfx::Rect ScreenUtil::ConvertRectToScreen(aura::Window* window, function in class:ash::ScreenUtil
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1492 gfx::Rect RenderWidgetHostViewAura::ConvertRectToScreen( function in class:content::RenderWidgetHostViewAura
1535 return ConvertRectToScreen(rect);
1544 *rect = ConvertRectToScreen(composition_character_bounds_[index]);
2475 rect = ConvertRectToScreen(rect);
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc19 void ConvertRectToScreen(const views::View* src, gfx::Rect* r) { function in namespace:views::__anon17055
78 ConvertRectToScreen(prefix_delegate_, &rect);
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc58 void ConvertRectToScreen(const View* src, gfx::Rect* r) { function in namespace:views::__anon17076
1425 ConvertRectToScreen(this, &rect);
1449 ConvertRectToScreen(this, rect);

Completed in 1172 milliseconds