Home
last modified time | relevance | path

Searched refs:positionedObjects (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.cpp1181 RenderBlock::PositionedObjectsListHashSet* positionedObjects = 0; in updatePositionedObjects() local
1183 positionedObjects = root->positionedObjects(); in updatePositionedObjects()
1185 if (!positionedObjects || positionedObjects->isEmpty()) in updatePositionedObjects()
1188 RenderBlock::PositionedObjectsListHashSet::const_iterator end = positionedObjects->end(); in updatePositionedObjects()
1189 …for (RenderBlock::PositionedObjectsListHashSet::const_iterator it = positionedObjects->begin(); it… in updatePositionedObjects()
1266 RenderBlock::PositionedObjectsListHashSet* positionedObjects = 0; in scrollContentsFastPath() local
1268 positionedObjects = root->positionedObjects(); in scrollContentsFastPath()
1270 if (!positionedObjects || positionedObjects->isEmpty()) { in scrollContentsFastPath()
1278 RenderBlock::PositionedObjectsListHashSet::const_iterator end = positionedObjects->end(); in scrollContentsFastPath()
1279 …for (RenderBlock::PositionedObjectsListHashSet::const_iterator it = positionedObjects->begin(); it… in scrollContentsFastPath()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.cpp148 ASSERT(!positionedObjects()); in layout()
/external/webkit/Source/WebCore/rendering/
DRenderBlock.h87 PositionedObjectsListHashSet* positionedObjects() const { return m_positionedObjects.get(); } in positionedObjects() function
506 … EClear*, FloatingObject* lastFloatFromPreviousLine, Vector<RenderBox*>& positionedObjects);
DRenderBlockLineLayout.cpp1001 Vector<RenderBox*> positionedObjects; in layoutInlineChildren() local
1005 …rInfo, previousLineBrokeCleanly, hyphenated, &clear, lastFloatFromPreviousLine, positionedObjects); in layoutInlineChildren()
1113 for (size_t i = 0; i < positionedObjects.size(); ++i) in layoutInlineChildren()
1114 setStaticPositions(this, positionedObjects[i]); in layoutInlineChildren()
DRenderBlock.cpp2812 …o* paintInfo, const IntPoint& offset, RenderBlock::PositionedObjectsListHashSet* positionedObjects) in clipOutPositionedObjects() argument
2814 if (!positionedObjects) in clipOutPositionedObjects()
2817 RenderBlock::PositionedObjectsListHashSet::const_iterator end = positionedObjects->end(); in clipOutPositionedObjects()
2818 …for (RenderBlock::PositionedObjectsListHashSet::const_iterator it = positionedObjects->begin(); it… in clipOutPositionedObjects()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-244196 …Set the inlineCapacity for the positionedObjects ListHashSet to 4 instead of 256. Since a RenderBl…
4204 (WebCore::RenderBlock::positionedObjects):
36746 (WebCore::RenderBlock::positionedObjects):
DChangeLog4381 (WebCore::RenderBlock::LineBreaker::positionedObjects): Ditto.
58442 (WebCore::RenderBlock::positionedObjects):