FieldControlsIcons 133 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h virtual bool FieldControlsIcons(ServerFieldType type) const OVERRIDE; FieldControlsIcons 2799 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc TEST_F(AutofillDialogControllerTest, FieldControlsIcons) { FieldControlsIcons 2800 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_TRUE(controller()->FieldControlsIcons(CREDIT_CARD_NUMBER)); FieldControlsIcons 2801 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_FALSE(controller()->FieldControlsIcons(CREDIT_CARD_VERIFICATION_CODE)); FieldControlsIcons 2802 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_FALSE(controller()->FieldControlsIcons(EMAIL_ADDRESS)); FieldControlsIcons 136 chrome/browser/ui/autofill/autofill_dialog_view_delegate.h virtual bool FieldControlsIcons(ServerFieldType type) const = 0; FieldControlsIcons 55 chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h MOCK_CONST_METHOD1(FieldControlsIcons, bool(ServerFieldType)); FieldControlsIcons 2289 chrome/browser/ui/views/autofill/autofill_dialog_views.cc if (delegate_->FieldControlsIcons(type))