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

  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.cc 82 int popup_width = std::min(popup_required_width, local
87 if (right_available >= popup_width || right_available >= left_available)
88 return std::make_pair(right_growth_start, popup_width);
90 return std::make_pair(left_growth_end - popup_width, popup_width);
autofill_popup_controller_impl.cc 137 int popup_width = popup_bounds().width(); local
151 int available_width = popup_width - RowWidthWithoutText(i);
561 int popup_width = controller_common_->RoundedElementBounds().width(); local
569 popup_width = std::max(popup_width, row_size);
572 return popup_width;
608 int popup_width = GetDesiredPopupWidth(); local
611 popup_bounds_ = controller_common_->GetPopupBounds(popup_width,
  /external/chromium_org/chrome/browser/ui/views/autofill/
password_generation_popup_view_views.cc 180 int popup_width = width - 2 * kPopupBorderThickness; local
181 height += help_label_->GetHeightForWidth(popup_width);
214 int popup_width = bounds().width() - 2 * kPopupBorderThickness; local
223 popup_width,
227 popup_width, 1);
231 help_label_->SetBounds(kPopupBorderThickness, y, popup_width,
232 help_label_->GetHeightForWidth(popup_width));
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 66 static int popup_width();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h 237 int* popup_width,
location_bar_view.cc 530 int* popup_width,
542 *popup_width = parent()->width();
547 *right_margin = *popup_width - location_bar_bounds.right();
    [all...]

Completed in 600 milliseconds