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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
OrderIterator.h 39 class RenderBox;
46 OrderIterator(const RenderBox*);
48 RenderBox* currentChild() const { return m_currentChild; }
49 RenderBox* first();
50 RenderBox* next();
54 const RenderBox* m_containerBox;
55 RenderBox* m_currentChild;
76 void collectChild(const RenderBox*);
RenderMediaControls.h 38 class RenderBox;
RenderFlexibleBox.h 77 typedef HashMap<const RenderBox*, LayoutUnit> InflexibleFlexItemSize;
78 typedef Vector<RenderBox*> OrderedFlexItemList;
86 bool hasOrthogonalFlow(RenderBox* child) const;
90 Length flexBasisForChild(RenderBox* child) const;
92 LayoutUnit crossAxisExtentForChild(RenderBox* child) const;
93 LayoutUnit mainAxisExtentForChild(RenderBox* child) const;
98 LayoutUnit computeMainAxisExtentForChild(RenderBox* child, SizeType, const Length& size);
108 LayoutUnit flowAwareMarginStartForChild(RenderBox* child) const;
109 LayoutUnit flowAwareMarginEndForChild(RenderBox* child) const;
110 LayoutUnit flowAwareMarginBeforeForChild(RenderBox* child) const
    [all...]
RenderGrid.h 83 void insertItemIntoGrid(RenderBox*, size_t rowTrack, size_t columnTrack);
84 void insertItemIntoGrid(RenderBox*, const GridCoordinate&);
87 void placeSpecifiedMajorAxisItemsOnGrid(Vector<RenderBox*>);
88 void placeAutoMajorAxisItemsOnGrid(Vector<RenderBox*>);
89 void placeAutoMajorAxisItemOnGrid(RenderBox*);
95 typedef LayoutUnit (RenderGrid::* SizingFunction)(RenderBox*, TrackSizingDirection, Vector<GridTrack>&);
99 void resolveContentBasedTrackSizingFunctionsForItems(TrackSizingDirection, Vector<GridTrack>& columnTracks, Vector<GridTrack>& rowTracks, RenderBox*, FilterFunction, SizingFunction, AccumulatorGetter, AccumulatorGrowFunction);
109 LayoutUnit logicalContentHeightForChild(RenderBox*, Vector<GridTrack>&);
110 LayoutUnit minContentForChild(RenderBox*, TrackSizingDirection, Vector<GridTrack>& columnTracks);
111 LayoutUnit maxContentForChild(RenderBox*, TrackSizingDirection, Vector<GridTrack>& columnTracks)
    [all...]
