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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_driver.h75 virtual void RendererShouldClearFilledForm() = 0;
H A Dtest_autofill_driver.cc52 void TestAutofillDriver::RendererShouldClearFilledForm() { function in class:autofill::TestAutofillDriver
H A Dtest_autofill_driver.h40 virtual void RendererShouldClearFilledForm() OVERRIDE;
H A Dautofill_external_delegate_unittest.cc42 MOCK_METHOD0(RendererShouldClearFilledForm, void());
419 EXPECT_CALL(*autofill_driver_, RendererShouldClearFilledForm());
H A Dautofill_external_delegate.cc199 driver_->RendererShouldClearFilledForm();
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver.h58 virtual void RendererShouldClearFilledForm() OVERRIDE;
H A Dcontent_autofill_driver.cc139 void ContentAutofillDriver::RendererShouldClearFilledForm() { function in class:autofill::ContentAutofillDriver
H A Dcontent_autofill_driver_unittest.cc294 driver_->RendererShouldClearFilledForm();

Completed in 107 milliseconds