HomeSort by relevance Sort by last modified time
    Searched refs:RenderBlock (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControlElements.h 32 #include "core/rendering/RenderBlock.h"
37 class RenderTextTrackContainerElement FINAL : public RenderBlock {
RenderTableCaption.cpp 28 : RenderBlock(element)
38 RenderBlock* cb = containingBlock();
44 RenderBlock::insertedIntoTree();
51 RenderBlock::willBeRemovedFromTree();
TextAutosizer.h 37 class RenderBlock;
66 void processClusterInternal(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&, float multiplier);
67 void processCluster(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&);
69 void processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo&, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&);
75 static bool isNarrowDescendant(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo);
76 static bool isWiderDescendant(const RenderBlock*, const TextAutosizingClusterInfo& parentClusterInfo);
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>& tags)
    [all...]
TrailingFloatsRootInlineBox.h 35 TrailingFloatsRootInlineBox(RenderBlock* block)
RenderMediaControlElements.cpp 37 : RenderBlock(element)
43 RenderBlock::layout();
RenderFullScreen.h 40 void setPlaceholder(RenderBlock*);
41 RenderBlock* placeholder() { return m_placeholder; }
53 RenderBlock* m_placeholder;
RenderRuby.h 34 #include "core/rendering/RenderBlock.h"
69 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { ASSERT_NOT_REACHED(); }
73 class RenderRubyAsBlock FINAL : public RenderBlock {
88 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { ASSERT_NOT_REACHED(); }
RenderRubyRun.h 34 #include "core/rendering/RenderBlock.h"
44 class RenderRubyRun FINAL : public RenderBlock {
62 virtual RenderBlock* firstLineBlock() const;
78 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { }
RenderRubyText.cpp 41 : RenderBlock(element)
59 return RenderBlock::textAlignmentForLine(endsWithSoftBreak);
70 return RenderBlock::adjustInlineDirectionLineBounds(expansionOpportunityCount, logicalLeft, logicalWidth);
RenderRuby.cpp 73 static inline RenderBlock* rubyBeforeBlock(const RenderObject* ruby)
79 static inline RenderBlock* rubyAfterBlock(const RenderObject* ruby)
85 static RenderBlock* createAnonymousRubyInlineBlock(RenderObject* ruby)
88 RenderBlock* newBlock = RenderBlock::createAnonymous(ruby->document());
135 RenderBlock* beforeBlock = rubyBeforeBlock(this);
150 RenderBlock* afterBlock = rubyAfterBlock(this);
218 : RenderBlock(element)
228 RenderBlock::styleDidChange(diff, oldStyle);
238 RenderBlock::addChild(child, firstChild())
    [all...]
LayoutState.h 36 class RenderBlock;
84 RenderBlock* lineGrid() const { return m_lineGrid; }
95 void establishLineGrid(RenderBlock*);
112 RenderBlock* m_lineGrid;
RenderRubyText.h 34 #include "core/rendering/RenderBlock.h"
38 class RenderRubyText FINAL : public RenderBlock {
RenderMeter.h 24 #include "core/rendering/RenderBlock.h"
31 class RenderMeter FINAL : public RenderBlock {
RenderTextControl.h 25 #include "core/rendering/RenderBlock.h"
32 class RenderTextControl : public RenderBlock {
72 virtual void removeLeftoverAnonymousBlock(RenderBlock*) { }
112 return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
114 virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
RenderTextTrackCue.h 30 #include "core/rendering/RenderBlock.h"
38 class RenderTextTrackCue FINAL : public RenderBlock {
RenderRubyRun.cpp 44 : RenderBlock(0)
93 RenderBlock::addChild(base);
98 RenderBlock* RenderRubyRun::firstLineBlock() const
121 RenderBlock::addChild(child, firstChild());
129 RenderBlock* newRun = staticCreateRubyRun(ruby);
135 RenderBlock::addChild(child, beforeChild);
136 RenderBlock::removeChild(beforeChild);
178 RenderBlock::removeChild(child);
182 RenderBlock* base = rubyBase();
184 RenderBlock::removeChild(base)
    [all...]
RenderBlock.cpp 25 #include "core/rendering/RenderBlock.h"
83 COMPILE_ASSERT(sizeof(RenderBlock) == sizeof(SameSizeAsRenderBlock), RenderBlock_should_stay_small);
92 COMPILE_ASSERT(sizeof(RenderBlock::MarginValues) == sizeof(LayoutUnit[4]), MarginValues_should_stay_small);
108 typedef WTF::HashMap<RenderBlock*, OwnPtr<ListHashSet<RenderInline*> > > ContinuationOutlineTableMap;
110 typedef WTF::HashSet<RenderBlock*> DelayedUpdateScrollInfoSet;
116 bool RenderBlock::s_canPropagateFloatIntoSibling = false;
123 OverflowEventDispatcher(const RenderBlock* block)
152 const RenderBlock* m_block;
159 RenderBlock::MarginInfo::MarginInfo(RenderBlock* block, LayoutUnit beforeBorderPadding, LayoutUnit afterBorderPadding
    [all...]
RenderDetailsMarker.h 24 #include "core/rendering/RenderBlock.h"
28 class RenderDetailsMarker FINAL : public RenderBlock {
RenderFieldset.h 27 #include "core/rendering/RenderBlock.h"
31 class RenderFieldset FINAL : public RenderBlock {
RenderMenuList.h 115 return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
117 virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
118 virtual int inlineBlockBaseline(LineDirectionMode direction) const OVERRIDE { return RenderBlock::inlineBlockBaseline(direction); }
131 RenderBlock* m_innerBlock;
RenderProgress.h 24 #include "core/rendering/RenderBlock.h"
30 class RenderProgress FINAL : public RenderBlock {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInsideInfo.h 40 class RenderBlock;
63 class ShapeInsideInfo : public ShapeInfo<RenderBlock, &RenderStyle::resolvedShapeInside, &Shape::getIncludedIntervals> {
65 static PassOwnPtr<ShapeInsideInfo> createInfo(const RenderBlock* renderer) { return adoptPtr(new ShapeInsideInfo(renderer)); }
67 static bool isEnabledFor(const RenderBlock* renderer);
72 return ShapeInfo<RenderBlock, &RenderStyle::resolvedShapeInside, &Shape::getIncludedIntervals>::computeSegmentsForLine(lineTop, lineHeight);
102 ShapeInsideInfo(const RenderBlock* renderer)
103 : ShapeInfo<RenderBlock, &RenderStyle::resolvedShapeInside, &Shape::getIncludedIntervals> (renderer)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.cpp 32 : RenderBlock(element)
58 RenderBlock::setStyle(useStyle.release());
63 RenderBlock::updateFromStyle();
66 // RenderBlock assumes a layer to be present when the overflow clip functionality is requested. Both
89 RenderBlock::willBeDestroyed();
96 RenderBlock::styleWillChange(diff, newStyle);
101 RenderBlock::styleDidChange(diff, oldStyle);
RenderSVGForeignObject.cpp 73 RenderBlock::paint(childPaintInfo, IntPoint());
76 RenderBlock::paint(childPaintInfo, childPoint);
78 RenderBlock::paint(childPaintInfo, childPoint);
80 RenderBlock::paint(childPaintInfo, childPoint);
82 RenderBlock::paint(childPaintInfo, childPoint);
153 RenderBlock::layout();
181 return RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestForeground)
182 || RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestFloat)
183 || RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestChildBlockBackgrounds);
  /external/chromium_org/third_party/WebKit/Source/web/
FindInPageCoordinates.cpp 41 #include "core/rendering/RenderBlock.h"
52 static const RenderBlock* enclosingScrollableAncestor(const RenderObject* renderer)
57 const RenderBlock* container = renderer->containingBlock();
63 static FloatRect toNormalizedRect(const FloatRect& absoluteRect, const RenderObject* renderer, const RenderBlock* container)
105 const RenderBlock* baseContainer = enclosingScrollableAncestor(baseRenderer);
113 const RenderBlock* container = enclosingScrollableAncestor(renderer);

Completed in 345 milliseconds

1 2 3 4 5 6