webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
WebCore::RenderElement Class Referenceabstract

#include <RenderElement.h>

Inheritance diagram for WebCore::RenderElement:
WebCore::RenderObject WebCore::RenderObject WebCore::CachedImageClient WebCore::CachedImageClient WebCore::CachedImageClient WebCore::CachedImageClient WebCore::CachedResourceClient WebCore::CachedResourceClient WebCore::CachedResourceClient WebCore::CachedResourceClient WebCore::CachedResourceClient WebCore::CachedResourceClient WebCore::CachedResourceClient WebCore::CachedResourceClient WebCore::RenderLayerModelObject WebCore::RenderLayerModelObject WebCore::RenderSVGGradientStop WebCore::RenderSVGModelObject WebCore::RenderBoxModelObject WebCore::RenderBoxModelObject WebCore::RenderBoxModelObject WebCore::RenderBoxModelObject WebCore::RenderSVGContainer WebCore::RenderSVGImage WebCore::RenderSVGShape WebCore::RenderBox WebCore::RenderBox WebCore::RenderInline WebCore::RenderInline WebCore::RenderLineBreak WebCore::RenderLineBreak WebCore::SameSizeAsRenderBox WebCore::RenderBox WebCore::RenderBox WebCore::RenderInline WebCore::RenderInline WebCore::RenderLineBreak WebCore::RenderLineBreak WebCore::SameSizeAsRenderBox WebCore::RenderBox WebCore::RenderBox WebCore::RenderInline WebCore::RenderInline WebCore::RenderLineBreak WebCore::RenderLineBreak WebCore::SameSizeAsRenderBox WebCore::RenderBox WebCore::RenderBox WebCore::RenderInline WebCore::RenderInline WebCore::RenderLineBreak WebCore::RenderLineBreak WebCore::SameSizeAsRenderBox WebCore::RenderSVGHiddenContainer WebCore::RenderSVGTransformableContainer WebCore::RenderSVGViewportContainer WebCore::RenderSVGEllipse WebCore::RenderSVGPath WebCore::RenderSVGRect

Public Types

enum  RendererCreationType { CreateAllRenderers, OnlyCreateBlockAndFlexboxRenderers, CreateAllRenderers, OnlyCreateBlockAndFlexboxRenderers }
 
enum  NotifyChildrenType { NotifyChildren, DontNotifyChildren, NotifyChildren, DontNotifyChildren }
 
enum  RendererCreationType { CreateAllRenderers, OnlyCreateBlockAndFlexboxRenderers, CreateAllRenderers, OnlyCreateBlockAndFlexboxRenderers }
 
enum  NotifyChildrenType { NotifyChildren, DontNotifyChildren, NotifyChildren, DontNotifyChildren }
 
- Public Types inherited from WebCore::RenderObject
enum  FlowThreadState {
  NotInsideFlowThread = 0, InsideOutOfFlowThread = 1, InsideInFlowThread = 2, NotInsideFlowThread = 0,
  InsideOutOfFlowThread = 1, InsideInFlowThread = 2
}
 
enum  VisibleInViewportState {
  VisibilityUnknown, VisibleInViewport, NotVisibleInViewport, VisibilityUnknown,
  VisibleInViewport, NotVisibleInViewport
}
 
enum  BoxDecorationState {
  NoBoxDecorations, HasBoxDecorationsAndBackgroundObscurationStatusInvalid, HasBoxDecorationsAndBackgroundIsKnownToBeObscured, HasBoxDecorationsAndBackgroundMayBeVisible,
  NoBoxDecorations, HasBoxDecorationsAndBackgroundObscurationStatusInvalid, HasBoxDecorationsAndBackgroundIsKnownToBeObscured, HasBoxDecorationsAndBackgroundMayBeVisible
}
 
enum  SelectionState {
  SelectionNone, SelectionStart, SelectionInside, SelectionEnd,
  SelectionBoth, SelectionNone, SelectionStart, SelectionInside,
  SelectionEnd, SelectionBoth
}
 
enum  FlowThreadState {
  NotInsideFlowThread = 0, InsideOutOfFlowThread = 1, InsideInFlowThread = 2, NotInsideFlowThread = 0,
  InsideOutOfFlowThread = 1, InsideInFlowThread = 2
}
 
enum  VisibleInViewportState {
  VisibilityUnknown, VisibleInViewport, NotVisibleInViewport, VisibilityUnknown,
  VisibleInViewport, NotVisibleInViewport
}
 
enum  BoxDecorationState {
  NoBoxDecorations, HasBoxDecorationsAndBackgroundObscurationStatusInvalid, HasBoxDecorationsAndBackgroundIsKnownToBeObscured, HasBoxDecorationsAndBackgroundMayBeVisible,
  NoBoxDecorations, HasBoxDecorationsAndBackgroundObscurationStatusInvalid, HasBoxDecorationsAndBackgroundIsKnownToBeObscured, HasBoxDecorationsAndBackgroundMayBeVisible
}
 
enum  SelectionState {
  SelectionNone, SelectionStart, SelectionInside, SelectionEnd,
  SelectionBoth, SelectionNone, SelectionStart, SelectionInside,
  SelectionEnd, SelectionBoth
}
 
- Public Types inherited from WebCore::CachedResourceClient
enum  CachedResourceClientType {
  BaseResourceType, ImageType, FontType, StyleSheetType,
  SVGDocumentType, RawResourceType, BaseResourceType, ImageType,
  FontType, StyleSheetType, SVGDocumentType, RawResourceType
}
 
enum  CachedResourceClientType {
  BaseResourceType, ImageType, FontType, StyleSheetType,
  SVGDocumentType, RawResourceType, BaseResourceType, ImageType,
  FontType, StyleSheetType, SVGDocumentType, RawResourceType
}
 

Public Member Functions

virtual ~RenderElement ()
 
bool hasInitializedStyle () const
 
const RenderStylestyle () const
 
const RenderStylefirstLineStyle () const
 
RenderStylemutableStyle ()
 
void initializeStyle ()
 
void setStyle (RenderStyle &&, StyleDifference minimalStyleDifference=StyleDifferenceEqual)
 
const RenderStylegetCachedPseudoStyle (PseudoId, const RenderStyle *parentStyle=nullptr) const
 
std::unique_ptr< RenderStylegetUncachedPseudoStyle (const PseudoStyleRequest &, const RenderStyle *parentStyle=nullptr, const RenderStyle *ownStyle=nullptr) const
 
Elementelement () const
 
ElementnonPseudoElement () const
 
ElementgeneratingElement () const
 
RenderObjectfirstChild () const
 
RenderObjectlastChild () const
 
bool canContainFixedPositionObjects () const
 
bool canContainAbsolutelyPositionedObjects () const
 
Color selectionColor (int colorProperty) const
 
std::unique_ptr< RenderStyleselectionPseudoStyle () const
 
Color selectionBackgroundColor () const
 
Color selectionForegroundColor () const
 
Color selectionEmphasisMarkColor () const
 
bool isRenderLayerModelObject () const
 
bool isBoxModelObject () const
 
bool isRenderBlock () const
 
bool isRenderBlockFlow () const
 
bool isRenderReplaced () const
 
bool isRenderInline () const
 
bool isRenderNamedFlowFragmentContainer () const
 
virtual bool isChildAllowed (const RenderObject &, const RenderStyle &) const
 
virtual void addChild (RenderObject *newChild, RenderObject *beforeChild=nullptr)
 
virtual void addChildIgnoringContinuation (RenderObject *newChild, RenderObject *beforeChild=nullptr)
 
virtual void removeChild (RenderObject &)
 
void addLayers (RenderLayer *parentLayer)
 
void removeLayers (RenderLayer *parentLayer)
 
void moveLayers (RenderLayer *oldParent, RenderLayer *newParent)
 
RenderLayerfindNextLayer (RenderLayer *parentLayer, RenderObject *startPoint, bool checkParent=true)
 
void insertChildInternal (RenderObject *, RenderObject *beforeChild, NotifyChildrenType)
 
void removeChildInternal (RenderObject &, NotifyChildrenType)
 
virtual RenderElementhoverAncestor () const
 
virtual void dirtyLinesFromChangedChild (RenderObject &)
 
bool ancestorLineBoxDirty () const
 
void setAncestorLineBoxDirty (bool f=true)
 
void setChildNeedsLayout (MarkingBehavior=MarkContainingBlockChain)
 
void clearChildNeedsLayout ()
 
void setNeedsPositionedMovementLayout (const RenderStyle *oldStyle)
 
void setNeedsSimplifiedNormalFlowLayout ()
 
virtual void paint (PaintInfo &, const LayoutPoint &)=0
 
void paintAsInlineBlock (PaintInfo &, const LayoutPoint &)
 
virtual void layout ()
 
void layoutIfNeeded ()
 
void setStyleInternal (RenderStyle &&style)
 
bool repaintAfterLayoutIfNeeded (const RenderLayerModelObject *repaintContainer, const LayoutRect &oldBounds, const LayoutRect &oldOutlineBox, const LayoutRect *newBoundsPtr=nullptr, const LayoutRect *newOutlineBoxPtr=nullptr)
 
bool borderImageIsLoadedAndCanBeRendered () const
 
bool mayCauseRepaintInsideViewport (const IntRect *visibleRect=nullptr) const
 
bool createsGroup () const
 
bool isTransparent () const
 
float opacity () const
 
bool visibleToHitTesting () const
 
bool hasBackground () const
 
bool hasMask () const
 
bool hasClip () const
 
bool hasClipOrOverflowClip () const
 
bool hasClipPath () const
 
bool hasHiddenBackface () const
 
bool hasOutlineAnnotation () const
 
bool hasOutline () const
 
bool hasSelfPaintingLayer () const
 
bool checkForRepaintDuringLayout () const
 
LayoutRect absoluteAnchorRect (bool *insideFixed=nullptr) const
 
bool hasFilter () const
 
bool hasBackdropFilter () const
 
bool hasBlendMode () const
 
bool hasShapeOutside () const
 
void registerForVisibleInViewportCallback ()
 
void unregisterForVisibleInViewportCallback ()
 
void visibleInViewportStateChanged (VisibleInViewportState)
 
bool repaintForPausedImageAnimationsIfNeeded (const IntRect &visibleRect)
 
bool hasPausedImageAnimations () const
 
void setHasPausedImageAnimations (bool b)
 
void setRenderBoxNeedsLazyRepaint (bool b)
 
bool renderBoxNeedsLazyRepaint () const
 
bool hasCounterNodeMap () const
 
void setHasCounterNodeMap (bool f)
 
bool isCSSAnimating () const
 
void setIsCSSAnimating (bool b)
 
const RenderElementenclosingRendererWithTextDecoration (TextDecoration, bool firstLine) const
 
void drawLineForBoxSide (GraphicsContext &, const FloatRect &, BoxSide, Color, EBorderStyle, float adjacentWidth1, float adjacentWidth2, bool antialias=false) const
 
bool childRequiresTable (const RenderObject &child) const
 
bool hasContinuation () const
 
RenderBlockcontainingBlockForFixedPosition () const
 
RenderBlockcontainingBlockForAbsolutePosition () const
 
RespectImageOrientationEnum shouldRespectImageOrientation () const
 
void removeFromRenderFlowThread ()
 
virtual void updateAnonymousChildStyle (const RenderObject &, RenderStyle &) const
 
virtual ~RenderElement ()
 
bool hasInitializedStyle () const
 
const RenderStylestyle () const
 
const RenderStylefirstLineStyle () const
 
RenderStylemutableStyle ()
 
void initializeStyle ()
 
void setStyle (RenderStyle &&, StyleDifference minimalStyleDifference=StyleDifferenceEqual)
 
const RenderStylegetCachedPseudoStyle (PseudoId, const RenderStyle *parentStyle=nullptr) const
 
std::unique_ptr< RenderStylegetUncachedPseudoStyle (const PseudoStyleRequest &, const RenderStyle *parentStyle=nullptr, const RenderStyle *ownStyle=nullptr) const
 
Elementelement () const
 
ElementnonPseudoElement () const
 
ElementgeneratingElement () const
 
RenderObjectfirstChild () const
 
RenderObjectlastChild () const
 
bool canContainFixedPositionObjects () const
 
bool canContainAbsolutelyPositionedObjects () const
 
Color selectionColor (int colorProperty) const
 
std::unique_ptr< RenderStyleselectionPseudoStyle () const
 
Color selectionBackgroundColor () const
 
Color selectionForegroundColor () const
 
Color selectionEmphasisMarkColor () const
 
bool isRenderLayerModelObject () const
 
bool isBoxModelObject () const
 
bool isRenderBlock () const
 
bool isRenderBlockFlow () const
 
bool isRenderReplaced () const
 
bool isRenderInline () const
 
bool isRenderNamedFlowFragmentContainer () const
 
virtual bool isChildAllowed (const RenderObject &, const RenderStyle &) const
 
