Lines Matching refs:getBag
1949 const bool first = e->getBag().indexOfKey(bagKey) < 0; in addBag()
2396 const size_t N = e->getBag().size(); in getAttributeKeys()
2398 const String16& key = e->getBag().keyAt(i); in getAttributeKeys()
2416 const size_t N = e->getBag().size(); in getAttributeEnum()
2420 if (e->getBag().keyAt(i) == nameStr) { in getAttributeEnum()
2421 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue); in getAttributeEnum()
2439 const size_t N = e->getBag().size(); in getAttributeFlags()
2454 if (e->getBag().keyAt(i) == nameStr) { in getAttributeFlags()
2456 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val); in getAttributeFlags()
4277 const size_t N = e->getBag().size(); in getItem()
4279 const Item& it = e->getBag().valueAt(i); in getItem()
4283 String8(e->getBag().keyAt(i)).string()); in getItem()
4302 const size_t N = e->getBag().size(); in getItemValue()
4305 if (&e->getBag().valueAt(i) == item) { in getItemValue()
4311 String8(e->getBag().keyAt(i)).string()); in getItemValue()
4498 const KeyedVector<String16, Item>& bag = e->getBag(); in modifyForCompat()