HomeSort by relevance Sort by last modified time
    Searched full:renderblockflow (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockFlowPainter.h 13 class RenderBlockFlow;
17 BlockFlowPainter(RenderBlockFlow& renderBlockFlow) : m_renderBlockFlow(renderBlockFlow) { }
21 RenderBlockFlow& m_renderBlockFlow;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCaption.cpp 28 : RenderBlockFlow(element)
44 RenderBlockFlow::insertedIntoTree();
51 RenderBlockFlow::willBeRemovedFromTree();
RenderBlockFlow.cpp 32 #include "core/rendering/RenderBlockFlow.h"
54 bool RenderBlockFlow::s_canPropagateFloatIntoSibling = false;
61 COMPILE_ASSERT(sizeof(RenderBlockFlow::MarginValues) == sizeof(LayoutUnit[4]), MarginValues_should_stay_small);
97 MarginInfo(RenderBlockFlow*, LayoutUnit beforeBorderPadding, LayoutUnit afterBorderPadding);
158 void RenderBlockFlow::RenderBlockFlowRareData::trace(Visitor* visitor)
163 RenderBlockFlow::RenderBlockFlow(ContainerNode* node)
170 RenderBlockFlow::~RenderBlockFlow()
174 void RenderBlockFlow::trace(Visitor* visitor
    [all...]
RenderDetailsMarker.h 24 #include "core/rendering/RenderBlockFlow.h"
28 class RenderDetailsMarker FINAL : public RenderBlockFlow {
RenderMeter.h 24 #include "core/rendering/RenderBlockFlow.h"
31 class RenderMeter FINAL : public RenderBlockFlow {
RenderProgress.h 24 #include "core/rendering/RenderBlockFlow.h"
30 class RenderProgress FINAL : public RenderBlockFlow {
RenderTableCaption.h 23 #include "core/rendering/RenderBlockFlow.h"
29 class RenderTableCaption FINAL : public RenderBlockFlow {
RenderProgress.cpp 33 : RenderBlockFlow(element)
53 RenderBlockFlow::destroy();
65 RenderBlockFlow::updateFromElement();
RenderRuby.cpp 85 static RenderBlockFlow* createAnonymousRubyInlineBlock(RenderObject* ruby)
88 RenderBlockFlow* newBlock = RenderBlockFlow::createAnonymous(&ruby->document());
218 : RenderBlockFlow(element)
228 RenderBlockFlow::styleDidChange(diff, oldStyle);
238 RenderBlockFlow::addChild(child, firstChild());
244 RenderBlockFlow::addChild(beforeBlock, firstChild());
253 RenderBlockFlow::addChild(child);
259 RenderBlockFlow::addChild(afterBlock);
268 RenderBlockFlow::addChild(child, beforeChild)
    [all...]
RenderPagedFlowThread.h 20 RenderBlockFlow* pagedBlockFlow() const { return toRenderBlockFlow(parent()); }
RenderFieldset.h 27 #include "core/rendering/RenderBlockFlow.h"
31 class RenderFieldset FINAL : public RenderBlockFlow {
RenderFileUploadControl.h 24 #include "core/rendering/RenderBlockFlow.h"
34 class RenderFileUploadControl FINAL : public RenderBlockFlow {
RenderMediaControlElements.cpp 38 : RenderBlockFlow(element)
44 RenderBlockFlow::layout();
RenderMediaControlElements.h 32 #include "core/rendering/RenderBlockFlow.h"
37 class RenderTextTrackContainerElement FINAL : public RenderBlockFlow {
RenderRubyText.h 34 #include "core/rendering/RenderBlockFlow.h"
38 class RenderRubyText FINAL : public RenderBlockFlow {
RenderSliderThumb.h 36 #include "core/rendering/RenderBlockFlow.h"
42 class RenderSliderThumb FINAL : public RenderBlockFlow {
RenderVTTCue.h 29 #include "core/rendering/RenderBlockFlow.h"
38 class RenderVTTCue FINAL : public RenderBlockFlow {
RenderBlockFlow.h 51 class RenderBlockFlow : public RenderBlock {
53 explicit RenderBlockFlow(ContainerNode*);
54 virtual ~RenderBlockFlow();
57 static RenderBlockFlow* createAnonymous(Document*);
90 // FIXME-BLOCKFLOW: Move this into RenderBlockFlow once there are no calls
256 void addIntrudingFloats(RenderBlockFlow* prev, LayoutUnit xoffset, LayoutUnit yoffset);
257 void addOverhangingFloats(RenderBlockFlow* child, bool makeChildPaintOtherFloats);
355 RenderBlockFlowRareData(const RenderBlockFlow* block)
367 static LayoutUnit positiveMarginBeforeDefault(const RenderBlockFlow* block)
371 static LayoutUnit negativeMarginBeforeDefault(const RenderBlockFlow* block
    [all...]
RenderBlock.h 99 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
196 static RenderBlockFlow* createAnonymousColumnsWithParentRenderer(const RenderObject*);
197 static RenderBlockFlow* createAnonymousColumnSpanWithParentRenderer(const RenderObject*);
199 RenderBlockFlow* createAnonymousColumnsBlock() const { return createAnonymousColumnsWithParentRenderer(this); }
200 RenderBlockFlow* createAnonymousColumnSpanBlock() const { return createAnonymousColumnSpanWithParentRenderer(this); }
286 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
376 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
403 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
422 void makeChildrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, RenderObject* newChild);
430 RenderBlockFlow* containingColumnsBlock(bool allowAnonymousColumnBlock = true)
    [all...]
RenderRubyText.cpp 39 : RenderBlockFlow(element)
57 return RenderBlockFlow::textAlignmentForLine(endsWithSoftBreak);
68 return RenderBlockFlow::adjustInlineDirectionLineBounds(expansionOpportunityCount, logicalLeft, logicalWidth);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.h 40 class RenderBlockFlow;
47 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText);
78 RenderBlockFlow& m_block;
LineBreaker.h 39 LineBreaker(RenderBlockFlow* block)
56 RenderBlockFlow* m_block;
LineLayoutState.h 27 #include "core/rendering/RenderBlockFlow.h"
91 Vector<RenderBlockFlow::FloatWithRect>& floats() { return m_floats; }
103 Vector<RenderBlockFlow::FloatWithRect> m_floats;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.h 23 #include "core/rendering/RenderBlockFlow.h"
29 class RenderSVGBlock : public RenderBlockFlow {
RenderSVGBlock.cpp 35 : RenderBlockFlow(element)
77 RenderBlockFlow::willBeDestroyed();
121 RenderBlockFlow::invalidateTreeIfNeeded(paintInvalidationState);

Completed in 409 milliseconds

1 2 3 4 5