Lines Matching refs:getBag
1982 const bool first = e->getBag().indexOfKey(bagKey) < 0; in addBag()
2434 const size_t N = e->getBag().size(); in getAttributeKeys()
2436 const String16& key = e->getBag().keyAt(i); in getAttributeKeys()
2454 const size_t N = e->getBag().size(); in getAttributeEnum()
2458 if (e->getBag().keyAt(i) == nameStr) { in getAttributeEnum()
2459 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue); in getAttributeEnum()
2477 const size_t N = e->getBag().size(); in getAttributeFlags()
2492 if (e->getBag().keyAt(i) == nameStr) { in getAttributeFlags()
2494 bool got = getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, &val); in getAttributeFlags()
4338 const size_t N = e->getBag().size(); in getItem()
4340 const Item& it = e->getBag().valueAt(i); in getItem()
4344 String8(e->getBag().keyAt(i)).string()); in getItem()
4363 const size_t N = e->getBag().size(); in getItemValue()
4366 if (&e->getBag().valueAt(i) == item) { in getItemValue()
4372 String8(e->getBag().keyAt(i)).string()); in getItemValue()
4591 const KeyedVector<String16, Item>& bag = e->getBag(); in modifyForCompat()