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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 62 typedef WTF::HashMap<const RenderBlock*, OwnPtr<TrackedRendererListHashSet> > TrackedDescendantsMap;
63 typedef WTF::HashMap<const RenderBox*, OwnPtr<HashSet<RenderBlock*> > > TrackedContainerMap;
77 class RenderBlock : public RenderBox {
82 explicit RenderBlock(ContainerNode*);
83 virtual ~RenderBlock();
115 void removePositionedObjects(RenderBlock*, ContainingBlockState = SameContainingBlock);
152 // FIXME-BLOCKFLOW: Remove virtualizaion when all of the line layout code has been moved out of RenderBlock
233 LayoutRect logicalLeftSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
235 LayoutRect logicalRightSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
238 RenderBlock* blockBeforeWithinSelectionRoot(LayoutSize& offset) const
    [all...]
RenderBlock.cpp 25 #include "core/rendering/RenderBlock.h"
85 COMPILE_ASSERT(sizeof(RenderBlock) == sizeof(SameSizeAsRenderBlock), RenderBlock_should_stay_small);
96 typedef WTF::HashMap<RenderBlock*, OwnPtr<ListHashSet<RenderInline*> > > ContinuationOutlineTableMap;
98 typedef WTF::HashSet<RenderBlock*> DelayedUpdateScrollInfoSet;
109 OverflowEventDispatcher(const RenderBlock* block)
139 const RenderBlock* m_block;
145 RenderBlock::RenderBlock(ContainerNode* node)
157 static void removeBlockFromDescendantAndContainerMaps(RenderBlock* block, TrackedDescendantsMap*& descendantMap, TrackedContainerMap*& containerMap)
166 HashSet<RenderBlock*>* containerSet = it->value.get()
    [all...]

Completed in 141 milliseconds