RenderReplica.h 32 #include "core/rendering/RenderBox.h"
36 class RenderReplica FINAL : public RenderBox {
LayoutState.h 37 class RenderBox;
64 LayoutState(LayoutState*, RenderBox*, const LayoutSize& offset, LayoutUnit pageHeight, bool pageHeightChanged, ColumnInfo*);
77 LayoutUnit pageLogicalOffset(RenderBox*, LayoutUnit childLogicalOffset) const;
79 void addForcedColumnBreak(RenderBox*, LayoutUnit childLogicalOffset);
94 void propagateLineGridInfo(RenderBox*);
97 void computeLineGridPaginationOrigin(RenderBox*);
OrderIterator.cpp 34 #include "core/rendering/RenderBox.h"
38 OrderIterator::OrderIterator(const RenderBox* containerBox)
45 RenderBox* OrderIterator::first()
51 RenderBox* OrderIterator::next()
113 void OrderIteratorPopulator::collectChild(const RenderBox* child)
RenderLazyBlock.h 55 RenderBox* firstVisibleChildBox() const { return m_firstVisibleChildBox; }
56 RenderBox* lastVisibleChildBox() const { return m_lastVisibleChildBox; }
73 RenderBox* m_firstVisibleChildBox;
74 RenderBox* m_lastVisibleChildBox;
RenderDeprecatedFlexibleBox.h 52 void placeChild(RenderBox* child, const LayoutPoint& location);
58 LayoutUnit allowedChildFlex(RenderBox* child, bool expanding, unsigned group);
RenderReplaced.h 25 #include "core/rendering/RenderBox.h"
29 class RenderReplaced : public RenderBox {
70 virtual RenderBox* embeddedContentBox() const { return 0; }
85 void computeAspectRatioInformationForRenderBox(RenderBox*, FloatSize& constrainedSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const;
RenderBox.cpp 27 #include "core/rendering/RenderBox.h"
67 typedef WTF::HashMap<const RenderBox*, LayoutUnit> OverrideSizeMap;
81 bool RenderBox::s_hadOverflowClip = false;
83 static bool skipBodyBackground(const RenderBox* bodyElementRenderer)
94 RenderBox::RenderBox(ContainerNode* node)
104 RenderBox::~RenderBox()
108 LayoutRect RenderBox::borderBoxRectInRegion(RenderRegion* region, LayoutUnit offsetFromTopOfFirstPage, RenderBoxRegionInfoFlags cacheFlag) const
146 void RenderBox::clearRenderBoxRegionInfo(
    [all...]
RenderFlexibleBox.cpp 58 Violation(RenderBox* child, LayoutUnit childSize)
64 RenderBox* child;
93 static LayoutUnit marginLogicalWidthForChild(RenderBox* child, RenderStyle* parentStyle)
113 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) {
147 static int synthesizedBaselineFromContentBox(const RenderBox* box, LineDirectionMode direction)
167 RenderBox* baselineChild = 0;
169 for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
228 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) {
302 for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
311 for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next())
    [all...]
RenderRegion.h 40 class RenderBox;
72 RenderBoxRegionInfo* renderBoxRegionInfo(const RenderBox*) const;
73 RenderBoxRegionInfo* setRenderBoxRegionInfo(const RenderBox*, LayoutUnit logicalLeftInset, LayoutUnit logicalRightInset,
75 PassOwnPtr<RenderBoxRegionInfo> takeRenderBoxRegionInfo(const RenderBox*);
76 void removeRenderBoxRegionInfo(const RenderBox*);
192 // A RenderBoxRegionInfo* tells us about any layout information for a RenderBox that
195 typedef HashMap<const RenderBox*, OwnPtr<RenderBoxRegionInfo> > RenderBoxRegionInfoMap;
RenderSearchField.cpp 61 if (RenderBox* decorationRenderer = searchDecoration ? searchDecoration->renderBox() : 0) {
67 if (RenderBox* cancelRenderer = cancelButton ? cancelButton->renderBox() : 0) {
110 void RenderSearchField::centerContainerIfNeeded(RenderBox* containerRenderer) const
RenderBlock.h 31 #include "core/rendering/RenderBox.h"
62 typedef WTF::ListHashSet<RenderBox*, 16> TrackedRendererListHashSet;
64 typedef WTF::HashMap<const RenderBox*, OwnPtr<HashSet<RenderBlock*> > > TrackedContainerMap;
78 class RenderBlock : public RenderBox {
116 void insertPositionedObject(RenderBox*);
117 static void removePositionedObject(RenderBox*);
129 void addPercentHeightDescendant(RenderBox*);
130 static void removePercentHeightDescendant(RenderBox*);
133 static bool hasPercentHeightDescendant(RenderBox*);
134 static void clearPercentHeightDescendantsFrom(RenderBox*);
    [all...]
RenderFieldset.h 36 RenderBox* findLegend(FindLegendOption = IgnoreFloatingOrOutOfFlow) const;
RenderPart.h 42 virtual RenderBox* embeddedContentBox() const OVERRIDE FINAL;
RenderSearchField.h 42 virtual void centerContainerIfNeeded(RenderBox*) const OVERRIDE;
RenderTableCol.cpp 40 : RenderBox(element)
50 RenderBox::styleDidChange(diff, oldStyle);
75 RenderBox::insertedIntoTree();
81 RenderBox::willBeRemovedFromTree();
RenderDeprecatedFlexibleBox.cpp 52 RenderBox* child = m_box->firstChildBox();
69 RenderBox* first()
75 RenderBox* next()
114 RenderBox* m_currentChild;
150 static LayoutUnit marginWidthForChild(RenderBox* child)
171 static LayoutUnit contentWidthForChild(RenderBox* child)
178 static LayoutUnit contentHeightForChild(RenderBox* child)
197 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) {
209 for (RenderBox* child = firstChildBox(); child; child = child->nextSiblingBox()) {
342 for (RenderBox* child = iterator.first(); child; child = iterator.next())
    [all...]
RenderMeter.cpp 56 RenderBox::updateLogicalWidth();
64 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
RenderScrollbar.h 37 class RenderBox;
50 RenderBox* owningRenderer() const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.h 38 class RenderBox;
40 class ShapeOutsideInfo : public ShapeInfo<RenderBox, &RenderStyle::shapeOutside, &Shape::getExcludedIntervals>, public MappedInfo<RenderBox, ShapeOutsideInfo> {
48 static PassOwnPtr<ShapeOutsideInfo> createInfo(const RenderBox* renderer) { return adoptPtr(new ShapeOutsideInfo(renderer)); }
49 static bool isEnabledFor(const RenderBox*);
55 ShapeOutsideInfo(const RenderBox* renderer) : ShapeInfo<RenderBox, &RenderStyle::shapeOutside, &Shape::getExcludedIntervals>(renderer) { }
ShapeOutsideInfo.cpp 33 #include "core/rendering/RenderBox.h"
36 bool ShapeOutsideInfo::isEnabledFor(const RenderBox* box)
51 if (ShapeInfo<RenderBox, &RenderStyle::shapeOutside, &Shape::getExcludedIntervals>::computeSegmentsForLine(lineTop, lineHeight)) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.h 40 class RenderBox;
57 bool autoscrollInProgress(const RenderBox*) const;
67 void startPanScrolling(RenderBox*, const IntPoint&);
79 RenderBox* m_autoscrollRenderer;

Completed in 227 milliseconds

1 2 3 4 5