Searched refs:fDisallowedChars (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DTextView.cpp254 fDisallowedChars(NULL),
274 fDisallowedChars(NULL),
292 fDisallowedChars(NULL),
311 fDisallowedChars(NULL),
328 fDisallowedChars(NULL),
390 fDisallowedChars = new BList;
393 fDisallowedChars->AddItem(
422 delete fDisallowedChars;
474 if (err == B_OK && fDisallowedChars != NULL && fDisallowedChars
[all...]
/haiku/headers/os/interface/
H A DTextView.h450 BList* fDisallowedChars; member in class:BTextView

Completed in 43 milliseconds