HomeSort by relevance Sort by last modified time
    Searched full:autofill_popup_controller_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 127 autofill_popup_controller_(NULL) {}
145 autofill_popup_controller_ =
153 if (autofill_popup_controller_)
154 autofill_popup_controller_->DoHide();
161 return autofill_popup_controller_;
171 testing::NiceMock<TestAutofillPopupController>* autofill_popup_controller_; member in class:autofill::AutofillPopupControllerUnitTest
178 EXPECT_CALL(*autofill_popup_controller_,
190 autofill_popup_controller_->Show(names, names, names, autofill_ids);
192 EXPECT_LT(autofill_popup_controller_->selected_line(), 0);
196 static_cast<int>(autofill_popup_controller_->subtexts().size()))
    [all...]

Completed in 669 milliseconds