Searched refs:kPopupBorderThickness (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dpopup_constants.h11 const int kPopupBorderThickness = 1; member in namespace:autofill
H A Dautofill_popup_controller_impl.cc348 int top = kPopupBorderThickness;
354 kPopupBorderThickness,
356 popup_bounds_.width() - 2 * kPopupBorderThickness,
504 int current_height = kPopupBorderThickness;
576 int popup_height = 2 * kPopupBorderThickness;
602 row_size += 2 * kPopupBorderThickness;
H A Dautofill_popup_controller_unittest.cc327 kPopupBorderThickness * 2;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dpassword_generation_popup_view_views.cc166 password_view_->SetPosition(gfx::Point(kPopupBorderThickness,
167 kPopupBorderThickness));
173 int height = kPopupBorderThickness;
180 int popup_width = width - 2 * kPopupBorderThickness;
182 return gfx::Size(width, height + kPopupBorderThickness);
213 int y = kPopupBorderThickness;
214 int popup_width = bounds().width() - 2 * kPopupBorderThickness;
221 kPopupBorderThickness,
226 gfx::Rect(kPopupBorderThickness, password_view_->bounds().bottom(),
231 help_label_->SetBounds(kPopupBorderThickness,
[all...]
H A Dautofill_popup_base_view.cc75 SetBorder(views::Border::CreateSolidBorder(kPopupBorderThickness,

Completed in 137 milliseconds