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

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1489 int notification_height = notification_area_->GetHeightForWidth(width); local
1490 notification_area_->SetBounds(x, y, width, notification_height);
1495 if (notification_height > notification_area_->GetInsets().height())
1496 scroll_y += notification_height + views::kRelatedControlVerticalSpacing;
1785 const int notification_height = notification_area_->GetHeightForWidth(width); local
1786 if (notification_height > notification_area_->GetInsets().height())
1787 height += notification_height + views::kRelatedControlVerticalSpacing;

Completed in 78 milliseconds