virtual void addChild (RenderObject *newChild, RenderObject *beforeChild=nullptr)
 
virtual void addChildIgnoringContinuation (RenderObject *newChild, RenderObject *beforeChild=nullptr)
 
virtual void removeChild (RenderObject &)
 
void addLayers (RenderLayer *parentLayer)
 
void removeLayers (RenderLayer *parentLayer)
 
void moveLayers (RenderLayer *oldParent, RenderLayer *newParent)
 
RenderLayerfindNextLayer (RenderLayer *parentLayer, RenderObject *startPoint, bool checkParent=true)
 
void insertChildInternal (RenderObject *, RenderObject *beforeChild, NotifyChildrenType)
 
void removeChildInternal (RenderObject &, NotifyChildrenType)
 
virtual RenderElementhoverAncestor () const
 
virtual void dirtyLinesFromChangedChild (RenderObject &)
 
bool ancestorLineBoxDirty () const
 
void setAncestorLineBoxDirty (bool f=true)
 
void setChildNeedsLayout (MarkingBehavior=MarkContainingBlockChain)
 
void clearChildNeedsLayout ()
 
void setNeedsPositionedMovementLayout (const RenderStyle *oldStyle)
 
void setNeedsSimplifiedNormalFlowLayout ()
 
virtual void paint (PaintInfo &, const LayoutPoint &)=0
 
void paintAsInlineBlock (PaintInfo &, const LayoutPoint &)
 
virtual void layout ()
 
void layoutIfNeeded ()
 
void setStyleInternal (RenderStyle &&style)
 
bool repaintAfterLayoutIfNeeded (const RenderLayerModelObject *repaintContainer, const LayoutRect &oldBounds, const LayoutRect &oldOutlineBox, const LayoutRect *newBoundsPtr=nullptr, const LayoutRect *newOutlineBoxPtr=nullptr)
 
bool borderImageIsLoadedAndCanBeRendered () const
 
bool mayCauseRepaintInsideViewport (const IntRect *visibleRect=nullptr) const
 
bool createsGroup () const
 
bool isTransparent () const
 
float opacity () const
 
bool visibleToHitTesting () const
 
bool hasBackground () const
 
bool hasMask () const
 
bool hasClip () const
 
bool hasClipOrOverflowClip () const
 
bool hasClipPath () const
 
bool hasHiddenBackface () const
 
bool hasOutlineAnnotation () const
 
bool hasOutline () const
 
bool hasSelfPaintingLayer () const
 
bool checkForRepaintDuringLayout () const
 
LayoutRect absoluteAnchorRect (bool *insideFixed=nullptr) const
 
bool hasFilter () const
 
bool hasBackdropFilter () const
 
bool hasBlendMode () const
 
bool hasShapeOutside () const
 
void registerForVisibleInViewportCallback ()
 
void unregisterForVisibleInViewportCallback ()
 
void visibleInViewportStateChanged (VisibleInViewportState)
 
bool repaintForPausedImageAnimationsIfNeeded (const IntRect &visibleRect)
 
bool hasPausedImageAnimations () const
 
void setHasPausedImageAnimations (bool b)
 
void setRenderBoxNeedsLazyRepaint (bool b)
 
bool renderBoxNeedsLazyRepaint () const
 
bool hasCounterNodeMap () const
 
void setHasCounterNodeMap (bool f)
 
bool isCSSAnimating () const
 
void setIsCSSAnimating (bool b)
 
const RenderElementenclosingRendererWithTextDecoration (TextDecoration, bool firstLine) const
 
void drawLineForBoxSide (GraphicsContext &, const FloatRect &, BoxSide, Color, EBorderStyle, float adjacentWidth1, float adjacentWidth2, bool antialias=false) const
 
bool childRequiresTable (const RenderObject &child) const
 
bool hasContinuation () const
 
RenderBlockcontainingBlockForFixedPosition () const
 
RenderBlockcontainingBlockForAbsolutePosition () const
 
RespectImageOrientationEnum shouldRespectImageOrientation () const
 
void removeFromRenderFlowThread ()
 
virtual void updateAnonymousChildStyle (const RenderObject &, RenderStyle &) const
 
- Public Member Functions inherited from WebCore::RenderObject
 RenderObject (Node &)
 
virtual ~RenderObject ()
 
RenderThemetheme () const
 
virtual const char * renderName () const =0
 
RenderElementparent () const
 
bool isDescendantOf (const RenderObject *) const
 
RenderObjectpreviousSibling () const
 
RenderObjectnextSibling () const
 
RenderObjectnextInPreOrder () const
 
RenderObjectnextInPreOrder (const RenderObject *stayWithin) const
 
RenderObjectnextInPreOrderAfterChildren () const
 
RenderObjectnextInPreOrderAfterChildren (const RenderObject *stayWithin) const
 
RenderObjectpreviousInPreOrder () const
 
RenderObjectpreviousInPreOrder (const RenderObject *stayWithin) const
 
WEBCORE_EXPORT RenderObjectchildAt (unsigned) const
 
RenderObjectfirstLeafChild () const
 
RenderObjectlastLeafChild () const
 
WEBCORE_EXPORT RenderLayerenclosingLayer () const
 
WEBCORE_EXPORT bool scrollRectToVisible (SelectionRevealMode, const LayoutRect &absoluteRect, bool insideFixed, const ScrollAlignment &alignX=ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment &alignY=ScrollAlignment::alignCenterIfNeeded)
 
WEBCORE_EXPORT RenderBoxenclosingBox () const
 
RenderBoxModelObjectenclosingBoxModelObject () const
 
bool fixedPositionedWithNamedFlowContainingBlock () const
 
RenderFlowThreadflowThreadContainingBlock () const
 
RenderNamedFlowFragmentcurrentRenderNamedFlowFragment () const
 
void setHasAXObject (bool flag)
 
bool hasAXObject () const
 
virtual RenderBlockfirstLineBlock () const
 
virtual bool canHaveChildren () const =0
 
virtual bool canHaveGeneratedChildren () const
 
virtual bool createsAnonymousWrapper () const
 
bool isPseudoElement () const
 
bool isRenderElement () const
 
bool isRenderReplaced () const
 
bool isBoxModelObject () const
 
bool isRenderBlock () const
 
bool isRenderBlockFlow () const
 
bool isRenderInline () const
 
bool isRenderLayerModelObject () const
 
virtual bool isCounter () const
 
virtual bool isQuote () const
 
virtual bool isDetailsMarker () const
 
virtual bool isEmbeddedObject () const
 
bool isFieldset () const
 
virtual bool isFileUploadControl () const
 
virtual bool isFrame () const
 
virtual bool isFrameSet () const
 
virtual bool isImage () const
 
virtual bool isInlineBlockOrInlineTable () const
 
virtual bool isListBox () const
 
virtual bool isListItem () const
 
virtual bool isListMarker () const
 
virtual bool isMedia () const
 
virtual bool isMenuList () const
 
virtual bool isSnapshottedPlugIn () const
 
virtual bool isProgress () const
 
virtual bool isRenderButton () const
 
virtual bool isRenderIFrame () const
 
virtual bool isRenderImage () const
 
virtual bool isRenderRegion () const
 
virtual bool isRenderNamedFlowFragment () const
 
virtual bool isReplica () const
 
virtual bool isRubyInline () const
 
virtual bool isRubyBlock () const
 
virtual bool isRubyBase () const
 
virtual bool isRubyRun () const
 
virtual bool isRubyText () const
 
virtual bool isSlider () const
 
virtual bool isSliderThumb () const
 
virtual bool isTable () const
 
virtual bool isTableCell () const
 
virtual bool isRenderTableCol () const
 
virtual bool isTableCaption () const
 
virtual bool isTableRow () const
 
virtual bool isTableSection () const
 
virtual bool isTextControl () const
 
virtual bool isTextArea () const
 
virtual bool isTextField () const
 
virtual bool isTextControlInnerBlock () const
 
virtual bool isVideo () const
 
virtual bool isWidget () const
 
virtual bool isCanvas () const
 
virtual bool isRenderGrid () const
 
virtual bool isRenderNamedFlowThread () const
 
bool isInFlowRenderFlowThread () const
 
bool isOutOfFlowRenderFlowThread () const
 
virtual bool isMultiColumnBlockFlow () const
 
virtual bool isRenderMultiColumnSet () const
 
virtual bool isRenderMultiColumnFlowThread () const
 
virtual bool isRenderMultiColumnSpannerPlaceholder () const
 
virtual bool isRenderScrollbarPart () const
 
bool isDocumentElementRenderer () const
 
bool isBody () const
 
bool isHR () const
 
bool isLegend () const
 
bool isHTMLMarquee () const
 
bool isTablePart () const
 
bool isBeforeContent () const
 
bool isAfterContent () const
 
bool isBeforeOrAfterContent () const
 
bool beingDestroyed () const
 
bool everHadLayout () const
 
bool childrenInline () const
 
void setChildrenInline (bool b)
 
void setFlowThreadStateIncludingDescendants (FlowThreadState)
 
FlowThreadState flowThreadState () const
 
void setFlowThreadState (FlowThreadState state)
 
virtual bool isRenderSVGModelObject () const
 
virtual bool isRenderSVGBlock () const
 
virtual bool isSVGRoot () const
 
virtual bool isSVGContainer () const
 
virtual bool isSVGTransformableContainer () const
 
virtual bool isSVGViewportContainer () const
 
virtual bool isSVGGradientStop () const
 
virtual bool isSVGHiddenContainer () const
 
virtual bool isSVGPath () const
 
virtual bool isSVGShape () const
 
virtual bool isSVGText () const
 
virtual bool isSVGTextPath () const
 
virtual bool isSVGTSpan () const
 
virtual bool isSVGInline () const
 
virtual bool isSVGInlineText () const
 
virtual bool isSVGImage () const
 
virtual bool isSVGForeignObject () const
 
virtual bool isSVGResourceContainer () const
 
virtual bool isSVGResourceFilter () const
 
virtual bool isSVGResourceClipper () const
 
virtual bool isSVGResourceFilterPrimitive () const
 
virtual void setNeedsTransformUpdate ()
 
virtual void setNeedsBoundariesUpdate ()
 
virtual bool needsBoundariesUpdate ()
 
virtual FloatRect objectBoundingBox () const
 
virtual FloatRect strokeBoundingBox () const
 
virtual FloatRect repaintRectInLocalCoordinates () const
 
virtual AffineTransform localTransform () const
 
virtual const AffineTransformlocalToParentTransform () const
 
virtual bool nodeAtFloatPoint (const HitTestRequest &, HitTestResult &, const FloatPoint &pointInParent, HitTestAction)
 
bool hasAspectRatio () const
 
bool isAnonymous () const
 
bool isAnonymousBlock () const
 
bool isAnonymousInlineBlock () const
 
bool isElementContinuation () const
 
bool isInlineElementContinuation () const
 
bool isBlockElementContinuation () const
 
virtual RenderBoxModelObjectvirtualContinuation () const
 
bool isFloating () const
 
bool isOutOfFlowPositioned () const
 
bool isInFlowPositioned () const
 
bool isRelPositioned () const
 
bool isStickyPositioned () const
 
bool isPositioned () const
 
bool isText () const
 
bool isLineBreak () const
 
bool isBR () const
 
bool isLineBreakOpportunity () const
 
bool isTextOrLineBreak () const
 
bool isBox () const
 
bool isRenderView () const
 
bool isInline () const
 
bool isReplaced () const
 
bool isHorizontalWritingMode () const
 
bool isDragging () const
 
bool hasReflection () const
 
bool isRenderFlowThread () const
 
bool hasOutlineAutoAncestor () const
 
bool isRegisteredForVisibleInViewportCallback ()
 
bool isExcludedFromNormalLayout () const
 
void setIsExcludedFromNormalLayout (bool excluded)
 
bool isExcludedAndPlacedInBorder () const
 
VisibleInViewportState visibleInViewportState ()
 
bool hasLayer () const
 
bool hasVisibleBoxDecorations () const
 
bool backgroundIsKnownToBeObscured (const LayoutPoint &paintOffset)
 
bool needsLayout () const
 
bool selfNeedsLayout () const
 
bool needsPositionedMovementLayout () const
 
bool needsPositionedMovementLayoutOnly () const
 
bool posChildNeedsLayout () const
 
bool needsSimplifiedNormalFlowLayout () const
 
bool normalChildNeedsLayout () const
 
bool preferredLogicalWidthsDirty () const
 
bool isSelectionBorder () const
 
bool hasOverflowClip () const
 
bool hasTransformRelatedProperty () const
 
bool hasTransform () const
 
bool preservesNewline () const
 
virtual void updateDragState (bool dragOn)
 
RenderViewview () const
 
bool isRooted () const
 
Nodenode () const
 
NodenonPseudoNode () const
 
NodegeneratingNode () const
 
Documentdocument () const
 
