Searched refs:fLeaveOnServerCheckBox (Results 1 – 2 of 2) sorted by relevance
124 fLeaveOnServerCheckBox(NULL), in MailProtocolConfigView()159 fLeaveOnServerCheckBox = new BCheckBox("leave_mail_on_server", in MailProtocolConfigView()162 layout->AddView(fLeaveOnServerCheckBox, 0, layout->CountRows(), 2); in MailProtocolConfigView()217 if (fLeaveOnServerCheckBox != NULL) { in SetTo()218 fLeaveOnServerCheckBox->SetValue(settings.FindBool( in SetTo()309 _StoreCheckBox(settings, "leave_mail_on_server", fLeaveOnServerCheckBox); in SaveInto()326 if (fLeaveOnServerCheckBox != NULL) in AttachedToWindow()327 fLeaveOnServerCheckBox->SetTarget(this); in AttachedToWindow()
97 BCheckBox* fLeaveOnServerCheckBox; variable