Searched refs:popup_width (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dpopup_controller_common.cc82 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);
H A Dautofill_popup_controller_impl.cc137 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/
H A Dpassword_generation_popup_view_views.cc180 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/
H A Ddock_info.h66 static int popup_width();
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h237 int* popup_width,
H A Dlocation_bar_view.cc530 int* popup_width,
542 *popup_width = parent()->width();
547 *right_margin = *popup_width - location_bar_bounds.right();
528 GetOmniboxPopupPositioningInfo( gfx::Point* top_left_screen_coord, int* popup_width, int* left_margin, int* right_margin) argument

Completed in 666 milliseconds