Home
last modified time | relevance | path

Searched refs:top_left_screen_coord (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_popup_contents_view.cc184 gfx::Point top_left_screen_coord; in UpdatePopupAppearance() local
187 &top_left_screen_coord, &width, &left_margin_, &right_margin_); in UpdatePopupAppearance()
188 gfx::Rect new_target_bounds(top_left_screen_coord, in UpdatePopupAppearance()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.h236 void GetOmniboxPopupPositioningInfo(gfx::Point* top_left_screen_coord,
Dlocation_bar_view.cc529 gfx::Point* top_left_screen_coord, in GetOmniboxPopupPositioningInfo() argument
538 *top_left_screen_coord = gfx::Point( in GetOmniboxPopupPositioningInfo()
541 views::View::ConvertPointToScreen(parent(), top_left_screen_coord); in GetOmniboxPopupPositioningInfo()