/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | TextAutosizer.h | 37 class RenderBlock; variable 66 …void processClusterInternal(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subt… 67 …void processCluster(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subtreeRoot,… 69 …void processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo&, Render… 75 … static bool isNarrowDescendant(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo); 76 …static bool isWiderDescendant(const RenderBlock*, const TextAutosizingClusterInfo& parentClusterIn… 77 static bool isIndependentDescendant(const RenderBlock*); 78 … static bool isAutosizingCluster(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo); 80 static bool containerShouldBeAutosized(const RenderBlock* container); 81 …static bool containerContainsOneOfTags(const RenderBlock* cluster, const Vector<QualifiedName>& ta… [all …]
|
D | RenderBlock.cpp | 85 COMPILE_ASSERT(sizeof(RenderBlock) == sizeof(SameSizeAsRenderBlock), RenderBlock_should_stay_small); 96 typedef WTF::HashMap<RenderBlock*, OwnPtr<ListHashSet<RenderInline*> > > ContinuationOutlineTableMa… 98 typedef WTF::HashSet<RenderBlock*> DelayedUpdateScrollInfoSet; 109 OverflowEventDispatcher(const RenderBlock* block) in OverflowEventDispatcher() 139 const RenderBlock* m_block; 145 RenderBlock::RenderBlock(ContainerNode* node) in RenderBlock() function in WebCore::RenderBlock 157 static void removeBlockFromDescendantAndContainerMaps(RenderBlock* block, TrackedDescendantsMap*& d… in removeBlockFromDescendantAndContainerMaps() 166 HashSet<RenderBlock*>* containerSet = it->value.get(); in removeBlockFromDescendantAndContainerMaps() 188 RenderBlock::~RenderBlock() in ~RenderBlock() 198 void RenderBlock::willBeDestroyed() in willBeDestroyed() [all …]
|
D | FastTextAutosizer.h | 44 class RenderBlock; variable 60 void record(const RenderBlock*); 61 void destroy(const RenderBlock*); 62 void inflate(RenderBlock*); 74 WTF::HashSet<const RenderBlock*> m_blocks; 80 AtomicString fingerprint(const RenderBlock*); 85 WTF::HashMap<const RenderBlock*, Cluster*> m_clusterForBlock;
|
D | RenderRuby.cpp | 73 static inline RenderBlock* rubyBeforeBlock(const RenderObject* ruby) in rubyBeforeBlock() 79 static inline RenderBlock* rubyAfterBlock(const RenderObject* ruby) in rubyAfterBlock() 135 RenderBlock* beforeBlock = rubyBeforeBlock(this); in addChild() 150 RenderBlock* afterBlock = rubyAfterBlock(this); in addChild() 228 RenderBlock::styleDidChange(diff, oldStyle); in styleDidChange() 238 RenderBlock::addChild(child, firstChild()); in addChild() 241 RenderBlock* beforeBlock = rubyBeforeBlock(this); in addChild() 244 RenderBlock::addChild(beforeBlock, firstChild()); in addChild() 253 RenderBlock::addChild(child); in addChild() 256 RenderBlock* afterBlock = rubyAfterBlock(this); in addChild() [all …]
|
D | 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); 233 …LayoutRect logicalLeftSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPos… 235 …LayoutRect logicalRightSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPo… 238 RenderBlock* blockBeforeWithinSelectionRoot(LayoutSize& offset) const; 258 RenderBlock* blockElementContinuation() const; [all …]
|
D | TextAutosizer.cpp | 52 explicit TextAutosizingClusterInfo(RenderBlock* root) in TextAutosizingClusterInfo() 59 RenderBlock* root; 60 const RenderBlock* blockContainingAllText; 151 …RenderBlock* container = layoutRoot->isRenderBlock() ? toRenderBlock(layoutRoot) : layoutRoot->con… in processSubtree() 155 RenderBlock* cluster = container; in processSubtree() 190 void TextAutosizer::processClusterInternal(TextAutosizingClusterInfo& clusterInfo, RenderBlock* con… in processClusterInternal() 203 void TextAutosizer::processCluster(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, … in processCluster() 238 void TextAutosizer::processContainer(float multiplier, RenderBlock* container, TextAutosizingCluste… in processContainer() 262 RenderBlock* descendantBlock = toRenderBlock(descendant); in processContainer() 354 bool TextAutosizer::isNarrowDescendant(const RenderBlock* renderer, TextAutosizingClusterInfo& pare… in isNarrowDescendant() [all …]
|
D | RenderRubyRun.cpp | 94 RenderBlock::addChild(base); in rubyBaseSafe() 99 RenderBlock* RenderRubyRun::firstLineBlock() const in firstLineBlock() 122 RenderBlock::addChild(child, firstChild()); in addChild() 130 RenderBlock* newRun = staticCreateRubyRun(ruby); in addChild() 136 RenderBlock::addChild(child, beforeChild); in addChild() 137 RenderBlock::removeChild(beforeChild); in addChild() 179 RenderBlock::removeChild(child); in removeChild() 183 RenderBlock* base = rubyBase(); in removeChild() 185 RenderBlock::removeChild(base); in removeChild() 233 RenderBlock::layout(); in layout()
|
D | FastTextAutosizer.cpp | 47 void FastTextAutosizer::record(const RenderBlock* block) in record() 71 void FastTextAutosizer::destroy(const RenderBlock* block) in destroy() 94 void FastTextAutosizer::inflate(RenderBlock* block) in inflate() 118 AtomicString FastTextAutosizer::fingerprint(const RenderBlock* block) in fingerprint() 126 const WTF::HashSet<const RenderBlock*>& blocks = cluster->m_blocks; in computeMultiplier() 129 for (WTF::HashSet<const RenderBlock*>::iterator it = blocks.begin(); it != blocks.end(); ++it) in computeMultiplier()
|
D | RenderFullScreen.h | 40 void setPlaceholder(RenderBlock*); 41 RenderBlock* placeholder() { return m_placeholder; } in placeholder() 54 RenderBlock* m_placeholder;
|
D | RenderVideo.cpp | 240 static const RenderBlock* rendererPlaceholder(const RenderObject* renderer) in rendererPlaceholder() 255 if (const RenderBlock* block = rendererPlaceholder(this)) in offsetLeft() 262 if (const RenderBlock* block = rendererPlaceholder(this)) in offsetTop() 269 if (const RenderBlock* block = rendererPlaceholder(this)) in offsetWidth() 276 if (const RenderBlock* block = rendererPlaceholder(this)) in offsetHeight()
|
D | RenderMenuList.h | 112 return RenderBlock::baselinePosition(baseline, firstLine, direction, position); in baselinePosition() 114 … virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); } in firstLineBoxBaseline() 115 …lineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return RenderBlock::inlineBlockBas… in inlineBlockBaseline() 128 RenderBlock* m_innerBlock;
|
D | RenderTableCaption.cpp | 38 RenderBlock* cb = containingBlock(); in containingBlockLogicalWidthForContent() 51 RenderBlock::willBeRemovedFromTree(); in willBeRemovedFromTree()
|
D | RenderButton.cpp | 78 RenderBlock::styleWillChange(diff, newStyle); in styleWillChange() 83 RenderBlock::styleDidChange(diff, oldStyle); in styleDidChange() 122 if (!hasLineIfEmpty() && RenderBlock::firstLineBoxBaseline() == -1) { in baselinePosition()
|
D | RenderTextControl.h | 77 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { } in removeLeftoverAnonymousBlock() argument 103 return RenderBlock::baselinePosition(baseline, firstLine, direction, position); in baselinePosition() 105 … virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); } in firstLineBoxBaseline()
|
D | RenderRubyBase.cpp | 88 RenderBlock* toBlock; in moveInlineChildren() 123 RenderBlock* anonBlockHere = toRenderBlock(firstChildHere); in moveBlockChildren() 124 RenderBlock* anonBlockThere = toRenderBlock(lastChildThere); in moveBlockChildren()
|
D | RenderScrollbarPart.cpp | 40 : RenderBlock(0) in RenderScrollbarPart() 146 RenderBlock::styleWillChange(diff, newStyle); in styleWillChange() 152 RenderBlock::styleDidChange(diff, oldStyle); in styleDidChange() 173 RenderBlock::imageChanged(image, rect); in imageChanged()
|
D | RenderRubyRun.h | 62 virtual RenderBlock* firstLineBlock() const; 79 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { } in removeLeftoverAnonymousBlock() argument
|
D | RenderRuby.h | 70 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { ASSERT_NOT_REACHED(); } in removeLeftoverAnonymousBlock() argument 90 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { ASSERT_NOT_REACHED(); } in removeLeftoverAnonymousBlock() argument
|
D | RenderButton.h | 46 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { } in removeLeftoverAnonymousBlock() argument 66 RenderBlock* m_inner;
|
D | RenderMultiColumnBlock.cpp | 49 RenderBlock::styleDidChange(diff, oldStyle); in styleDidChange() 82 bool relayoutChildren = RenderBlock::updateLogicalWidthAndColumnWidth(); in updateLogicalWidthAndColumnWidth() 144 RenderBlock::addChild(m_flowThread); in addChild()
|
/external/chromium_org/tools/perf/measurements/test_data/ |
D | loading_profile.csv | 1 …RenderBlock::FloatingObjects::computePlacedFloatsTree (period),WebCore::RenderBlock::LineBreaker::…
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGForeignObject.cpp | 74 RenderBlock::paint(childPaintInfo, IntPoint()); in paint() 77 RenderBlock::paint(childPaintInfo, childPoint); in paint() 79 RenderBlock::paint(childPaintInfo, childPoint); in paint() 81 RenderBlock::paint(childPaintInfo, childPoint); in paint() 83 RenderBlock::paint(childPaintInfo, childPoint); in paint() 154 RenderBlock::layout(); in layout() 182 …return RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestForeground) in nodeAtFloatPoint() 183 || RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestFloat) in nodeAtFloatPoint() 184 …|| RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestChildBlockBack… in nodeAtFloatPoint()
|
D | RenderSVGBlock.cpp | 49 RenderBlock::updateFromStyle(); in updateFromStyle() 83 RenderBlock::styleDidChange(diff, oldStyle); in styleDidChange()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeInsideInfo.h | 40 class RenderBlock; variable 63 class ShapeInsideInfo FINAL : public ShapeInfo<RenderBlock> { 65 …static PassOwnPtr<ShapeInsideInfo> createInfo(const RenderBlock* renderer) { return adoptPtr(new S… in createInfo() 67 static bool isEnabledFor(const RenderBlock* renderer); 111 ShapeInsideInfo(const RenderBlock* renderer) in ShapeInsideInfo() 112 : ShapeInfo<RenderBlock> (renderer) in ShapeInsideInfo()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | FindInPageCoordinates.cpp | 51 static const RenderBlock* enclosingScrollableAncestor(const RenderObject* renderer) in enclosingScrollableAncestor() 56 const RenderBlock* container = renderer->containingBlock(); in enclosingScrollableAncestor() 62 …izedRect(const FloatRect& absoluteRect, const RenderObject* renderer, const RenderBlock* container) in toNormalizedRect() 104 const RenderBlock* baseContainer = enclosingScrollableAncestor(baseRenderer); in findInPageRectFromAbsoluteRect() 112 const RenderBlock* container = enclosingScrollableAncestor(renderer); in findInPageRectFromAbsoluteRect()
|