HomeSort by relevance Sort by last modified time
    Searched defs:RenderBlock (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBlock.h 54 class RenderBlock : public RenderBox {
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* createAnonymousColumnsBlock() const
    [all...]
RenderBlock.cpp 25 #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(Node* node
    [all...]

Completed in 56 milliseconds