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

/haiku/src/kits/interface/
H A DView.cpp4147 if (fCommArray) {
4152 delete[] fCommArray->array;
4153 delete fCommArray;
4157 // calls with a NULL fCommArray would drop into the debugger anyway,
4159 fCommArray = new _array_data_;
4160 fCommArray->count = 0;
4162 // Make sure the fCommArray is initialized to reasonable values in cases of
4165 fCommArray->array = NULL;
4166 fCommArray->maxCount = 0;
4168 fCommArray
[all...]
/haiku/headers/os/interface/
H A DView.h773 _array_data_* fCommArray; member in class:BView

Completed in 39 milliseconds