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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 101 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));
autofill_popup_controller_impl.h 153 int RowWidthWithoutText(int row) const;
autofill_popup_controller_impl.cc 151 int available_width = popup_width - RowWidthWithoutText(i);
567 RowWidthWithoutText(i);
585 int AutofillPopupControllerImpl::RowWidthWithoutText(int row) const {

Completed in 527 milliseconds