Frameframe () const
 
Pagepage () const
 
Settingssettings () const
 
RenderElementcontainer () const
 
RenderElementcontainer (const RenderLayerModelObject *repaintContainer, bool &repaintContainerSkipped) const
 
RenderBoxModelObjectoffsetParent () const
 
void markContainingBlocksForLayout (ScheduleRelayout=ScheduleRelayout::Yes, RenderElement *newRoot=nullptr)
 
void setNeedsLayout (MarkingBehavior=MarkContainingBlockChain)
 
void clearNeedsLayout ()
 
void setPreferredLogicalWidthsDirty (bool, MarkingBehavior=MarkContainingBlockChain)
 
void invalidateContainerPreferredLogicalWidths ()
 
void setNeedsLayoutAndPrefWidthsRecalc ()
 
void setPositionState (EPosition position)
 
void clearPositionedState ()
 
void setFloating (bool b=true)
 
void setInline (bool b=true)
 
void setHasVisibleBoxDecorations (bool=true)
 
void invalidateBackgroundObscurationStatus ()
 
virtual bool computeBackgroundIsKnownToBeObscured (const LayoutPoint &)
 
void setIsText ()
 
void setIsLineBreak ()
 
void setIsBox ()
 
void setIsRenderView ()
 
void setReplaced (bool b=true)
 
void setHorizontalWritingMode (bool b=true)
 
void setHasOverflowClip (bool b=true)
 
void setHasLayer (bool b=true)
 
void setHasTransformRelatedProperty (bool b=true)
 
void setIsDragging (bool)
 
void setHasReflection (bool=true)
 
void setIsRenderFlowThread (bool=true)
 
void setHasOutlineAutoAncestor (bool=true)
 
void setIsRegisteredForVisibleInViewportCallback (bool)
 
void setVisibleInViewportState (VisibleInViewportState)
 
virtual int innerLineHeight () const
 
virtual void updateFromElement ()
 
bool isComposited () const
 
bool hitTest (const HitTestRequest &, HitTestResult &, const HitTestLocation &locationInContainer, const LayoutPoint &accumulatedOffset, HitTestFilter=HitTestAll)
 
virtual void updateHitTestResult (HitTestResult &, const LayoutPoint &)
 
virtual bool nodeAtPoint (const HitTestRequest &, HitTestResult &, const HitTestLocation &locationInContainer, const LayoutPoint &accumulatedOffset, HitTestAction)
 
virtual Position positionForPoint (const LayoutPoint &)
 
virtual VisiblePosition positionForPoint (const LayoutPoint &, const RenderRegion *)
 
VisiblePosition createVisiblePosition (int offset, EAffinity) const
 
VisiblePosition createVisiblePosition (const Position &) const
 
WEBCORE_EXPORT RenderBlockcontainingBlock () const
 
RenderBlockcontainingBlockForObjectInFlow () const
 
WEBCORE_EXPORT FloatPoint localToAbsolute (const FloatPoint &localPoint=FloatPoint(), MapCoordinatesFlags=0, bool *wasFixed=nullptr) const
 
FloatPoint absoluteToLocal (const FloatPoint &, MapCoordinatesFlags=0) const
 
FloatQuad localToAbsoluteQuad (const FloatQuad &quad, MapCoordinatesFlags mode=UseTransforms, bool *wasFixed=nullptr) const
 
FloatQuad absoluteToLocalQuad (const FloatQuad &, MapCoordinatesFlags mode=UseTransforms) const
 
WEBCORE_EXPORT FloatQuad localToContainerQuad (const FloatQuad &, const RenderLayerModelObject *repaintContainer, MapCoordinatesFlags=UseTransforms, bool *wasFixed=nullptr) const
 
WEBCORE_EXPORT FloatPoint localToContainerPoint (const FloatPoint &, const RenderLayerModelObject *repaintContainer, MapCoordinatesFlags=UseTransforms, bool *wasFixed=nullptr) const
 
virtual LayoutSize offsetFromContainer (RenderElement &, const LayoutPoint &, bool *offsetDependsOnPoint=nullptr) const
 
LayoutSize offsetFromAncestorContainer (RenderElement &) const
 
virtual void absoluteRects (Vector< IntRect > &, const LayoutPoint &) const
 
WEBCORE_EXPORT IntRect absoluteBoundingBoxRect (bool useTransform=true, bool *wasFixed=nullptr) const
 
IntRect absoluteBoundingBoxRectIgnoringTransforms () const
 
virtual void absoluteQuads (Vector< FloatQuad > &, bool *=nullptr) const
 
virtual void absoluteFocusRingQuads (Vector< FloatQuad > &)
 
WEBCORE_EXPORT LayoutRect paintingRootRect (LayoutRect &topLevelRect)
 
virtual LayoutUnit minPreferredLogicalWidth () const
 
virtual LayoutUnit maxPreferredLogicalWidth () const
 
const RenderStylestyle () const
 
const RenderStylefirstLineStyle () const
 
virtual const RenderStyleoutlineStyleForRepaint () const
 
virtual CursorDirective getCursor (const LayoutPoint &, Cursor &) const
 
RenderLayerModelObjectcontainerForRepaint () const
 
void repaintUsingContainer (const RenderLayerModelObject *repaintContainer, const LayoutRect &, bool shouldClipToLayer=true) const
 
void repaint () const
 
WEBCORE_EXPORT void repaintRectangle (const LayoutRect &, bool shouldClipToLayer=true) const
 
void repaintSlowRepaintObject () const
 
LayoutRect absoluteClippedOverflowRect () const
 
WEBCORE_EXPORT IntRect pixelSnappedAbsoluteClippedOverflowRect () const
 
virtual LayoutRect clippedOverflowRectForRepaint (const RenderLayerModelObject *repaintContainer) const
 
virtual LayoutRect rectWithOutlineForRepaint (const RenderLayerModelObject *repaintContainer, LayoutUnit outlineWidth) const
 
virtual LayoutRect outlineBoundsForRepaint (const RenderLayerModelObject *, const RenderGeometryMap *=nullptr) const
 
LayoutRect computeAbsoluteRepaintRect (const LayoutRect &r, bool fixed=false) const
 
virtual LayoutRect computeRectForRepaint (const LayoutRect &, const RenderLayerModelObject *repaintContainer, RepaintContext={ }) const
 
virtual FloatRect computeFloatRectForRepaint (const FloatRect &, const RenderLayerModelObject *repaintContainer, bool fixed=false) const
 
virtual unsigned int length () const
 
bool isFloatingOrOutOfFlowPositioned () const
 
SelectionState selectionState () const
 
virtual void setSelectionState (SelectionState state)
 
void setSelectionStateIfNeeded (SelectionState)
 
bool canUpdateSelectionOnRootLineBoxes ()
 
LayoutRect selectionRect (bool clipToVisibleContent=true)
 
virtual LayoutRect selectionRectForRepaint (const RenderLayerModelObject *, bool=true)
 
virtual bool canBeSelectionLeaf () const
 
virtual bool shouldPaintSelectionGaps () const
 
virtual LayoutRect localCaretRect (InlineBox *, unsigned caretOffset, LayoutUnit *extraWidthToEndOfLine=nullptr)
 
bool documentBeingDestroyed () const
 
void destroyAndCleanupAnonymousWrappers ()
 
void destroy ()
 
virtual bool isDeprecatedFlexibleBox () const
 
virtual bool isFlexibleBox () const
 
bool isFlexibleBoxIncludingDeprecated () const
 
virtual bool isCombineText () const
 
virtual int caretMinOffset () const
 
virtual int caretMaxOffset () const
 
virtual int previousOffset (int current) const
 
virtual int previousOffsetForBackwardDeletion (int current) const
 
virtual int nextOffset (int current) const
 
void imageChanged (CachedImage *, const IntRect *=nullptr) override
 
virtual void imageChanged (WrappedImagePtr, const IntRect *=nullptr)
 
SelectionSubtreeRootselectionRoot () const
 
void selectionStartEnd (unsigned &spos, unsigned &epos) const
 
void removeFromParent ()
 
CSSAnimationControlleranimation () const
 
virtual void mapLocalToContainer (const RenderLayerModelObject *repaintContainer, TransformState &, MapCoordinatesFlags, bool *wasFixed=nullptr) const
 
virtual void mapAbsoluteToLocalPoint (MapCoordinatesFlags, TransformState &) const
 
virtual const RenderObjectpushMappingToContainer (const RenderLayerModelObject *ancestorToStopAt, RenderGeometryMap &) const
 
bool shouldUseTransformFromContainer (const RenderObject *container) const
 
void getTransformFromContainer (const RenderObject *container, const LayoutSize &offsetInContainer, TransformationMatrix &) const
 
virtual void addFocusRingRects (Vector< LayoutRect > &, const LayoutPoint &, const RenderLayerModelObject *=nullptr)
 
LayoutRect absoluteOutlineBounds () const
 
 RenderObject (Node &)
 
virtual ~RenderObject ()
 
RenderThemetheme () const
 
virtual const char * renderName () const =0
 
RenderElementparent () const
 
bool isDescendantOf (const RenderObject *) const
 
RenderObjectpreviousSibling () const
 
RenderObjectnextSibling () const
 
RenderObjectnextInPreOrder () const
 
RenderObjectnextInPreOrder (const RenderObject *stayWithin) const
 
RenderObjectnextInPreOrderAfterChildren () const
 
RenderObjectnextInPreOrderAfterChildren (const RenderObject *stayWithin) const
 
RenderObjectpreviousInPreOrder () const
 
RenderObjectpreviousInPreOrder (const RenderObject *stayWithin) const
 
WEBCORE_EXPORT RenderObjectchildAt (unsigned) const
 
RenderObjectfirstLeafChild () const
 
RenderObjectlastLeafChild () const
 
WEBCORE_EXPORT RenderLayerenclosingLayer () const
 
WEBCORE_EXPORT bool scrollRectToVisible (SelectionRevealMode, const LayoutRect &absoluteRect, bool insideFixed, const ScrollAlignment &alignX=ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment &alignY=ScrollAlignment::alignCenterIfNeeded)
 
WEBCORE_EXPORT RenderBoxenclosingBox () const
 
RenderBoxModelObjectenclosingBoxModelObject () const
 
bool fixedPositionedWithNamedFlowContainingBlock () const
 
RenderFlowThreadflowThreadContainingBlock () const
 
RenderNamedFlowFragmentcurrentRenderNamedFlowFragment () const
 
void setHasAXObject (bool flag)
 
bool hasAXObject () const
 
virtual RenderBlockfirstLineBlock () const
 
virtual bool canHaveChildren () const =0
 
virtual bool canHaveGeneratedChildren () const
 
virtual bool createsAnonymousWrapper () const
 
bool isPseudoElement () const
 
bool isRenderElement () const
 
bool isRenderReplaced () const
 
bool isBoxModelObject () const
 
bool isRenderBlock () const
 
bool isRenderBlockFlow () const
 
bool isRenderInline () const
 
bool isRenderLayerModelObject () const
 
virtual bool isCounter () const
 
virtual bool isQuote () const
 
virtual bool isDetailsMarker () const
 
virtual bool isEmbeddedObject () const
 
bool isFieldset () const
 
virtual bool isFileUploadControl () const
 
virtual bool isFrame () const
 
virtual bool isFrameSet () const
 
virtual bool isImage () const
 
virtual bool isInlineBlockOrInlineTable () const
 
virtual bool isListBox () const
 
virtual bool isListItem () const
 
virtual bool isListMarker () const
 
virtual bool isMedia () const
 
virtual bool isMenuList () const
 
virtual bool isSnapshottedPlugIn () const
 
virtual bool isProgress () const
 
virtual bool isRenderButton () const
 
virtual bool isRenderIFrame () const
 
virtual bool isRenderImage () const
 
virtual bool isRenderRegion () const
 
virtual bool isRenderNamedFlowFragment () const
 
virtual bool isReplica () const
 
virtual bool isRubyInline () const
 
virtual bool isRubyBlock () const
 
virtual bool isRubyBase () const
 
virtual bool isRubyRun () const
 
virtual bool isRubyText () const
 
virtual bool isSlider () const
 
virtual bool isSliderThumb () const
 
virtual bool isTable () const
 
virtual bool isTableCell () const
 
virtual bool isRenderTableCol () const
 
virtual bool isTableCaption () const
 
virtual bool isTableRow () const
 
virtual bool isTableSection () const
 
virtual bool isTextControl () const
 
virtual bool isTextArea () const
 
virtual bool isTextField () const
 
virtual bool isTextControlInnerBlock () const
 
virtual bool isVideo () const
 
virtual bool isWidget () const
 
virtual bool isCanvas () const
 
virtual bool isRenderGrid () const
 
virtual bool isRenderNamedFlowThread () const
 
bool isInFlowRenderFlowThread () const
 
bool isOutOfFlowRenderFlowThread () const
 
