HomeSort by relevance Sort by last modified time
    Searched refs:top_left_screen_coord (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 191 gfx::Point top_left_screen_coord; local
194 &top_left_screen_coord, &width, &left_margin_, &right_margin_);
195 gfx::Rect new_target_bounds(top_left_screen_coord,
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h 342 void GetOmniboxPopupPositioningInfo(gfx::Point* top_left_screen_coord,
location_bar_view.cc 457 gfx::Point* top_left_screen_coord,
466 *top_left_screen_coord = gfx::Point(
469 views::View::ConvertPointToScreen(parent(), top_left_screen_coord); local
    [all...]

Completed in 48 milliseconds