Searched defs:top_left_screen_coord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc184 gfx::Point top_left_screen_coord; local
187 &top_left_screen_coord, &width, &left_margin_, &right_margin_);
188 gfx::Rect new_target_bounds(top_left_screen_coord,
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc529 gfx::Point* top_left_screen_coord,
538 *top_left_screen_coord = gfx::Point(
541 views::View::ConvertPointToScreen(parent(), top_left_screen_coord); local
528 GetOmniboxPopupPositioningInfo( gfx::Point* top_left_screen_coord, int* popup_width, int* left_margin, int* right_margin) argument

Completed in 74 milliseconds