virtual bool isMultiColumnBlockFlow () const
 
virtual bool isRenderMultiColumnSet () const
 
virtual bool isRenderMultiColumnFlowThread () const
 
virtual bool isRenderMultiColumnSpannerPlaceholder () const
 
virtual bool isRenderScrollbarPart () const
 
bool isDocumentElementRenderer () const
 
bool isBody () const
 
bool isHR () const
 
bool isLegend () const
 
bool isHTMLMarquee () const
 
bool isTablePart () const
 
bool isBeforeContent () const
 
bool isAfterContent () const
 
bool isBeforeOrAfterContent () const
 
bool beingDestroyed () const
 
bool everHadLayout () const
 
bool childrenInline () const
 
void setChildrenInline (bool b)
 
void setFlowThreadStateIncludingDescendants (FlowThreadState)
 
FlowThreadState flowThreadState () const
 
void setFlowThreadState (FlowThreadState state)
 
virtual bool isRenderSVGModelObject () const
 
virtual bool isRenderSVGBlock () const
 
virtual bool isSVGRoot () const
 
virtual bool isSVGContainer () const
 
virtual bool isSVGTransformableContainer () const
 
virtual bool isSVGViewportContainer () const
 
virtual bool isSVGGradientStop () const
 
virtual bool isSVGHiddenContainer () const
 
virtual bool isSVGPath () const
 
virtual bool isSVGShape () const
 
virtual bool isSVGText () const
 
virtual bool isSVGTextPath () const
 
virtual bool isSVGTSpan () const
 
virtual bool isSVGInline () const
 
virtual bool isSVGInlineText () const
 
virtual bool isSVGImage () const
 
virtual bool isSVGForeignObject () const
 
virtual bool isSVGResourceContainer () const
 
virtual bool isSVGResourceFilter () const
 
virtual bool isSVGResourceClipper () const
 
virtual bool isSVGResourceFilterPrimitive () const
 
virtual void setNeedsTransformUpdate ()
 
virtual void setNeedsBoundariesUpdate ()
 
virtual bool needsBoundariesUpdate ()
 
virtual FloatRect objectBoundingBox () const
 
virtual FloatRect strokeBoundingBox () const
 
virtual FloatRect repaintRectInLocalCoordinates () const
 
virtual AffineTransform localTransform () const
 
virtual const AffineTransformlocalToParentTransform () const
 
virtual bool nodeAtFloatPoint (const HitTestRequest &, HitTestResult &, const FloatPoint &pointInParent, HitTestAction)
 
bool hasAspectRatio () const
 
bool isAnonymous () const
 
bool isAnonymousBlock () const
 
bool isAnonymousInlineBlock () const
 
bool isElementContinuation () const
 
bool isInlineElementContinuation () const
 
bool isBlockElementContinuation () const
 
virtual RenderBoxModelObjectvirtualContinuation () const
 
bool isFloating () const
 
bool isOutOfFlowPositioned () const
 
bool isInFlowPositioned () const
 
bool isRelPositioned () const
 
bool isStickyPositioned () const
 
bool isPositioned () const
 
bool isText () const
 
bool isLineBreak () const
 
bool isBR () const
 
bool isLineBreakOpportunity () const
 
bool isTextOrLineBreak () const
 
bool isBox () const
 
bool isRenderView () const
 
bool isInline () const
 
bool isReplaced () const
 
bool isHorizontalWritingMode () const
 
bool isDragging () const
 
bool hasReflection () const
 
bool isRenderFlowThread () const
 
bool hasOutlineAutoAncestor () const
 
bool isRegisteredForVisibleInViewportCallback ()
 
bool isExcludedFromNormalLayout () const
 
void setIsExcludedFromNormalLayout (bool excluded)
 
bool isExcludedAndPlacedInBorder () const
 
VisibleInViewportState visibleInViewportState ()
 
bool hasLayer () const
 
bool hasVisibleBoxDecorations () const
 
bool backgroundIsKnownToBeObscured (const LayoutPoint &paintOffset)
 
bool needsLayout () const
 
bool selfNeedsLayout () const
 
bool needsPositionedMovementLayout () const
 
bool needsPositionedMovementLayoutOnly () const
 
bool posChildNeedsLayout () const
 
bool needsSimplifiedNormalFlowLayout () const
 
bool normalChildNeedsLayout () const
 
bool preferredLogicalWidthsDirty () const
 
bool isSelectionBorder () const
 
bool hasOverflowClip () const
 
bool hasTransformRelatedProperty () const
 
bool hasTransform () const
 
bool preservesNewline () const
 
virtual void updateDragState (bool dragOn)
 
RenderViewview () const
 
bool isRooted () const
 
Nodenode () const
 
NodenonPseudoNode () const
 
NodegeneratingNode () const
 
Documentdocument () const
 
Frameframe () const
 
Pagepage () const
 
Settingssettings () const
 
RenderElementcontainer () const
 
RenderElementcontainer (const RenderLayerModelObject *repaintContainer, bool &repaintContainerSkipped) const
 
RenderBoxModelObjectoffsetParent () const
 
void markContainingBlocksForLayout (ScheduleRelayout=ScheduleRelayout::Yes, RenderElement *newRoot=nullptr)
 
void setNeedsLayout (MarkingBehavior=MarkContainingBlockChain)
 
void clearNeedsLayout ()
 
void setPreferredLogicalWidthsDirty (bool, MarkingBehavior=MarkContainingBlockChain)
 
void invalidateContainerPreferredLogicalWidths ()
 
void setNeedsLayoutAndPrefWidthsRecalc ()
 
void setPositionState (EPosition position)
 
void clearPositionedState ()
 
void setFloating (bool b=true)
 
void setInline (bool b=true)
 
void setHasVisibleBoxDecorations (bool=true)
 
void invalidateBackgroundObscurationStatus ()
 
virtual bool computeBackgroundIsKnownToBeObscured (const LayoutPoint &)
 
void setIsText ()
 
void setIsLineBreak ()
 
void setIsBox ()
 
void setIsRenderView ()
 
void setReplaced (bool b=true)
 
void setHorizontalWritingMode (bool b=true)
 
void setHasOverflowClip (bool b=true)
 
void setHasLayer (bool b=true)
 
void setHasTransformRelatedProperty (bool b=true)
 
void setIsDragging (bool)
 
void setHasReflection (bool=true)
 
void setIsRenderFlowThread (bool=true)
 
void setHasOutlineAutoAncestor (bool=true)
 
void setIsRegisteredForVisibleInViewportCallback (bool)
 
void setVisibleInViewportState (VisibleInViewportState)
 
virtual int innerLineHeight () const
 
virtual void updateFromElement ()
 
bool isComposited () const
 
bool hitTest (const HitTestRequest &, HitTestResult &, const HitTestLocation &locationInContainer, const LayoutPoint &accumulatedOffset, HitTestFilter=HitTestAll)
 
virtual void updateHitTestResult (HitTestResult &, const LayoutPoint &)
 
virtual bool nodeAtPoint (const HitTestRequest &, HitTestResult &, const HitTestLocation &locationInContainer, const LayoutPoint &accumulatedOffset, HitTestAction)
 
virtual Position positionForPoint (const LayoutPoint &)
 
virtual VisiblePosition positionForPoint (const LayoutPoint &, const RenderRegion *)
 
VisiblePosition createVisiblePosition (int offset, EAffinity) const
 
VisiblePosition createVisiblePosition (const Position &) const
 
WEBCORE_EXPORT RenderBlockcontainingBlock () const
 
RenderBlockcontainingBlockForObjectInFlow () const
 
WEBCORE_EXPORT FloatPoint localToAbsolute (const FloatPoint &localPoint=FloatPoint(), MapCoordinatesFlags=0, bool *wasFixed=nullptr) const
 
FloatPoint absoluteToLocal (const FloatPoint &, MapCoordinatesFlags=0) const
 
FloatQuad localToAbsoluteQuad (const FloatQuad &quad, MapCoordinatesFlags mode=UseTransforms, bool *wasFixed=nullptr) const
 
FloatQuad absoluteToLocalQuad (const FloatQuad &, MapCoordinatesFlags mode=UseTransforms) const
 
WEBCORE_EXPORT FloatQuad localToContainerQuad (const FloatQuad &, const RenderLayerModelObject *repaintContainer, MapCoordinatesFlags=UseTransforms, bool *wasFixed=nullptr) const
 
WEBCORE_EXPORT FloatPoint localToContainerPoint (const FloatPoint &, const RenderLayerModelObject *repaintContainer, MapCoordinatesFlags=UseTransforms, bool *wasFixed=nullptr) const
 
virtual LayoutSize offsetFromContainer (RenderElement &, const LayoutPoint &, bool *offsetDependsOnPoint=nullptr) const
 
LayoutSize offsetFromAncestorContainer (RenderElement &) const
 
virtual void absoluteRects (Vector< IntRect > &, const LayoutPoint &) const
 
WEBCORE_EXPORT IntRect absoluteBoundingBoxRect (bool useTransform=true, bool *wasFixed=nullptr) const
 
IntRect absoluteBoundingBoxRectIgnoringTransforms () const
 
virtual void absoluteQuads (Vector< FloatQuad > &, bool *=nullptr) const
 
virtual void absoluteFocusRingQuads (Vector< FloatQuad > &)
 
WEBCORE_EXPORT LayoutRect paintingRootRect (LayoutRect &topLevelRect)
 
virtual LayoutUnit minPreferredLogicalWidth () const
 
virtual LayoutUnit maxPreferredLogicalWidth () const
 
const RenderStylestyle () const
 
const RenderStylefirstLineStyle () const
 
virtual const RenderStyleoutlineStyleForRepaint () const
 
virtual CursorDirective getCursor (const LayoutPoint &, Cursor &) const
 
RenderLayerModelObjectcontainerForRepaint () const
 
void repaintUsingContainer (const RenderLayerModelObject *repaintContainer, const LayoutRect &, bool shouldClipToLayer=true) const
 
void repaint () const
 
WEBCORE_EXPORT void repaintRectangle (const LayoutRect &, bool shouldClipToLayer=true) const
 
void repaintSlowRepaintObject () const
 
LayoutRect absoluteClippedOverflowRect () const
 
WEBCORE_EXPORT IntRect pixelSnappedAbsoluteClippedOverflowRect () const
 
virtual LayoutRect clippedOverflowRectForRepaint (const RenderLayerModelObject *repaintContainer) const
 
virtual LayoutRect rectWithOutlineForRepaint (const RenderLayerModelObject *repaintContainer, LayoutUnit outlineWidth) const
 
virtual LayoutRect outlineBoundsForRepaint (const RenderLayerModelObject *, const RenderGeometryMap *=nullptr) const
 
LayoutRect computeAbsoluteRepaintRect (const LayoutRect &r, bool fixed=false) const
 
virtual LayoutRect computeRectForRepaint (const LayoutRect &, const RenderLayerModelObject *repaintContainer, RepaintContext={ }) const
 
virtual FloatRect computeFloatRectForRepaint (const FloatRect &, const RenderLayerModelObject *repaintContainer, bool fixed=false) const
 
virtual unsigned int length () const
 
bool isFloatingOrOutOfFlowPositioned () const
 
SelectionState selectionState () const
 
virtual void setSelectionState (SelectionState state)
 
void setSelectionStateIfNeeded (SelectionState)
 
bool canUpdateSelectionOnRootLineBoxes ()
 
LayoutRect selectionRect (bool clipToVisibleContent=true)
 
virtual LayoutRect selectionRectForRepaint (const RenderLayerModelObject *, bool=true)
 
virtual bool canBeSelectionLeaf () const
 
virtual bool shouldPaintSelectionGaps () const
 
virtual LayoutRect localCaretRect (InlineBox *, unsigned caretOffset, LayoutUnit *extraWidthToEndOfLine=nullptr)
 
bool documentBeingDestroyed () const
 
void destroyAndCleanupAnonymousWrappers ()
 
void destroy ()
 
virtual bool isDeprecatedFlexibleBox () const
 
virtual bool isFlexibleBox () const
 
bool isFlexibleBoxIncludingDeprecated () const
 
virtual bool isCombineText () const
 
virtual int caretMinOffset () const
 
virtual int caretMaxOffset () const
 
virtual int previousOffset (int current) const
 
virtual int previousOffsetForBackwardDeletion (int current) const
 
virtual int nextOffset (int current) const
 
void imageChanged (CachedImage *, const IntRect *=nullptr) override
 
virtual void imageChanged (WrappedImagePtr, const IntRect *=nullptr)
 
SelectionSubtreeRootselectionRoot () const
 
void selectionStartEnd (unsigned &spos, unsigned &epos) const
 
void removeFromParent ()
 
CSSAnimationControlleranimation () const
 
virtual void mapLocalToContainer (const RenderLayerModelObject *repaintContainer, TransformState &, MapCoordinatesFlags, bool *wasFixed=nullptr) const
 
