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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc 143 const size_t bubble_half_width = width() / 2; local
145 screen_bounds.x() + bubble_half_width + kFullscreenPaddingEnd :
146 screen_bounds.right() - bubble_half_width - kFullscreenPaddingEnd;
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 513 const size_t bubble_half_width = width() / 2; local
515 screen_bounds.x() + bubble_half_width + kFullscreenPaddingEnd :
516 screen_bounds.right() - bubble_half_width - kFullscreenPaddingEnd;

Completed in 54 milliseconds