Searched refs:iId (Results 1 – 4 of 4) sorted by relevance
479 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in setPropertyValue() local480 if (iId == maPropertyNameToIdMap.end()) in setPropertyValue()483 const PropertyType eType (GetPropertyType(iId->second)); in setPropertyValue()487 const ThemeItem eItem (iId->second); in setPropertyValue()524 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in getPropertyValue() local525 if (iId == maPropertyNameToIdMap.end()) in getPropertyValue()528 const PropertyType eType (GetPropertyType(iId->second)); in getPropertyValue()532 const ThemeItem eItem (iId->second); in getPropertyValue()547 PropertyNameToIdMap::const_iterator iId (maPropertyNameToIdMap.find(rsPropertyName)); in addPropertyChangeListener() local548 if (iId == maPropertyNameToIdMap.end()) in addPropertyChangeListener()[all …]
179 iId(aOrderedIds.begin()), in GetMatchingDecks()181 iId!=iEnd; in GetMatchingDecks()182 ++iId) in GetMatchingDecks()184 rDecks.push_back(iId->second); in GetMatchingDecks()227 iId(aOrderedIds.begin()), in GetMatchingPanels()229 iId!=iEnd; in GetMatchingPanels()230 ++iId) in GetMatchingPanels()232 rPanelIds.push_back(iId->second); in GetMatchingPanels()
259 vector<Reference<XResourceId> >::iterator iId; in CleanRequestedConfiguration() local260 for (iId=aResourcesToDeactivate.begin(); iId!=aResourcesToDeactivate.end(); ++iId) in CleanRequestedConfiguration()261 if (iId->is()) in CleanRequestedConfiguration()262 xCC->requestResourceDeactivation(*iId); in CleanRequestedConfiguration()
523 ::std::vector<Reference<XResourceId> >::const_iterator iId; in IsCacheable()524 for (iId=maCacheableResources.begin(); iId!=maCacheableResources.end(); ++iId) in IsCacheable()526 if ((*iId)->compareTo(rpDescriptor->mxViewId) == 0) in IsCacheable()