virtual void mapAbsoluteToLocalPoint (MapCoordinatesFlags, TransformState &) const
 
virtual const RenderObjectpushMappingToContainer (const RenderLayerModelObject *ancestorToStopAt, RenderGeometryMap &) const
 
bool shouldUseTransformFromContainer (const RenderObject *container) const
 
void getTransformFromContainer (const RenderObject *container, const LayoutSize &offsetInContainer, TransformationMatrix &) const
 
virtual void addFocusRingRects (Vector< LayoutRect > &, const LayoutPoint &, const RenderLayerModelObject *=nullptr)
 
LayoutRect absoluteOutlineBounds () const
 
- Public Member Functions inherited from WebCore::CachedImageClient
virtual ~CachedImageClient ()
 
CachedResourceClientType resourceClientType () const override
 
virtual ~CachedImageClient ()
 
CachedResourceClientType resourceClientType () const override
 
- Public Member Functions inherited from WebCore::CachedResourceClient
virtual ~CachedResourceClient ()
 
virtual void notifyFinished (CachedResource &)
 
virtual void deprecatedDidReceiveCachedResource (CachedResource &)
 
virtual bool isXMLHttpRequest () const
 
virtual ~CachedResourceClient ()
 
virtual void notifyFinished (CachedResource &)
 
virtual void deprecatedDidReceiveCachedResource (CachedResource &)
 
virtual bool isXMLHttpRequest () const
 

Static Public Member Functions

static RenderPtr< RenderElementcreateFor (Element &, RenderStyle &&, RendererCreationType=CreateAllRenderers)
 
static RenderPtr< RenderElementcreateFor (Element &, RenderStyle &&, RendererCreationType=CreateAllRenderers)
 
- Static Public Member Functions inherited from WebCore::RenderObject
static bool isBeforeContent (const RenderObject *obj)
 
static bool isAfterContent (const RenderObject *obj)
 
static bool isBeforeOrAfterContent (const RenderObject *obj)
 
static FloatRect absoluteBoundingBoxRectForRange (const Range *)
 
static bool isBeforeContent (const RenderObject *obj)
 
static bool isAfterContent (const RenderObject *obj)
 
static bool isBeforeOrAfterContent (const RenderObject *obj)
 
static FloatRect absoluteBoundingBoxRectForRange (const Range *)
 
- Static Public Member Functions inherited from WebCore::CachedImageClient
static CachedResourceClientType expectedType ()
 
static CachedResourceClientType expectedType ()
 
- Static Public Member Functions inherited from WebCore::CachedResourceClient
static CachedResourceClientType expectedType ()
 
static CachedResourceClientType expectedType ()
 

Protected Types

enum  BaseTypeFlag {
  RenderLayerModelObjectFlag = 1 << 0, RenderBoxModelObjectFlag = 1 << 1, RenderInlineFlag = 1 << 2, RenderReplacedFlag = 1 << 3,
  RenderBlockFlag = 1 << 4, RenderBlockFlowFlag = 1 << 5, RenderLayerModelObjectFlag = 1 << 0, RenderBoxModelObjectFlag = 1 << 1,
  RenderInlineFlag = 1 << 2, RenderReplacedFlag = 1 << 3, RenderBlockFlag = 1 << 4, RenderBlockFlowFlag = 1 << 5
}
 
enum  StylePropagationType { PropagateToAllChildren, PropagateToBlockChildrenOnly, PropagateToAllChildren, PropagateToBlockChildrenOnly }
 
enum  BaseTypeFlag {
  RenderLayerModelObjectFlag = 1 << 0, RenderBoxModelObjectFlag = 1 << 1, RenderInlineFlag = 1 << 2, RenderReplacedFlag = 1 << 3,
  RenderBlockFlag = 1 << 4, RenderBlockFlowFlag = 1 << 5, RenderLayerModelObjectFlag = 1 << 0, RenderBoxModelObjectFlag = 1 << 1,
  RenderInlineFlag = 1 << 2, RenderReplacedFlag = 1 << 3, RenderBlockFlag = 1 << 4, RenderBlockFlowFlag = 1 << 5
}
 
enum  StylePropagationType { PropagateToAllChildren, PropagateToBlockChildrenOnly, PropagateToAllChildren, PropagateToBlockChildrenOnly }
 
typedef unsigned BaseTypeFlags
 
typedef unsigned BaseTypeFlags
 

Protected Member Functions

 RenderElement (Element &, RenderStyle &&, BaseTypeFlags)
 
 RenderElement (Document &, RenderStyle &&, BaseTypeFlags)
 
bool layerCreationAllowedForSubtree () const
 
void propagateStyleToAnonymousChildren (StylePropagationType)
 
LayoutUnit valueForLength (const Length &, LayoutUnit maximumValue) const
 
LayoutUnit minimumValueForLength (const Length &, LayoutUnit maximumValue) const
 
void setFirstChild (RenderObject *child)
 
void setLastChild (RenderObject *child)
 
void destroyLeftoverChildren ()
 
virtual void styleWillChange (StyleDifference, const RenderStyle &newStyle)
 
virtual void styleDidChange (StyleDifference, const RenderStyle *oldStyle)
 
void insertedIntoTree () override
 
void willBeRemovedFromTree () override
 
void willBeDestroyed () override
 
void setRenderInlineAlwaysCreatesLineBoxes (bool b)
 
bool renderInlineAlwaysCreatesLineBoxes () const
 
void setHasContinuation (bool b)
 
void setRenderBlockHasMarginBeforeQuirk (bool b)
 
void setRenderBlockHasMarginAfterQuirk (bool b)
 
void setRenderBlockShouldForceRelayoutChildren (bool b)
 
bool renderBlockHasMarginBeforeQuirk () const
 
bool renderBlockHasMarginAfterQuirk () const
 
bool renderBlockShouldForceRelayoutChildren () const
 
void setRenderBlockFlowLineLayoutPath (unsigned u)
 
void setRenderBlockFlowHasMarkupTruncation (bool b)
 
unsigned renderBlockFlowLineLayoutPath () const
 
bool renderBlockFlowHasMarkupTruncation () const
 
void paintFocusRing (PaintInfo &, const RenderStyle &, const Vector< LayoutRect > &focusRingRects)
 
void paintOutline (PaintInfo &, const LayoutRect &)
 
void updateOutlineAutoAncestor (bool hasOutlineAuto)
 
void removeFromRenderFlowThreadIncludingDescendants (bool shouldUpdateState)
 
void adjustFlowThreadStateOnContainingBlockChangeIfNeeded ()
 
 RenderElement (Element &, RenderStyle &&, BaseTypeFlags)
 
 RenderElement (Document &, RenderStyle &&, BaseTypeFlags)
 
bool layerCreationAllowedForSubtree () const
 
void propagateStyleToAnonymousChildren (StylePropagationType)
 
LayoutUnit valueForLength (const Length &, LayoutUnit maximumValue) const
 
LayoutUnit minimumValueForLength (const Length &, LayoutUnit maximumValue) const
 
void setFirstChild (RenderObject *child)
 
void setLastChild (RenderObject *child)
 
void destroyLeftoverChildren ()
 
virtual void styleWillChange (StyleDifference, const RenderStyle &newStyle)
 
virtual void styleDidChange (StyleDifference, const RenderStyle *oldStyle)
 
void insertedIntoTree () override
 
void willBeRemovedFromTree () override
 
void willBeDestroyed () override
 
void setRenderInlineAlwaysCreatesLineBoxes (bool b)
 
bool renderInlineAlwaysCreatesLineBoxes () const
 
void setHasContinuation (bool b)
 
void setRenderBlockHasMarginBeforeQuirk (bool b)
 
void setRenderBlockHasMarginAfterQuirk (bool b)
 
void setRenderBlockShouldForceRelayoutChildren (bool b)
 
bool renderBlockHasMarginBeforeQuirk () const
 
bool renderBlockHasMarginAfterQuirk () const
 
bool renderBlockShouldForceRelayoutChildren () const
 
void setRenderBlockFlowLineLayoutPath (unsigned u)
 
void setRenderBlockFlowHasMarkupTruncation (bool b)
 
unsigned renderBlockFlowLineLayoutPath () const
 
bool renderBlockFlowHasMarkupTruncation () const
 
void paintFocusRing (PaintInfo &, const RenderStyle &, const Vector< LayoutRect > &focusRingRects)
 
void paintOutline (PaintInfo &, const LayoutRect &)
 
void updateOutlineAutoAncestor (bool hasOutlineAuto)
 
void removeFromRenderFlowThreadIncludingDescendants (bool shouldUpdateState)
 
void adjustFlowThreadStateOnContainingBlockChangeIfNeeded ()
 
- Protected Member Functions inherited from WebCore::RenderObject
void setPreviousSibling (RenderObject *previous)
 
void setNextSibling (RenderObject *next)
 
void setParent (RenderElement *)
 
void addPDFURLRect (PaintInfo &, const LayoutPoint &)
 
NodenodeForNonAnonymous () const
 
void adjustRectForOutlineAndShadow (LayoutRect &) const
 
void setNeedsPositionedMovementLayoutBit (bool b)
 
void setNormalChildNeedsLayoutBit (bool b)
 
void setPosChildNeedsLayoutBit (bool b)
 
void setNeedsSimplifiedNormalFlowLayoutBit (bool b)
 
virtual RenderFlowThreadlocateFlowThreadContainingBlock () const
 
void initializeFlowThreadStateOnInsertion ()
 
void resetFlowThreadStateOnRemoval ()
 
void setPreviousSibling (RenderObject *previous)
 
void setNextSibling (RenderObject *next)
 
void setParent (RenderElement *)
 
void addPDFURLRect (PaintInfo &, const LayoutPoint &)
 
NodenodeForNonAnonymous () const
 
void adjustRectForOutlineAndShadow (LayoutRect &) const
 
void setNeedsPositionedMovementLayoutBit (bool b)
 
void setNormalChildNeedsLayoutBit (bool b)
 
void setPosChildNeedsLayoutBit (bool b)
 
void setNeedsSimplifiedNormalFlowLayoutBit (bool b)
 
virtual RenderFlowThreadlocateFlowThreadContainingBlock () const
 
void initializeFlowThreadStateOnInsertion ()
 
void resetFlowThreadStateOnRemoval ()
 
- Protected Member Functions inherited from WebCore::CachedResourceClient
 CachedResourceClient ()
 
 CachedResourceClient ()
 

Protected Attributes

bool m_reparentingChild { false }
 

Additional Inherited Members

- Static Protected Member Functions inherited from WebCore::RenderObject
static void calculateBorderStyleColor (const EBorderStyle &, const BoxSide &, Color &)
 
static FlowThreadState computedFlowThreadState (const RenderObject &)
 
static void calculateBorderStyleColor (const EBorderStyle &, const BoxSide &, Color &)
 
static FlowThreadState computedFlowThreadState (const RenderObject &)
 

Member Typedef Documentation

◆ BaseTypeFlags [1/2]

◆ BaseTypeFlags [2/2]

Member Enumeration Documentation

◆ BaseTypeFlag [1/2]

Enumerator
RenderLayerModelObjectFlag 
RenderBoxModelObjectFlag 
RenderInlineFlag 
RenderReplacedFlag 
RenderBlockFlag 
RenderBlockFlowFlag 
RenderLayerModelObjectFlag 
RenderBoxModelObjectFlag 
RenderInlineFlag 
RenderReplacedFlag 
RenderBlockFlag 
RenderBlockFlowFlag 

◆ BaseTypeFlag [2/2]

Enumerator
RenderLayerModelObjectFlag 
RenderBoxModelObjectFlag 
RenderInlineFlag 
RenderReplacedFlag 
RenderBlockFlag 
RenderBlockFlowFlag 
RenderLayerModelObjectFlag 
RenderBoxModelObjectFlag 
RenderInlineFlag 
RenderReplacedFlag 
RenderBlockFlag 
RenderBlockFlowFlag 

◆ NotifyChildrenType [1/2]

Enumerator
NotifyChildren 
DontNotifyChildren 
NotifyChildren 
DontNotifyChildren 

◆ NotifyChildrenType [2/2]

Enumerator
NotifyChildren 
DontNotifyChildren 
NotifyChildren 
DontNotifyChildren 

◆ RendererCreationType [1/2]

Enumerator
CreateAllRenderers 
OnlyCreateBlockAndFlexboxRenderers 
CreateAllRenderers 
OnlyCreateBlockAndFlexboxRenderers 

◆ RendererCreationType [2/2]

Enumerator
CreateAllRenderers 
OnlyCreateBlockAndFlexboxRenderers 
CreateAllRenderers 
OnlyCreateBlockAndFlexboxRenderers 

◆ StylePropagationType [1/2]

Enumerator
PropagateToAllChildren 
PropagateToBlockChildrenOnly 
PropagateToAllChildren 
PropagateToBlockChildrenOnly 

