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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_view_delegate.h136 virtual bool FieldControlsIcons(ServerFieldType type) const = 0;
H A Dmock_autofill_dialog_view_delegate.h55 MOCK_CONST_METHOD1(FieldControlsIcons, bool(ServerFieldType));
H A Dautofill_dialog_controller_impl.h137 virtual bool FieldControlsIcons(ServerFieldType type) const OVERRIDE;
H A Dautofill_dialog_controller_unittest.cc2910 TEST_F(AutofillDialogControllerTest, FieldControlsIcons) {
2911 EXPECT_TRUE(controller()->FieldControlsIcons(CREDIT_CARD_NUMBER));
2912 EXPECT_FALSE(controller()->FieldControlsIcons(CREDIT_CARD_VERIFICATION_CODE));
2913 EXPECT_FALSE(controller()->FieldControlsIcons(EMAIL_ADDRESS));
H A Dautofill_dialog_controller_impl.cc1849 bool AutofillDialogControllerImpl::FieldControlsIcons( function in class:autofill::AutofillDialogControllerImpl
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc2298 if (delegate_->FieldControlsIcons(type))

Completed in 84 milliseconds