Home
last modified time | relevance | path

Searched refs:fBccControl (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DHeader.cpp288 fBccControl(NULL), in THeaderView()
381 fBccControl = new AddressTextControl("bcc", new BMessage(BCC_FIELD)); in THeaderView()
384 fBccControl->SetModificationMessage(msg); in THeaderView()
444 if (fBccControl != NULL) { in THeaderView()
446 layout->AddView(fBccControl, 3, row++); in THeaderView()
534 return fBccControl != NULL ? fBccControl->Text() : NULL; in Bcc()
541 if (fBccControl != NULL) in SetBcc()
542 fBccControl->SetText(bcc); in SetBcc()
731 if (fBccControl != NULL) in AttachedToWindow()
732 fBccControl->SetTarget(Looper()); in AttachedToWindow()
H A DHeader.h103 AddressTextControl* fBccControl; variable