◆ StylePropagationType [2/2]

Enumerator
PropagateToAllChildren 
PropagateToBlockChildrenOnly 
PropagateToAllChildren 
PropagateToBlockChildrenOnly 

Constructor & Destructor Documentation

◆ ~RenderElement() [1/2]

WebCore::RenderElement::~RenderElement ( )
virtual

◆ RenderElement() [1/4]

WebCore::RenderElement::RenderElement ( Element element,
RenderStyle &&  style,
BaseTypeFlags  baseTypeFlags 
)
protected

◆ RenderElement() [2/4]

WebCore::RenderElement::RenderElement ( Document document,
RenderStyle &&  style,
BaseTypeFlags  baseTypeFlags 
)
protected

◆ ~RenderElement() [2/2]

virtual WebCore::RenderElement::~RenderElement ( )
virtual

◆ RenderElement() [3/4]

WebCore::RenderElement::RenderElement ( Element ,
RenderStyle &&  ,
BaseTypeFlags   
)
protected

◆ RenderElement() [4/4]

WebCore::RenderElement::RenderElement ( Document ,
RenderStyle &&  ,
BaseTypeFlags   
)
protected

Member Function Documentation

◆ absoluteAnchorRect() [1/2]

LayoutRect WebCore::RenderElement::absoluteAnchorRect ( bool *  insideFixed = nullptr) const

◆ absoluteAnchorRect() [2/2]

LayoutRect WebCore::RenderElement::absoluteAnchorRect ( bool *  insideFixed = nullptr) const

◆ addChild() [1/2]

void WebCore::RenderElement::addChild ( RenderObject newChild,
RenderObject beforeChild = nullptr 
)
virtual

◆ addChild() [2/2]

virtual void WebCore::RenderElement::addChild ( RenderObject newChild,
RenderObject beforeChild = nullptr 
)
virtual

◆ addChildIgnoringContinuation() [1/2]

virtual void WebCore::RenderElement::addChildIgnoringContinuation ( RenderObject newChild,
RenderObject beforeChild = nullptr 
)
inlinevirtual

◆ addChildIgnoringContinuation() [2/2]

virtual void WebCore::RenderElement::addChildIgnoringContinuation ( RenderObject newChild,
RenderObject beforeChild = nullptr 
)
inlinevirtual

◆ addLayers() [1/2]

void WebCore::RenderElement::addLayers ( RenderLayer parentLayer)

◆ addLayers() [2/2]

void WebCore::RenderElement::addLayers ( RenderLayer parentLayer)

◆ adjustFlowThreadStateOnContainingBlockChangeIfNeeded() [1/2]

void WebCore::RenderElement::adjustFlowThreadStateOnContainingBlockChangeIfNeeded ( )
protected

◆ adjustFlowThreadStateOnContainingBlockChangeIfNeeded() [2/2]

void WebCore::RenderElement::adjustFlowThreadStateOnContainingBlockChangeIfNeeded ( )
protected

◆ ancestorLineBoxDirty() [1/2]

bool WebCore::RenderElement::ancestorLineBoxDirty ( ) const
inline

◆ ancestorLineBoxDirty() [2/2]

bool WebCore::RenderElement::ancestorLineBoxDirty ( ) const
inline

◆ borderImageIsLoadedAndCanBeRendered() [1/2]

bool WebCore::RenderElement::borderImageIsLoadedAndCanBeRendered ( ) const

◆ borderImageIsLoadedAndCanBeRendered() [2/2]

bool WebCore::RenderElement::borderImageIsLoadedAndCanBeRendered ( ) const

◆ canContainAbsolutelyPositionedObjects() [1/2]

bool WebCore::RenderElement::canContainAbsolutelyPositionedObjects ( ) const

◆ canContainAbsolutelyPositionedObjects() [2/2]

bool WebCore::RenderElement::canContainAbsolutelyPositionedObjects ( ) const
inline

◆ canContainFixedPositionObjects() [1/2]

bool WebCore::RenderElement::canContainFixedPositionObjects ( ) const
inline

◆ canContainFixedPositionObjects() [2/2]

bool WebCore::RenderElement::canContainFixedPositionObjects ( ) const

◆ checkForRepaintDuringLayout() [1/2]

bool WebCore::RenderElement::checkForRepaintDuringLayout ( ) const

◆ checkForRepaintDuringLayout() [2/2]

bool WebCore::RenderElement::checkForRepaintDuringLayout ( ) const

◆ childRequiresTable() [1/2]

bool WebCore::RenderElement::childRequiresTable ( const RenderObject child) const

◆ childRequiresTable() [2/2]

bool WebCore::RenderElement::childRequiresTable ( const RenderObject child) const

◆ clearChildNeedsLayout() [1/2]

void WebCore::RenderElement::clearChildNeedsLayout ( )

◆ clearChildNeedsLayout() [2/2]

void WebCore::RenderElement::clearChildNeedsLayout ( )

◆ containingBlockForAbsolutePosition() [1/2]

RenderBlock * WebCore::RenderElement::containingBlockForAbsolutePosition ( ) const

◆ containingBlockForAbsolutePosition() [2/2]

RenderBlock* WebCore::RenderElement::containingBlockForAbsolutePosition ( ) const

◆ containingBlockForFixedPosition() [1/2]

RenderBlock * WebCore::RenderElement::containingBlockForFixedPosition ( ) const

◆ containingBlockForFixedPosition() [2/2]

RenderBlock* WebCore::RenderElement::containingBlockForFixedPosition ( ) const

◆ createFor() [1/2]

RenderPtr< RenderElement > WebCore::RenderElement::createFor ( Element element,
RenderStyle &&  style,
RendererCreationType  creationType = CreateAllRenderers 
)
static

◆ createFor() [2/2]

static RenderPtr<RenderElement> WebCore::RenderElement::createFor ( Element ,
RenderStyle &&  ,
RendererCreationType  = CreateAllRenderers 
)
static

◆ createsGroup() [1/2]

bool WebCore::RenderElement::createsGroup ( ) const
inline

◆ createsGroup() [2/2]

bool WebCore::RenderElement::createsGroup ( ) const
inline

◆ destroyLeftoverChildren() [1/2]

void WebCore::RenderElement::destroyLeftoverChildren ( )
protected

◆ destroyLeftoverChildren() [2/2]

void WebCore::RenderElement::destroyLeftoverChildren ( )
protected

◆ dirtyLinesFromChangedChild() [1/2]

virtual void WebCore::RenderElement::dirtyLinesFromChangedChild ( RenderObject )
inlinevirtual

◆ dirtyLinesFromChangedChild() [2/2]

virtual void WebCore::RenderElement::dirtyLinesFromChangedChild ( RenderObject )
inlinevirtual

◆ drawLineForBoxSide() [1/2]

void WebCore::RenderElement::drawLineForBoxSide ( GraphicsContext graphicsContext,
const FloatRect rect,
BoxSide  side,
Color  color,
EBorderStyle  borderStyle,
float  adjacentWidth1,
float  adjacentWidth2,
bool  antialias = false 
) const

◆ drawLineForBoxSide() [2/2]

void WebCore::RenderElement::drawLineForBoxSide ( GraphicsContext ,
const FloatRect ,
BoxSide  ,
Color  ,
EBorderStyle  ,
float  adjacentWidth1,
float  adjacentWidth2,
bool  antialias = false 
) const

◆ element() [1/2]

Element* WebCore::RenderElement::element ( ) const
inline

◆ element() [2/2]

Element* WebCore::RenderElement::element ( ) const
inline

◆ enclosingRendererWithTextDecoration() [1/2]

const RenderElement * WebCore::RenderElement::enclosingRendererWithTextDecoration ( TextDecoration  textDecoration,
bool  firstLine 
) const

◆ enclosingRendererWithTextDecoration() [2/2]

const RenderElement* WebCore::RenderElement::enclosingRendererWithTextDecoration ( TextDecoration  ,
bool  firstLine 
) const

◆ findNextLayer() [1/2]

RenderLayer * WebCore::RenderElement::findNextLayer ( RenderLayer parentLayer,
RenderObject startPoint,
bool  checkParent = true 
)

◆ findNextLayer() [2/2]

RenderLayer* WebCore::RenderElement::findNextLayer ( RenderLayer parentLayer,
RenderObject startPoint,
bool  checkParent = true 
)

◆ firstChild() [1/2]

RenderObject* WebCore::RenderElement::firstChild ( ) const
inline

◆ firstChild() [2/2]

RenderObject* WebCore::RenderElement::firstChild ( ) const
inline

◆ firstLineStyle() [1/2]

const RenderStyle& WebCore::RenderElement::firstLineStyle ( ) const

◆ firstLineStyle() [2/2]

const RenderStyle & WebCore::RenderElement::firstLineStyle ( ) const

◆ generatingElement() [1/2]

Element* WebCore::RenderElement::generatingElement ( ) const

◆ generatingElement() [2/2]

Element * WebCore::RenderElement::generatingElement ( ) const
inline

◆ getCachedPseudoStyle() [1/2]

const RenderStyle * WebCore::RenderElement::getCachedPseudoStyle ( PseudoId  pseudo,
const RenderStyle parentStyle = nullptr 
) const

◆ getCachedPseudoStyle() [2/2]

const RenderStyle* WebCore::RenderElement::getCachedPseudoStyle ( PseudoId  ,
const RenderStyle parentStyle = nullptr 
) const

◆ getUncachedPseudoStyle() [1/2]

std::unique_ptr<RenderStyle> WebCore::RenderElement::getUncachedPseudoStyle ( const PseudoStyleRequest ,
const RenderStyle parentStyle = nullptr,
const RenderStyle ownStyle = nullptr 
) const

◆ getUncachedPseudoStyle() [2/2]

std::unique_ptr< RenderStyle > WebCore::RenderElement::getUncachedPseudoStyle ( const PseudoStyleRequest pseudoStyleRequest,
const RenderStyle parentStyle = nullptr,
const RenderStyle ownStyle = nullptr 
) const

◆ hasBackdropFilter() [1/2]

bool WebCore::RenderElement::hasBackdropFilter ( ) const
inline

◆ hasBackdropFilter() [2/2]

bool WebCore::RenderElement::hasBackdropFilter ( ) const
inline

◆ hasBackground() [1/2]

bool WebCore::RenderElement::hasBackground ( ) const
inline

◆ hasBackground() [2/2]

bool WebCore::RenderElement::hasBackground ( ) const
inline

◆ hasBlendMode() [1/2]

bool WebCore::RenderElement::hasBlendMode ( ) const
inline

◆ hasBlendMode() [2/2]

bool WebCore::RenderElement::hasBlendMode ( ) const
inline

◆ hasClip() [1/2]

bool WebCore::RenderElement::hasClip ( ) const
inline

◆ hasClip() [2/2]

bool WebCore::RenderElement::hasClip ( ) const
inline

◆ hasClipOrOverflowClip() [1/2]

bool WebCore::RenderElement::hasClipOrOverflowClip ( ) const
inline

◆ hasClipOrOverflowClip() [2/2]

bool WebCore::RenderElement::hasClipOrOverflowClip ( ) const
inline

◆ hasClipPath() [1/2]

bool WebCore::RenderElement::hasClipPath ( ) const
inline

◆ hasClipPath() [2/2]

bool WebCore::RenderElement::hasClipPath ( ) const
inline

◆ hasContinuation() [1/2]

bool WebCore::RenderElement::hasContinuation ( ) const
inline

◆ hasContinuation() [2/2]

bool WebCore::RenderElement::hasContinuation ( ) const
inline

◆ hasCounterNodeMap() [1/2]

bool WebCore::RenderElement::hasCounterNodeMap ( ) const
inline

◆ hasCounterNodeMap() [2/2]

bool WebCore::RenderElement::hasCounterNodeMap ( ) const
inline

◆ hasFilter() [1/2]

bool WebCore::RenderElement::hasFilter ( ) const
inline

◆ hasFilter() [2/2]

bool WebCore::RenderElement::hasFilter ( ) const
inline

◆ hasHiddenBackface() [1/2]

bool WebCore::RenderElement::hasHiddenBackface ( ) const
inline

◆ hasHiddenBackface() [2/2]

bool WebCore::RenderElement::hasHiddenBackface ( ) const
inline

◆ hasInitializedStyle() [1/2]

bool WebCore::RenderElement::hasInitializedStyle ( ) const
inline

◆ hasInitializedStyle() [2/2]

bool WebCore::RenderElement::hasInitializedStyle ( ) const
inline

◆ hasMask() [1/2]

bool WebCore::RenderElement::hasMask ( ) const
inline

◆ hasMask() [2/2]

bool WebCore::RenderElement::hasMask ( ) const
inline

◆ hasOutline() [1/2]

bool WebCore::RenderElement::hasOutline ( ) const
inline

◆ hasOutline() [2/2]

bool WebCore::RenderElement::hasOutline ( ) const
inline

