Searched defs:RenderBlock (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h54 class RenderBlock : public RenderBox { class in namespace:WebCore
56 RenderBlock(Node*);
57 virtual ~RenderBlock();
84 void removePositionedObjects(RenderBlock*);
124 IntRect logicalLeftSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
126 IntRect logicalRightSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
146 RenderBlock* blockElementContinuation() const;
152 // style from this RenderBlock.
153 RenderBlock* createAnonymousBlock(bool isFlexibleBox = false) const;
154 RenderBlock* createAnonymousColumnsBloc
[all...]
H A DRenderBlock.cpp25 #include "RenderBlock.h"
72 typedef WTF::HashMap<const RenderBlock*, HashSet<RenderBox*>*> PercentHeightDescendantsMap;
75 typedef WTF::HashMap<const RenderBox*, HashSet<RenderBlock*>*> PercentHeightContainerMap;
78 typedef WTF::HashMap<RenderBlock*, ListHashSet<RenderInline*>*> ContinuationOutlineTableMap;
80 typedef WTF::HashSet<RenderBlock*> DelayedUpdateScrollInfoSet;
84 bool RenderBlock::s_canPropagateFloatIntoSibling = false;
87 RenderBlock::MarginInfo::MarginInfo(RenderBlock* block, int beforeBorderPadding, int afterBorderPadding)
119 RenderBlock::RenderBlock(Nod function in class:WebCore::RenderBlock
[all...]

Completed in 44 milliseconds