Searched refs:RowWidthWithoutText (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc101 using AutofillPopupControllerImpl::RowWidthWithoutText;
307 TEST_F(AutofillPopupControllerUnitTest, RowWidthWithoutText) {
330 EXPECT_EQ(base_size, autofill_popup_controller_->RowWidthWithoutText(0));
332 autofill_popup_controller_->RowWidthWithoutText(1));
336 autofill_popup_controller_->RowWidthWithoutText(2));
340 autofill_popup_controller_->RowWidthWithoutText(3));
H A Dautofill_popup_controller_impl.h153 int RowWidthWithoutText(int row) const;
H A Dautofill_popup_controller_impl.cc151 int available_width = popup_width - RowWidthWithoutText(i);
567 RowWidthWithoutText(i);
585 int AutofillPopupControllerImpl::RowWidthWithoutText(int row) const { function in class:autofill::AutofillPopupControllerImpl

Completed in 36 milliseconds