◆ hasOutlineAnnotation() [1/2]

bool WebCore::RenderElement::hasOutlineAnnotation ( ) const

◆ hasOutlineAnnotation() [2/2]

bool WebCore::RenderElement::hasOutlineAnnotation ( ) const

◆ hasPausedImageAnimations() [1/2]

bool WebCore::RenderElement::hasPausedImageAnimations ( ) const
inline

◆ hasPausedImageAnimations() [2/2]

bool WebCore::RenderElement::hasPausedImageAnimations ( ) const
inline

◆ hasSelfPaintingLayer() [1/2]

bool WebCore::RenderElement::hasSelfPaintingLayer ( ) const

◆ hasSelfPaintingLayer() [2/2]

bool WebCore::RenderElement::hasSelfPaintingLayer ( ) const

◆ hasShapeOutside() [1/2]

bool WebCore::RenderElement::hasShapeOutside ( ) const
inline

◆ hasShapeOutside() [2/2]

bool WebCore::RenderElement::hasShapeOutside ( ) const
inline

◆ hoverAncestor() [1/2]

RenderElement * WebCore::RenderElement::hoverAncestor ( ) const
virtual

◆ hoverAncestor() [2/2]

virtual RenderElement* WebCore::RenderElement::hoverAncestor ( ) const
virtual

◆ initializeStyle() [1/2]

void WebCore::RenderElement::initializeStyle ( )

◆ initializeStyle() [2/2]

void WebCore::RenderElement::initializeStyle ( )

◆ insertChildInternal() [1/2]

void WebCore::RenderElement::insertChildInternal ( RenderObject newChild,
RenderObject beforeChild,
NotifyChildrenType  notifyChildren 
)

◆ insertChildInternal() [2/2]

void WebCore::RenderElement::insertChildInternal ( RenderObject ,
RenderObject beforeChild,
NotifyChildrenType   
)

◆ insertedIntoTree() [1/2]

void WebCore::RenderElement::insertedIntoTree ( )
overrideprotectedvirtual

Reimplemented from WebCore::RenderObject.

Reimplemented in WebCore::RenderBlockFlow.

◆ insertedIntoTree() [2/2]

void WebCore::RenderElement::insertedIntoTree ( )
overrideprotectedvirtual

Reimplemented from WebCore::RenderObject.

◆ isBoxModelObject() [1/2]

bool WebCore::RenderElement::isBoxModelObject ( ) const

◆ isBoxModelObject() [2/2]

bool WebCore::RenderElement::isBoxModelObject ( ) const
inline

◆ isChildAllowed() [1/2]

virtual bool WebCore::RenderElement::isChildAllowed ( const RenderObject ,
const RenderStyle  
) const
inlinevirtual

◆ isChildAllowed() [2/2]

virtual bool WebCore::RenderElement::isChildAllowed ( const RenderObject ,
const RenderStyle  
) const
inlinevirtual

◆ isCSSAnimating() [1/2]

bool WebCore::RenderElement::isCSSAnimating ( ) const
inline

◆ isCSSAnimating() [2/2]

bool WebCore::RenderElement::isCSSAnimating ( ) const
inline

◆ isRenderBlock() [1/2]

bool WebCore::RenderElement::isRenderBlock ( ) const

◆ isRenderBlock() [2/2]

bool WebCore::RenderElement::isRenderBlock ( ) const
inline

◆ isRenderBlockFlow() [1/2]

bool WebCore::RenderElement::isRenderBlockFlow ( ) const

◆ isRenderBlockFlow() [2/2]

bool WebCore::RenderElement::isRenderBlockFlow ( ) const
inline

◆ isRenderInline() [1/2]

bool WebCore::RenderElement::isRenderInline ( ) const

◆ isRenderInline() [2/2]

bool WebCore::RenderElement::isRenderInline ( ) const
inline

◆ isRenderLayerModelObject() [1/2]

bool WebCore::RenderElement::isRenderLayerModelObject ( ) const

◆ isRenderLayerModelObject() [2/2]

bool WebCore::RenderElement::isRenderLayerModelObject ( ) const
inline

◆ isRenderNamedFlowFragmentContainer() [1/2]

bool WebCore::RenderElement::isRenderNamedFlowFragmentContainer ( ) const

◆ isRenderNamedFlowFragmentContainer() [2/2]

bool WebCore::RenderElement::isRenderNamedFlowFragmentContainer ( ) const
inline

◆ isRenderReplaced() [1/2]

bool WebCore::RenderElement::isRenderReplaced ( ) const

◆ isRenderReplaced() [2/2]

bool WebCore::RenderElement::isRenderReplaced ( ) const
inline

◆ isTransparent() [1/2]

bool WebCore::RenderElement::isTransparent ( ) const
inline

◆ isTransparent() [2/2]

bool WebCore::RenderElement::isTransparent ( ) const
inline

◆ lastChild() [1/2]

RenderObject* WebCore::RenderElement::lastChild ( ) const
inline

◆ lastChild() [2/2]

RenderObject* WebCore::RenderElement::lastChild ( ) const
inline

◆ layerCreationAllowedForSubtree() [1/2]

bool WebCore::RenderElement::layerCreationAllowedForSubtree ( ) const
protected

◆ layerCreationAllowedForSubtree() [2/2]

bool WebCore::RenderElement::layerCreationAllowedForSubtree ( ) const
protected

◆ layout() [1/2]

virtual void WebCore::RenderElement::layout ( )
virtual

◆ layout() [2/2]

void WebCore::RenderElement::layout ( )
virtual

◆ layoutIfNeeded() [1/2]

void WebCore::RenderElement::layoutIfNeeded ( )
inline

◆ layoutIfNeeded() [2/2]

void WebCore::RenderElement::layoutIfNeeded ( )
inline

◆ mayCauseRepaintInsideViewport() [1/2]

bool WebCore::RenderElement::mayCauseRepaintInsideViewport ( const IntRect visibleRect = nullptr) const

◆ mayCauseRepaintInsideViewport() [2/2]

bool WebCore::RenderElement::mayCauseRepaintInsideViewport ( const IntRect visibleRect = nullptr) const

◆ minimumValueForLength() [1/2]

LayoutUnit WebCore::RenderElement::minimumValueForLength ( const Length length,
LayoutUnit  maximumValue 
) const
inlineprotected

◆ minimumValueForLength() [2/2]

LayoutUnit WebCore::RenderElement::minimumValueForLength ( const Length ,
LayoutUnit  maximumValue 
) const
protected

◆ moveLayers() [1/2]

void WebCore::RenderElement::moveLayers ( RenderLayer oldParent,
RenderLayer newParent 
)

◆ moveLayers() [2/2]

void WebCore::RenderElement::moveLayers ( RenderLayer oldParent,
RenderLayer newParent 
)

◆ mutableStyle() [1/2]

RenderStyle& WebCore::RenderElement::mutableStyle ( )
inline

◆ mutableStyle() [2/2]

RenderStyle& WebCore::RenderElement::mutableStyle ( )
inline

◆ nonPseudoElement() [1/2]

Element* WebCore::RenderElement::nonPseudoElement ( ) const
inline

◆ nonPseudoElement() [2/2]

Element* WebCore::RenderElement::nonPseudoElement ( ) const
inline

◆ opacity() [1/2]

float WebCore::RenderElement::opacity ( ) const
inline

◆ opacity() [2/2]

float WebCore::RenderElement::opacity ( ) const
inline

◆ paint() [1/2]

virtual void WebCore::RenderElement::paint ( PaintInfo ,
const LayoutPoint  
)
pure virtual

◆ paint() [2/2]

virtual void WebCore::RenderElement::paint ( PaintInfo ,
const LayoutPoint  
)
pure virtual

◆ paintAsInlineBlock() [1/2]

void WebCore::RenderElement::paintAsInlineBlock ( PaintInfo paintInfo,
const LayoutPoint childPoint 
)

◆ paintAsInlineBlock() [2/2]

void WebCore::RenderElement::paintAsInlineBlock ( PaintInfo ,
const LayoutPoint  
)

◆ paintFocusRing() [1/2]

void WebCore::RenderElement::paintFocusRing ( PaintInfo paintInfo,
const RenderStyle style,
const Vector< LayoutRect > &  focusRingRects 
)
protected

◆ paintFocusRing() [2/2]

void WebCore::RenderElement::paintFocusRing ( PaintInfo ,
const RenderStyle ,
const Vector< LayoutRect > &  focusRingRects 
)
protected

◆ paintOutline() [1/2]

void WebCore::RenderElement::paintOutline ( PaintInfo ,
const LayoutRect  
)
protected

◆ paintOutline() [2/2]

void WebCore::RenderElement::paintOutline ( PaintInfo paintInfo,
const LayoutRect paintRect 
)
protected

◆ propagateStyleToAnonymousChildren() [1/2]

void WebCore::RenderElement::propagateStyleToAnonymousChildren ( StylePropagationType  propagationType)
protected

◆ propagateStyleToAnonymousChildren() [2/2]

void WebCore::RenderElement::propagateStyleToAnonymousChildren ( StylePropagationType  )
protected

◆ registerForVisibleInViewportCallback() [1/2]

void WebCore::RenderElement::registerForVisibleInViewportCallback ( )

◆ registerForVisibleInViewportCallback() [2/2]

void WebCore::RenderElement::registerForVisibleInViewportCallback ( )

◆ removeChild() [1/2]

void WebCore::RenderElement::removeChild ( RenderObject oldChild)
virtual

◆ removeChild() [2/2]

virtual void WebCore::RenderElement::removeChild ( RenderObject )
virtual

◆ removeChildInternal() [1/2]

void WebCore::RenderElement::removeChildInternal ( RenderObject oldChild,
NotifyChildrenType  notifyChildren 
)

◆ removeChildInternal() [2/2]

void WebCore::RenderElement::removeChildInternal ( RenderObject ,
NotifyChildrenType   
)

◆ removeFromRenderFlowThread() [1/2]

void WebCore::RenderElement::removeFromRenderFlowThread ( )

◆ removeFromRenderFlowThread() [2/2]

void WebCore::RenderElement::removeFromRenderFlowThread ( )

◆ removeFromRenderFlowThreadIncludingDescendants() [1/2]

void WebCore::RenderElement::removeFromRenderFlowThreadIncludingDescendants ( bool  shouldUpdateState)
protected

◆ removeFromRenderFlowThreadIncludingDescendants() [2/2]

void WebCore::RenderElement::removeFromRenderFlowThreadIncludingDescendants ( bool  shouldUpdateState)
protected

◆ removeLayers() [1/2]

void WebCore::RenderElement::removeLayers ( RenderLayer parentLayer)

◆ removeLayers() [2/2]

void WebCore::RenderElement::removeLayers ( RenderLayer parentLayer)

◆ renderBlockFlowHasMarkupTruncation() [1/2]

bool WebCore::RenderElement::renderBlockFlowHasMarkupTruncation ( ) const
inlineprotected

◆ renderBlockFlowHasMarkupTruncation() [2/2]

bool WebCore::RenderElement::renderBlockFlowHasMarkupTruncation ( ) const
inlineprotected

◆ renderBlockFlowLineLayoutPath() [1/2]

unsigned WebCore::RenderElement::renderBlockFlowLineLayoutPath ( ) const
inlineprotected

◆ renderBlockFlowLineLayoutPath() [2/2]

unsigned WebCore::RenderElement::renderBlockFlowLineLayoutPath ( ) const
inlineprotected

◆ renderBlockHasMarginAfterQuirk() [1/2]

bool WebCore::RenderElement::renderBlockHasMarginAfterQuirk ( ) const
inlineprotected

◆ renderBlockHasMarginAfterQuirk() [2/2]

bool WebCore::RenderElement::renderBlockHasMarginAfterQuirk ( ) const
inlineprotected

◆ renderBlockHasMarginBeforeQuirk() [1/2]

bool WebCore::RenderElement::renderBlockHasMarginBeforeQuirk ( ) const
inlineprotected

◆ renderBlockHasMarginBeforeQuirk() [2/2]

bool WebCore::RenderElement::renderBlockHasMarginBeforeQuirk ( ) const
inlineprotected

◆ renderBlockShouldForceRelayoutChildren() [1/2]

bool WebCore::RenderElement::renderBlockShouldForceRelayoutChildren ( ) const
inlineprotected

◆ renderBlockShouldForceRelayoutChildren() [2/2]

bool WebCore::RenderElement::renderBlockShouldForceRelayoutChildren ( ) const
inlineprotected

◆ renderBoxNeedsLazyRepaint() [1/2]

bool WebCore::RenderElement::renderBoxNeedsLazyRepaint ( ) const
inline

◆ renderBoxNeedsLazyRepaint() [2/2]

bool WebCore::RenderElement::renderBoxNeedsLazyRepaint ( ) const
inline

◆ renderInlineAlwaysCreatesLineBoxes() [1/2]

