Searched defs:DetailsContainerView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.h363 class DetailsContainerView : public views::View { class in class:autofill::AutofillDialogViews
365 explicit DetailsContainerView(const base::Closure& callback);
366 virtual ~DetailsContainerView();
382 DISALLOW_COPY_AND_ASSIGN(DetailsContainerView);
633 DetailsContainerView* details_container_;
H A Dautofill_dialog_views.cc1031 // AutofillDialogViews::DetailsContainerView -----------------------------------
1033 AutofillDialogViews::DetailsContainerView::DetailsContainerView( function in class:autofill::AutofillDialogViews::DetailsContainerView
1038 AutofillDialogViews::DetailsContainerView::~DetailsContainerView() {}
1040 void AutofillDialogViews::DetailsContainerView::OnBoundsChanged(
1045 void AutofillDialogViews::DetailsContainerView::Layout() {
1869 details_container_ = new DetailsContainerView(

Completed in 85 milliseconds