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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_view.h 23 // AutofillPopupView.
24 class AutofillPopupView {
58 static AutofillPopupView* Create(AutofillPopupController* controller);
61 virtual ~AutofillPopupView() {}
autofill_popup_controller_impl.cc 46 const size_t kNamePadding = AutofillPopupView::kNamePadding;
47 const size_t kIconPadding = AutofillPopupView::kIconPadding;
48 const size_t kEndPadding = AutofillPopupView::kEndPadding;
170 view_ = AutofillPopupView::Create(this);
366 int top = AutofillPopupView::kBorderThickness;
372 AutofillPopupView::kBorderThickness,
374 popup_bounds_.width() - 2 * AutofillPopupView::kBorderThickness,
539 int current_height = AutofillPopupView::kBorderThickness;
617 int popup_height = 2 * AutofillPopupView::kBorderThickness;
643 row_size += 2 * AutofillPopupView::kBorderThickness
    [all...]
autofill_popup_controller_impl.h 35 class AutofillPopupView;
37 // This class is a controller for an AutofillPopupView. It implements
38 // AutofillPopupController to allow calls from AutofillPopupView. The
152 AutofillPopupView* view() { return view_; }
204 AutofillPopupView* view_; // Weak reference.
autofill_popup_controller_unittest.cc 326 AutofillPopupView::kEndPadding * 2 +
327 AutofillPopupView::kBorderThickness * 2;
328 int subtext_increase = AutofillPopupView::kNamePadding;
333 EXPECT_EQ(base_size + AutofillPopupView::kIconPadding +
337 EXPECT_EQ(base_size + subtext_increase + AutofillPopupView::kIconPadding +
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_view_bridge.h 21 // Mac implementation for AutofillPopupView interface.
24 class AutofillPopupViewBridge : public AutofillPopupView {
31 // AutofillPopupView implementation.
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_popup_view_android.h 22 class AutofillPopupViewAndroid : public AutofillPopupView {
37 // AutofillPopupView implementation.
autofill_popup_view_android.cc 97 AutofillPopupView* AutofillPopupView::Create(
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.h 42 // Gtk implementation for AutofillPopupView interface.
43 class AutofillPopupViewGtk : public AutofillPopupView {
50 // AutofillPopupView implementation.
autofill_popup_view_gtk.cc 290 AutofillPopupView* AutofillPopupView::Create(
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.h 20 // Views toolkit implementation for AutofillPopupView.
21 class AutofillPopupViewViews : public AutofillPopupView,
34 // AutofillPopupView implementation.
autofill_popup_view_views.cc 308 AutofillPopupView* AutofillPopupView::Create(

Completed in 170 milliseconds