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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_interactive_uitest.cc82 autofill_external_delegate_.reset(
92 autofill_external_delegate_.reset();
96 scoped_ptr<TestAutofillExternalDelegate> autofill_external_delegate_; member in class:autofill::AutofillPopupControllerBrowserTest
104 GenerateTestAutofillPopup(autofill_external_delegate_.get());
106 EXPECT_FALSE(autofill_external_delegate_->popup_hidden());
112 autofill_external_delegate_->WaitForPopupHidden();
113 EXPECT_TRUE(autofill_external_delegate_->popup_hidden());
129 GenerateTestAutofillPopup(autofill_external_delegate_.get());
134 autofill_external_delegate_.reset();
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver.h66 return &autofill_external_delegate_;
89 // to |autofill_external_delegate_|. Takes ownership of |manager|.
99 AutofillExternalDelegate autofill_external_delegate_; member in class:autofill::ContentAutofillDriver
H A Dcontent_autofill_driver.cc65 autofill_external_delegate_(autofill_manager_.get(), this),
67 autofill_manager_->SetExternalDelegate(&autofill_external_delegate_);
188 &autofill_external_delegate_,
223 autofill_manager_->SetExternalDelegate(&autofill_external_delegate_);

Completed in 95 milliseconds