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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc127 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_
[all...]

Completed in 686 milliseconds