Searched refs:fBindings (Results 1 – 2 of 2) sorted by relevance
18 fBindings = NULL; // our fields->slot array in SkListView()37 delete[] fBindings; in ~SkListView()266 fSource->getRecord(i, fBindings[j].fFieldIndex, &str); in ensureCache()268 evt.setString(fBindings[j].fSlotName.c_str(), str.c_str()); in ensureCache()442 delete[] fBindings; in onInflate()443 fBindings = NULL; in onInflate()456 fBindings = new BindingRec[count]; in onInflate()466 fBindings[count].fFieldIndex = listSrc->findFieldIndex(fieldName); in onInflate()467 if (fBindings[count].fFieldIndex >= 0) in onInflate()468 fBindings[count++].fSlotName.set(slotName); in onInflate()[all …]
286 BindingRec* fBindings; variable