HomeSort by relevance Sort by last modified time
    Searched defs:omnibox_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
instant_controller.h 99 const gfx::Rect omnibox_bounds() { function in class:InstantController
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 147 const gfx::Rect omnibox_bounds = BrowserView::GetBrowserViewForBrowser( local
149 const gfx::Point click_location = omnibox_bounds.CenterPoint();
168 const gfx::Point click2_location = omnibox_bounds.origin() +
169 gfx::Vector2d(omnibox_bounds.width() / 4, omnibox_bounds.height() / 4);
203 const gfx::Rect omnibox_bounds = BrowserView::GetBrowserViewForBrowser( local
205 const gfx::Point tap_location = omnibox_bounds.CenterPoint();
222 const gfx::Point tap2_location = omnibox_bounds.origin() +
223 gfx::Vector2d(omnibox_bounds.width() / 4, omnibox_bounds.height() / 4)
    [all...]

Completed in 28 milliseconds