bool WebCore::RenderElement::renderInlineAlwaysCreatesLineBoxes ( ) const
inlineprotected

◆ renderInlineAlwaysCreatesLineBoxes() [2/2]

bool WebCore::RenderElement::renderInlineAlwaysCreatesLineBoxes ( ) const
inlineprotected

◆ repaintAfterLayoutIfNeeded() [1/2]

bool WebCore::RenderElement::repaintAfterLayoutIfNeeded ( const RenderLayerModelObject repaintContainer,
const LayoutRect oldBounds,
const LayoutRect oldOutlineBox,
const LayoutRect newBoundsPtr = nullptr,
const LayoutRect newOutlineBoxPtr = nullptr 
)

◆ repaintAfterLayoutIfNeeded() [2/2]

bool WebCore::RenderElement::repaintAfterLayoutIfNeeded ( const RenderLayerModelObject repaintContainer,
const LayoutRect oldBounds,
const LayoutRect oldOutlineBox,
const LayoutRect newBoundsPtr = nullptr,
const LayoutRect newOutlineBoxPtr = nullptr 
)

◆ repaintForPausedImageAnimationsIfNeeded() [1/2]

bool WebCore::RenderElement::repaintForPausedImageAnimationsIfNeeded ( const IntRect visibleRect)

◆ repaintForPausedImageAnimationsIfNeeded() [2/2]

bool WebCore::RenderElement::repaintForPausedImageAnimationsIfNeeded ( const IntRect visibleRect)

◆ selectionBackgroundColor() [1/2]

Color WebCore::RenderElement::selectionBackgroundColor ( ) const

◆ selectionBackgroundColor() [2/2]

Color WebCore::RenderElement::selectionBackgroundColor ( ) const

◆ selectionColor() [1/2]

Color WebCore::RenderElement::selectionColor ( int  colorProperty) const

◆ selectionColor() [2/2]

Color WebCore::RenderElement::selectionColor ( int  colorProperty) const

◆ selectionEmphasisMarkColor() [1/2]

Color WebCore::RenderElement::selectionEmphasisMarkColor ( ) const

◆ selectionEmphasisMarkColor() [2/2]

Color WebCore::RenderElement::selectionEmphasisMarkColor ( ) const

◆ selectionForegroundColor() [1/2]

Color WebCore::RenderElement::selectionForegroundColor ( ) const

◆ selectionForegroundColor() [2/2]

Color WebCore::RenderElement::selectionForegroundColor ( ) const

◆ selectionPseudoStyle() [1/2]

std::unique_ptr< RenderStyle > WebCore::RenderElement::selectionPseudoStyle ( ) const

◆ selectionPseudoStyle() [2/2]

std::unique_ptr<RenderStyle> WebCore::RenderElement::selectionPseudoStyle ( ) const

◆ setAncestorLineBoxDirty() [1/2]

void WebCore::RenderElement::setAncestorLineBoxDirty ( bool  f = true)
inline

◆ setAncestorLineBoxDirty() [2/2]

void WebCore::RenderElement::setAncestorLineBoxDirty ( bool  f = true)

◆ setChildNeedsLayout() [1/2]

void WebCore::RenderElement::setChildNeedsLayout ( MarkingBehavior  = MarkContainingBlockChain)

◆ setChildNeedsLayout() [2/2]

void WebCore::RenderElement::setChildNeedsLayout ( MarkingBehavior  markParents = MarkContainingBlockChain)
inline

◆ setFirstChild() [1/2]

void WebCore::RenderElement::setFirstChild ( RenderObject child)
inlineprotected

◆ setFirstChild() [2/2]

void WebCore::RenderElement::setFirstChild ( RenderObject child)
inlineprotected

◆ setHasContinuation() [1/2]

void WebCore::RenderElement::setHasContinuation ( bool  b)
inlineprotected

◆ setHasContinuation() [2/2]

void WebCore::RenderElement::setHasContinuation ( bool  b)
inlineprotected

◆ setHasCounterNodeMap() [1/2]

void WebCore::RenderElement::setHasCounterNodeMap ( bool  f)
inline

◆ setHasCounterNodeMap() [2/2]

void WebCore::RenderElement::setHasCounterNodeMap ( bool  f)
inline

◆ setHasPausedImageAnimations() [1/2]

void WebCore::RenderElement::setHasPausedImageAnimations ( bool  b)
inline

◆ setHasPausedImageAnimations() [2/2]

void WebCore::RenderElement::setHasPausedImageAnimations ( bool  b)
inline

◆ setIsCSSAnimating() [1/2]

void WebCore::RenderElement::setIsCSSAnimating ( bool  b)
inline

◆ setIsCSSAnimating() [2/2]

void WebCore::RenderElement::setIsCSSAnimating ( bool  b)
inline

◆ setLastChild() [1/2]

void WebCore::RenderElement::setLastChild ( RenderObject child)
inlineprotected

◆ setLastChild() [2/2]

void WebCore::RenderElement::setLastChild ( RenderObject child)
inlineprotected

◆ setNeedsPositionedMovementLayout() [1/2]

void WebCore::RenderElement::setNeedsPositionedMovementLayout ( const RenderStyle oldStyle)

◆ setNeedsPositionedMovementLayout() [2/2]

void WebCore::RenderElement::setNeedsPositionedMovementLayout ( const RenderStyle oldStyle)

◆ setNeedsSimplifiedNormalFlowLayout() [1/2]

void WebCore::RenderElement::setNeedsSimplifiedNormalFlowLayout ( )

◆ setNeedsSimplifiedNormalFlowLayout() [2/2]

void WebCore::RenderElement::setNeedsSimplifiedNormalFlowLayout ( )

◆ setRenderBlockFlowHasMarkupTruncation() [1/2]

void WebCore::RenderElement::setRenderBlockFlowHasMarkupTruncation ( bool  b)
inlineprotected

◆ setRenderBlockFlowHasMarkupTruncation() [2/2]

void WebCore::RenderElement::setRenderBlockFlowHasMarkupTruncation ( bool  b)
inlineprotected

◆ setRenderBlockFlowLineLayoutPath() [1/2]

void WebCore::RenderElement::setRenderBlockFlowLineLayoutPath ( unsigned  u)
inlineprotected

◆ setRenderBlockFlowLineLayoutPath() [2/2]

void WebCore::RenderElement::setRenderBlockFlowLineLayoutPath ( unsigned  u)
inlineprotected

◆ setRenderBlockHasMarginAfterQuirk() [1/2]

void WebCore::RenderElement::setRenderBlockHasMarginAfterQuirk ( bool  b)
inlineprotected

◆ setRenderBlockHasMarginAfterQuirk() [2/2]

void WebCore::RenderElement::setRenderBlockHasMarginAfterQuirk ( bool  b)
inlineprotected

◆ setRenderBlockHasMarginBeforeQuirk() [1/2]

void WebCore::RenderElement::setRenderBlockHasMarginBeforeQuirk ( bool  b)
inlineprotected

◆ setRenderBlockHasMarginBeforeQuirk() [2/2]

void WebCore::RenderElement::setRenderBlockHasMarginBeforeQuirk ( bool  b)
inlineprotected

◆ setRenderBlockShouldForceRelayoutChildren() [1/2]

void WebCore::RenderElement::setRenderBlockShouldForceRelayoutChildren ( bool  b)
inlineprotected

◆ setRenderBlockShouldForceRelayoutChildren() [2/2]

void WebCore::RenderElement::setRenderBlockShouldForceRelayoutChildren ( bool  b)
inlineprotected

◆ setRenderBoxNeedsLazyRepaint() [1/2]

void WebCore::RenderElement::setRenderBoxNeedsLazyRepaint ( bool  b)
inline

◆ setRenderBoxNeedsLazyRepaint() [2/2]

void WebCore::RenderElement::setRenderBoxNeedsLazyRepaint ( bool  b)
inline

◆ setRenderInlineAlwaysCreatesLineBoxes() [1/2]

void WebCore::RenderElement::setRenderInlineAlwaysCreatesLineBoxes ( bool  b)
inlineprotected

◆ setRenderInlineAlwaysCreatesLineBoxes() [2/2]

void WebCore::RenderElement::setRenderInlineAlwaysCreatesLineBoxes ( bool  b)
inlineprotected

◆ setStyle() [1/2]

void WebCore::RenderElement::setStyle ( RenderStyle &&  ,
StyleDifference  minimalStyleDifference = StyleDifferenceEqual 
)

◆ setStyle() [2/2]

void WebCore::RenderElement::setStyle ( RenderStyle &&  style,
StyleDifference  minimalStyleDifference = StyleDifferenceEqual 
)

◆ setStyleInternal() [1/2]

void WebCore::RenderElement::setStyleInternal ( RenderStyle &&  style)
inline

◆ setStyleInternal() [2/2]

void WebCore::RenderElement::setStyleInternal ( RenderStyle &&  style)
inline

◆ shouldRespectImageOrientation() [1/2]

RespectImageOrientationEnum WebCore::RenderElement::shouldRespectImageOrientation ( ) const

◆ shouldRespectImageOrientation() [2/2]

RespectImageOrientationEnum WebCore::RenderElement::shouldRespectImageOrientation ( ) const

◆ style() [1/2]

const RenderStyle& WebCore::RenderElement::style ( ) const
inline

◆ style() [2/2]

const RenderStyle& WebCore::RenderElement::style ( ) const
inline

◆ styleDidChange() [1/2]

void WebCore::RenderElement::styleDidChange ( StyleDifference  diff,
const RenderStyle oldStyle 
)
protectedvirtual

◆ styleDidChange() [2/2]

virtual void WebCore::RenderElement::styleDidChange ( StyleDifference  ,
const RenderStyle oldStyle 
)
protectedvirtual

◆ styleWillChange() [1/2]

virtual void WebCore::RenderElement::styleWillChange ( StyleDifference  ,
const RenderStyle newStyle 
)
protectedvirtual

◆ styleWillChange() [2/2]

void WebCore::RenderElement::styleWillChange ( StyleDifference  diff,
const RenderStyle newStyle 
)
protectedvirtual

◆ unregisterForVisibleInViewportCallback() [1/2]

void WebCore::RenderElement::unregisterForVisibleInViewportCallback ( )

◆ unregisterForVisibleInViewportCallback() [2/2]

void WebCore::RenderElement::unregisterForVisibleInViewportCallback ( )

◆ updateAnonymousChildStyle() [1/2]

virtual void WebCore::RenderElement::updateAnonymousChildStyle ( const RenderObject ,
RenderStyle  
) const
inlinevirtual

Reimplemented in WebCore::RenderButton.

◆ updateAnonymousChildStyle() [2/2]

virtual void WebCore::RenderElement::updateAnonymousChildStyle ( const RenderObject ,
RenderStyle  
) const
inlinevirtual

Reimplemented in WebCore::RenderButton.

◆ updateOutlineAutoAncestor() [1/2]

void WebCore::RenderElement::updateOutlineAutoAncestor ( bool  hasOutlineAuto)
protected

◆ updateOutlineAutoAncestor() [2/2]

void WebCore::RenderElement::updateOutlineAutoAncestor ( bool  hasOutlineAuto)
protected

◆ valueForLength() [1/2]

LayoutUnit WebCore::RenderElement::valueForLength ( const Length length,
LayoutUnit  maximumValue 
) const
inlineprotected

◆ valueForLength() [2/2]

LayoutUnit WebCore::RenderElement::valueForLength ( const Length ,
LayoutUnit  maximumValue 
) const
protected

◆ visibleInViewportStateChanged() [1/2]

void WebCore::RenderElement::visibleInViewportStateChanged ( VisibleInViewportState  )

◆ visibleInViewportStateChanged() [2/2]

void WebCore::RenderElement::visibleInViewportStateChanged ( VisibleInViewportState  state)

◆ visibleToHitTesting() [1/2]

bool WebCore::RenderElement::visibleToHitTesting ( ) const
inline

◆ visibleToHitTesting() [2/2]

bool WebCore::RenderElement::visibleToHitTesting ( ) const
inline

◆ willBeDestroyed() [1/2]

void WebCore::RenderElement::willBeDestroyed ( )
overrideprotectedvirtual

◆ willBeDestroyed() [2/2]

void WebCore::RenderElement::willBeDestroyed ( )
overrideprotectedvirtual

◆ willBeRemovedFromTree() [1/2]

void WebCore::RenderElement::willBeRemovedFromTree ( )
overrideprotectedvirtual

Reimplemented from WebCore::RenderObject.

Reimplemented in WebCore::RenderBox.

◆ willBeRemovedFromTree() [2/2]

void WebCore::RenderElement::willBeRemovedFromTree ( )
overrideprotectedvirtual

Reimplemented from WebCore::RenderObject.

Member Data Documentation

◆ m_reparentingChild

bool WebCore::RenderElement::m_reparentingChild { false }
protected

The documentation for this class was generated from the following files: