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

  /external/chromium_org/chrome/browser/ui/autofill/
popup_constants.h 11 const int kPopupBorderThickness = 1;
autofill_popup_controller_impl.cc 348 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;
autofill_popup_controller_unittest.cc 327 kPopupBorderThickness * 2;
  /external/chromium_org/chrome/browser/ui/views/autofill/
password_generation_popup_view_views.cc 166 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, y, popup_width
    [all...]
autofill_popup_base_view.cc 75 SetBorder(views::Border::CreateSolidBorder(kPopupBorderThickness,

Completed in 1005 milliseconds