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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h50 typedef WTF::HashMap<const RenderBlock*, OwnPtr<TrackedRendererListHashSet> > TrackedDescendantsMap;
51 typedef WTF::HashMap<const RenderBox*, OwnPtr<HashSet<RenderBlock*> > > TrackedContainerMap;
56 typedef WTF::HashMap<RenderBlock*, OwnPtr<ListHashSet<RenderInline*> > > ContinuationOutlineTableMap;
60 class RenderBlock : public RenderBox { class in namespace:blink
67 explicit RenderBlock(ContainerNode*);
68 virtual ~RenderBlock();
74 // If you have a RenderBlock, use firstChild or lastChild instead.
109 void removePositionedObjects(RenderBlock*, ContainingBlockState = SameContainingBlock);
164 LayoutRect logicalLeftSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
166 LayoutRect logicalRightSelectionGap(const RenderBlock* rootBloc
404 clipOutFloatingObjects(const RenderBlock*, const PaintInfo*, const LayoutPoint&, const LayoutSize&) const argument
[all...]
H A DRenderBlock.cpp25 #include "core/rendering/RenderBlock.h"
89 COMPILE_ASSERT(sizeof(RenderBlock) == sizeof(SameSizeAsRenderBlock), RenderBlock_should_stay_small);
100 typedef WTF::HashSet<RenderBlock*> DelayedUpdateScrollInfoSet;
111 OverflowEventDispatcher(const RenderBlock* block)
143 const RenderBlock* m_block;
149 RenderBlock::RenderBlock(ContainerNode* node) function in class:blink::RenderBlock
163 void RenderBlock::trace(Visitor* visitor)
169 static void removeBlockFromDescendantAndContainerMaps(RenderBlock* block, TrackedDescendantsMap*& descendantMap, TrackedContainerMap*& containerMap)
178 HashSet<RenderBlock*>* containerSe
[all...]

Completed in 444 milliseconds