Searched refs:RowWidthWithoutText (Results 1 – 3 of 3) sorted by relevance
101 using AutofillPopupControllerImpl::RowWidthWithoutText;307 TEST_F(AutofillPopupControllerUnitTest, RowWidthWithoutText) { in TEST_F() argument330 EXPECT_EQ(base_size, autofill_popup_controller_->RowWidthWithoutText(0)); in TEST_F()332 autofill_popup_controller_->RowWidthWithoutText(1)); in TEST_F()336 autofill_popup_controller_->RowWidthWithoutText(2)); in TEST_F()340 autofill_popup_controller_->RowWidthWithoutText(3)); in TEST_F()
152 int available_width = popup_width - RowWidthWithoutText(i); in Show()608 RowWidthWithoutText(i); in GetDesiredPopupWidth()626 int AutofillPopupControllerImpl::RowWidthWithoutText(int row) const { in RowWidthWithoutText() function in autofill::AutofillPopupControllerImpl
169 int RowWidthWithoutText(int row) const;