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

  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 139 if (mode_ == POPUP) {
171 mode_ == POPUP, this));
176 command_updater_, mode_ == POPUP, this));
435 return gfx::Size(0, GetThemeProvider()->GetBitmapNamed(mode_ == POPUP ?
451 // The edge stroke is 1 px thick. In popup mode, the edges are drawn by the
463 const int kBubbleVerticalPadding = (mode_ == POPUP) ?
674 } else if (mode_ == POPUP) {
    [all...]
location_bar_view.h 100 // In popup mode, the location bar view is read only and has a slightly
106 POPUP,
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 156 LocationBarView::POPUP : LocationBarView::NORMAL);

Completed in 55 milliseconds