Searched refs:positionedDescendants (Results 1 – 2 of 2) sorted by relevance
154 TrackedRendererListHashSet* positionedDescendants = positionedObjects(); in positionDialogs() local155 if (!positionedDescendants) in positionDialogs()157 TrackedRendererListHashSet::iterator end = positionedDescendants->end(); in positionDialogs()158 … for (TrackedRendererListHashSet::iterator it = positionedDescendants->begin(); it != end; ++it) { in positionDialogs()
1600 TrackedRendererListHashSet* positionedDescendants = positionedObjects(); in addOverflowFromPositionedObjects() local1601 if (!positionedDescendants) in addOverflowFromPositionedObjects()1605 TrackedRendererListHashSet::iterator end = positionedDescendants->end(); in addOverflowFromPositionedObjects()1606 … for (TrackedRendererListHashSet::iterator it = positionedDescendants->begin(); it != end; ++it) { in addOverflowFromPositionedObjects()1838 TrackedRendererListHashSet* positionedDescendants = positionedObjects(); in layoutPositionedObjects() local1839 if (!positionedDescendants) in layoutPositionedObjects()1846 TrackedRendererListHashSet::iterator end = positionedDescendants->end(); in layoutPositionedObjects()1847 … for (TrackedRendererListHashSet::iterator it = positionedDescendants->begin(); it != end; ++it) { in layoutPositionedObjects()1904 TrackedRendererListHashSet* positionedDescendants = positionedObjects(); in markPositionedObjectsForLayout() local1905 if (positionedDescendants) { in markPositionedObjectsForLayout()[all …]