|
| | RenderStyle (RenderStyle &&)=default |
| |
| RenderStyle & | operator= (RenderStyle &&)=default |
| |
| | ~RenderStyle () |
| |
| RenderStyle | replace (RenderStyle &&) WARN_UNUSED_RETURN |
| |
| | RenderStyle (CreateDefaultStyleTag) |
| |
| | RenderStyle (const RenderStyle &, CloneTag) |
| |
| bool | deletionHasBegun () const |
| |
| bool | operator== (const RenderStyle &) const |
| |
| bool | operator!= (const RenderStyle &other) const |
| |
| void | inheritFrom (const RenderStyle &inheritParent) |
| |
| void | copyNonInheritedFrom (const RenderStyle &) |
| |
| ContentPosition | resolvedJustifyContentPosition (const StyleContentAlignmentData &normalValueBehavior) const |
| |
| ContentDistributionType | resolvedJustifyContentDistribution (const StyleContentAlignmentData &normalValueBehavior) const |
| |
| ContentPosition | resolvedAlignContentPosition (const StyleContentAlignmentData &normalValueBehavior) const |
| |
| ContentDistributionType | resolvedAlignContentDistribution (const StyleContentAlignmentData &normalValueBehavior) const |
| |
| StyleSelfAlignmentData | resolvedAlignItems (ItemPosition normalValueBehaviour) const |
| |
| StyleSelfAlignmentData | resolvedAlignSelf (const RenderStyle *parentStyle, ItemPosition normalValueBehaviour) const |
| |
| StyleSelfAlignmentData | resolvedJustifyItems (ItemPosition normalValueBehaviour) const |
| |
| StyleSelfAlignmentData | resolvedJustifySelf (const RenderStyle *parentStyle, ItemPosition normalValueBehaviour) const |
| |
| PseudoId | styleType () const |
| |
| void | setStyleType (PseudoId styleType) |
| |
| RenderStyle * | getCachedPseudoStyle (PseudoId) const |
| |
| RenderStyle * | addCachedPseudoStyle (std::unique_ptr< RenderStyle >) |
| |
| void | removeCachedPseudoStyle (PseudoId) |
| |
| const PseudoStyleCache * | cachedPseudoStyles () const |
| |
| const CustomPropertyValueMap & | customProperties () const |
| |
| void | setCustomPropertyValue (const AtomicString &name, Ref< CSSCustomPropertyValue > &&value) |
| |
| void | setHasViewportUnits (bool hasViewportUnits=true) |
| |
| bool | hasViewportUnits () const |
| |
| bool | affectedByHover () const |
| |
| bool | affectedByActive () const |
| |
| bool | affectedByDrag () const |
| |
| void | setAffectedByHover () |
| |
| void | setAffectedByActive () |
| |
| void | setAffectedByDrag () |
| |
| void | setColumnStylesFromPaginationMode (const Pagination::Mode &) |
| |
| bool | isFloating () const |
| |
| bool | hasMargin () const |
| |
| bool | hasBorder () const |
| |
| bool | hasBorderFill () const |
| |
| bool | hasVisibleBorderDecoration () const |
| |
| bool | hasVisibleBorder () const |
| |
| bool | hasPadding () const |
| |
| bool | hasOffset () const |
| |
| bool | hasMarginBeforeQuirk () const |
| |
| bool | hasMarginAfterQuirk () const |
| |
| bool | hasBackgroundImage () const |
| |
| bool | hasFixedBackgroundImage () const |
| |
| bool | hasEntirelyFixedBackground () const |
| |
| bool | hasAppearance () const |
| |
| bool | hasBackground () const |
| |
| LayoutBoxExtent | imageOutsets (const NinePieceImage &) const |
| |
| bool | hasBorderImageOutsets () const |
| |
| LayoutBoxExtent | borderImageOutsets () const |
| |
| LayoutBoxExtent | maskBoxImageOutsets () const |
| |
| bool | hasFilterOutsets () const |
| |
| FilterOutsets | filterOutsets () const |
| |
| Order | rtlOrdering () const |
| |
| void | setRTLOrdering (Order ordering) |
| |
| bool | isStyleAvailable () const |
| |
| bool | hasAnyPublicPseudoStyles () const |
| |
| bool | hasPseudoStyle (PseudoId) const |
| |
| void | setHasPseudoStyle (PseudoId) |
| |
| void | setHasPseudoStyles (PseudoIdSet) |
| |
| bool | hasUniquePseudoStyle () const |
| |
| EDisplay | display () const |
| |
| const Length & | left () const |
| |
| const Length & | right () const |
| |
| const Length & | top () const |
| |
| const Length & | bottom () const |
| |
| const Length & | logicalLeft () const |
| |
| const Length & | logicalRight () const |
| |
| const Length & | logicalTop () const |
| |
| const Length & | logicalBottom () const |
| |
| bool | hasStaticInlinePosition (bool horizontal) const |
| |
| bool | hasStaticBlockPosition (bool horizontal) const |
| |
| EPosition | position () const |
| |
| bool | hasOutOfFlowPosition () const |
| |
| bool | hasInFlowPosition () const |
| |
| bool | hasViewportConstrainedPosition () const |
| |
| EFloat | floating () const |
| |
| const Length & | width () const |
| |
| const Length & | height () const |
| |
| const Length & | minWidth () const |
| |
| const Length & | maxWidth () const |
| |
| const Length & | minHeight () const |
| |
| const Length & | maxHeight () const |
| |
| const Length & | logicalWidth () const |
| |
| const Length & | logicalHeight () const |
| |
| const Length & | logicalMinWidth () const |
| |
| const Length & | logicalMaxWidth () const |
| |
| const Length & | logicalMinHeight () const |
| |
| const Length & | logicalMaxHeight () const |
| |
| const BorderData & | border () const |
| |
| const BorderValue & | borderLeft () const |
| |
| const BorderValue & | borderRight () const |
| |
| const BorderValue & | borderTop () const |
| |
| const BorderValue & | borderBottom () const |
| |
| const BorderValue & | borderBefore () const |
| |
| const BorderValue & | borderAfter () const |
| |
| const BorderValue & | borderStart () const |
| |
| const BorderValue & | borderEnd () const |
| |
| const NinePieceImage & | borderImage () const |
| |
| StyleImage * | borderImageSource () const |
| |
| const LengthBox & | borderImageSlices () const |
| |
| const LengthBox & | borderImageWidth () const |
| |
| const LengthBox & | borderImageOutset () const |
| |
| const LengthSize & | borderTopLeftRadius () const |
| |
| const LengthSize & | borderTopRightRadius () const |
| |
| const LengthSize & | borderBottomLeftRadius () const |
| |
| const LengthSize & | borderBottomRightRadius () const |
| |
| bool | hasBorderRadius () const |
| |
| float | borderLeftWidth () const |
| |
| EBorderStyle | borderLeftStyle () const |
| |
| bool | borderLeftIsTransparent () const |
| |
| float | borderRightWidth () const |
| |
| EBorderStyle | borderRightStyle () const |
| |
| bool | borderRightIsTransparent () const |
| |
| float | borderTopWidth () const |
| |
| EBorderStyle | borderTopStyle () const |
| |
| bool | borderTopIsTransparent () const |
| |
| float | borderBottomWidth () const |
| |
| EBorderStyle | borderBottomStyle () const |
| |
| bool | borderBottomIsTransparent () const |
| |
| FloatBoxExtent | borderWidth () const |
| |
| float | borderBeforeWidth () const |
| |
| float | borderAfterWidth () const |
| |
| float | borderStartWidth () const |
| |
| float | borderEndWidth () const |
| |
| float | outlineSize () const |
| |
| float | outlineWidth () const |
| |
| bool | hasOutline () const |
| |
| EBorderStyle | outlineStyle () const |
| |
| OutlineIsAuto | outlineStyleIsAuto () const |
| |
| bool | hasOutlineInVisualOverflow () const |
| |
| EOverflow | overflowX () const |
| |
| EOverflow | overflowY () const |
| |
| EOverflow | overflowInlineDirection () const |
| |
| EOverflow | overflowBlockDirection () const |
| |
| EVisibility | visibility () const |
| |
| EVerticalAlign | verticalAlign () const |
| |
| const Length & | verticalAlignLength () const |
| |
| const Length & | clipLeft () const |
| |
| const Length & | clipRight () const |
| |
| const Length & | clipTop () const |
| |
| const Length & | clipBottom () const |
| |
| const LengthBox & | clip () const |
| |
| bool | hasClip () const |
| |
| EUnicodeBidi | unicodeBidi () const |
| |
| EClear | clear () const |
| |
| ETableLayout | tableLayout () const |
| |
| WEBCORE_EXPORT const FontCascade & | fontCascade () const |
| |
| WEBCORE_EXPORT const FontMetrics & | fontMetrics () const |
| |
| WEBCORE_EXPORT const FontCascadeDescription & | fontDescription () const |
| |
| float | specifiedFontSize () const |
| |
| float | computedFontSize () const |
| |
| int | fontSize () const |
| |
| std::pair< FontOrientation, NonCJKGlyphOrientation > | fontAndGlyphOrientation () |
| |
| const Length & | textIndent () const |
| |
| ETextAlign | textAlign () const |
| |
| ETextTransform | textTransform () const |
| |
| TextDecoration | textDecorationsInEffect () const |
| |
| TextDecoration | textDecoration () const |
| |
| TextDecorationStyle | textDecorationStyle () const |
| |
| TextDecorationSkip | textDecorationSkip () const |
| |
| TextUnderlinePosition | textUnderlinePosition () const |
| |
| const Length & | wordSpacing () const |
| |
| float | letterSpacing () const |
| |
| float | zoom () const |
| |
| float | effectiveZoom () const |
| |
| TextZoom | textZoom () const |
| |
| TextDirection | direction () const |
| |
| bool | isLeftToRightDirection () const |
| |
| bool | hasExplicitlySetDirection () const |
| |
| const Length & | specifiedLineHeight () const |
| |
| WEBCORE_EXPORT const Length & | lineHeight () const |
| |
| WEBCORE_EXPORT int | computedLineHeight () const |
| |
| EWhiteSpace | whiteSpace () const |
| |
| bool | autoWrap () const |
| |
| bool | preserveNewline () const |
| |
| bool | collapseWhiteSpace () const |
| |
| bool | isCollapsibleWhiteSpace (UChar) const |
| |
| bool | breakOnlyAfterWhiteSpace () const |
| |
| bool | breakWords () const |
| |
| EFillRepeat | backgroundRepeatX () const |
| |
| EFillRepeat | backgroundRepeatY () const |
| |
| CompositeOperator | backgroundComposite () const |
| |
| EFillAttachment | backgroundAttachment () const |
| |
| EFillBox | backgroundClip () const |
| |
| EFillBox | backgroundOrigin () const |
| |
| const Length & | backgroundXPosition () const |
| |
| const Length & | backgroundYPosition () const |
| |
| EFillSizeType | backgroundSizeType () const |
| |
| const LengthSize & | backgroundSizeLength () const |
| |
| FillLayer & | ensureBackgroundLayers () |
| |
| const FillLayer & | backgroundLayers () const |
| |
| StyleImage * | maskImage () const |
| |
| EFillRepeat | maskRepeatX () const |
| |
| EFillRepeat | maskRepeatY () const |
| |
| CompositeOperator | maskComposite () const |
| |
| EFillBox | maskClip () const |
| |
| EFillBox | maskOrigin () const |
| |
| const Length & | maskXPosition () const |
| |
| const Length & | maskYPosition () const |
| |
| EFillSizeType | maskSizeType () const |
| |
| const LengthSize & | maskSizeLength () const |
| |
| FillLayer & | ensureMaskLayers () |
| |
| const FillLayer & | maskLayers () const |
| |
| const NinePieceImage & | maskBoxImage () const |
| |
| StyleImage * | maskBoxImageSource () const |
| |
| EBorderCollapse | borderCollapse () const |
| |
| float | horizontalBorderSpacing () const |
| |
| float | verticalBorderSpacing () const |
| |
| EEmptyCell | emptyCells () const |
| |
| ECaptionSide | captionSide () const |
| |
| EListStyleType | listStyleType () const |
| |
| StyleImage * | listStyleImage () const |
| |
| EListStylePosition | listStylePosition () const |
| |
| const Length & | marginTop () const |
| |
| const Length & | marginBottom () const |
| |
| const Length & | marginLeft () const |
| |
| const Length & | marginRight () const |
| |
| const Length & | marginBefore () const |
| |
| const Length & | marginAfter () const |
| |
| const Length & | marginStart () const |
| |
| const Length & | marginEnd () const |
| |
| const Length & | marginStartUsing (const RenderStyle *otherStyle) const |
| |
| const Length & | marginEndUsing (const RenderStyle *otherStyle) const |
| |
| const Length & | marginBeforeUsing (const RenderStyle *otherStyle) const |
| |
| const Length & | marginAfterUsing (const RenderStyle *otherStyle) const |
| |
| const LengthBox & | paddingBox () const |
| |
| const Length & | paddingTop () const |
| |
| const Length & | paddingBottom () const |
| |
| const Length & | paddingLeft () const |
| |
| const Length & | paddingRight () const |
| |
| const Length & | paddingBefore () const |
| |
| const Length & | paddingAfter () const |
| |
| const Length & | paddingStart () const |
| |
| const Length & | paddingEnd () const |
| |
| ECursor | cursor () const |
| |
| CursorList * | cursors () const |
| |
| EInsideLink | insideLink () const |
| |
| bool | isLink () const |
| |
| bool | insideDefaultButton () const |
| |
| short | widows () const |
| |
| short | orphans () const |
| |
| bool | hasAutoWidows () const |
| |
| bool | hasAutoOrphans () const |
| |
| BreakInside | breakInside () const |
| |
| BreakBetween | breakBefore () const |
| |
| BreakBetween | breakAfter () const |
| |
| HangingPunctuation | hangingPunctuation () const |
| |
| float | outlineOffset () const |
| |
| const ShadowData * | textShadow () const |
| |
| void | getTextShadowInlineDirectionExtent (LayoutUnit &logicalLeft, LayoutUnit &logicalRight) const |
| |
| void | getTextShadowBlockDirectionExtent (LayoutUnit &logicalTop, LayoutUnit &logicalBottom) const |
| |
| float | textStrokeWidth () const |
| |
| float | opacity () const |
| |
| ControlPart | appearance () const |
| |
| AspectRatioType | aspectRatioType () const |
| |
| float | aspectRatioDenominator () const |
| |
| float | aspectRatioNumerator () const |
| |
| EBoxAlignment | boxAlign () const |
| |
| EBoxDirection | boxDirection () const |
| |
| float | boxFlex () const |
| |
| unsigned | boxFlexGroup () const |
| |
| EBoxLines | boxLines () const |
| |
| unsigned | boxOrdinalGroup () const |
| |
| EBoxOrient | boxOrient () const |
| |
| EBoxPack | boxPack () const |
| |
| int | order () const |
| |
| float | flexGrow () const |
| |
| float | flexShrink () const |
| |
| const Length & | flexBasis () const |
| |
| const StyleContentAlignmentData & | alignContent () const |
| |
| const StyleSelfAlignmentData & | alignItems () const |
| |
| const StyleSelfAlignmentData & | alignSelf () const |
| |
| EFlexDirection | flexDirection () const |
| |
| bool | isColumnFlexDirection () const |
| |
| bool | isReverseFlexDirection () const |
| |
| EFlexWrap | flexWrap () const |
| |
| const StyleContentAlignmentData & | justifyContent () const |
| |
| const StyleSelfAlignmentData & | justifyItems () const |
| |
| const StyleSelfAlignmentData & | justifySelf () const |
| |
| const Vector< GridTrackSize > & | gridColumns () const |
| |
| const Vector< GridTrackSize > & | gridRows () const |
| |
| const Vector< GridTrackSize > & | gridAutoRepeatColumns () const |
| |
| const Vector< GridTrackSize > & | gridAutoRepeatRows () const |
| |
| unsigned | gridAutoRepeatColumnsInsertionPoint () const |
| |
| unsigned | gridAutoRepeatRowsInsertionPoint () const |
| |
| AutoRepeatType | gridAutoRepeatColumnsType () const |
| |
| AutoRepeatType | gridAutoRepeatRowsType () const |
| |
| const NamedGridLinesMap & | namedGridColumnLines () const |
| |
| const NamedGridLinesMap & | namedGridRowLines () const |
| |
| const OrderedNamedGridLinesMap & | orderedNamedGridColumnLines () const |
| |
| const OrderedNamedGridLinesMap & | orderedNamedGridRowLines () const |
| |
| const NamedGridLinesMap & | autoRepeatNamedGridColumnLines () const |
| |
| const NamedGridLinesMap & | autoRepeatNamedGridRowLines () const |
| |
| const OrderedNamedGridLinesMap & | autoRepeatOrderedNamedGridColumnLines () const |
| |
| const OrderedNamedGridLinesMap & | autoRepeatOrderedNamedGridRowLines () const |
| |
| const NamedGridAreaMap & | namedGridArea () const |
| |
| size_t | namedGridAreaRowCount () const |
| |
| size_t | namedGridAreaColumnCount () const |
| |
| GridAutoFlow | gridAutoFlow () const |
| |
| bool | isGridAutoFlowDirectionRow () const |
| |
| bool | isGridAutoFlowDirectionColumn () const |
| |
| bool | isGridAutoFlowAlgorithmSparse () const |
| |
| bool | isGridAutoFlowAlgorithmDense () const |
| |
| const Vector< GridTrackSize > & | gridAutoColumns () const |
| |
| const Vector< GridTrackSize > & | gridAutoRows () const |
| |
| const Length & | gridColumnGap () const |
| |
| const Length & | gridRowGap () const |
| |
| const GridPosition & | gridItemColumnStart () const |
| |
| const GridPosition & | gridItemColumnEnd () const |
| |
| const GridPosition & | gridItemRowStart () const |
| |
| const GridPosition & | gridItemRowEnd () const |
| |
| const ShadowData * | boxShadow () const |
| |
| void | getBoxShadowExtent (LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const |
| |
| LayoutBoxExtent | getBoxShadowInsetExtent () const |
| |
| void | getBoxShadowHorizontalExtent (LayoutUnit &left, LayoutUnit &right) const |
| |
| void | getBoxShadowVerticalExtent (LayoutUnit &top, LayoutUnit &bottom) const |
| |
| void | getBoxShadowInlineDirectionExtent (LayoutUnit &logicalLeft, LayoutUnit &logicalRight) const |
| |
| void | getBoxShadowBlockDirectionExtent (LayoutUnit &logicalTop, LayoutUnit &logicalBottom) const |
| |
| StyleReflection * | boxReflect () const |
| |
| EBoxSizing | boxSizing () const |
| |
| const Length & | marqueeIncrement () const |
| |
| int | marqueeSpeed () const |
| |
| int | marqueeLoopCount () const |
| |
| EMarqueeBehavior | marqueeBehavior () const |
| |
| EMarqueeDirection | marqueeDirection () const |
| |
| EUserModify | userModify () const |
| |
| EUserDrag | userDrag () const |
| |
| EUserSelect | userSelect () const |
| |
| TextOverflow | textOverflow () const |
| |
| EMarginCollapse | marginBeforeCollapse () const |
| |
| EMarginCollapse | marginAfterCollapse () const |
| |
| EWordBreak | wordBreak () const |
| |
| EOverflowWrap | overflowWrap () const |
| |
| ENBSPMode | nbspMode () const |
| |
| LineBreak | lineBreak () const |
| |
| Hyphens | hyphens () const |
| |
| short | hyphenationLimitBefore () const |
| |
| short | hyphenationLimitAfter () const |
| |
| short | hyphenationLimitLines () const |
| |
| const AtomicString & | hyphenationString () const |
| |
| const AtomicString & | locale () const |
| |
| EBorderFit | borderFit () const |
| |
| EResize | resize () const |
| |
| ColumnAxis | columnAxis () const |
| |
| bool | hasInlineColumnAxis () const |
| |
| ColumnProgression | columnProgression () const |
| |
| float | columnWidth () const |
| |
| bool | hasAutoColumnWidth () const |
| |
| unsigned short | columnCount () const |
| |
| bool | hasAutoColumnCount () const |
| |
| bool | specifiesColumns () const |
| |
| ColumnFill | columnFill () const |
| |
| float | columnGap () const |
| |
| bool | hasNormalColumnGap () const |
| |
| EBorderStyle | columnRuleStyle () const |
| |
| unsigned short | columnRuleWidth () const |
| |
| bool | columnRuleIsTransparent () const |
| |
| ColumnSpan | columnSpan () const |
| |
| const TransformOperations & | transform () const |
| |
| const Length & | transformOriginX () const |
| |
| const Length & | transformOriginY () const |
| |
| float | transformOriginZ () const |
| |
| bool | hasTransform () const |
| |
| TextEmphasisFill | textEmphasisFill () const |
| |
| TextEmphasisMark | textEmphasisMark () const |
| |
| const AtomicString & | textEmphasisCustomMark () const |
| |
| TextEmphasisPosition | textEmphasisPosition () const |
| |
| const AtomicString & | textEmphasisMarkString () const |
| |
| RubyPosition | rubyPosition () const |
| |
| TextOrientation | textOrientation () const |
| |
| ObjectFit | objectFit () const |
| |
| LengthPoint | objectPosition () const |
| |
| bool | hasTransformRelatedProperty () const |
| |
| void | applyTransform (TransformationMatrix &, const FloatRect &boundingBox, ApplyTransformOrigin=IncludeTransformOrigin) const |
| |
| void | setPageScaleTransform (float) |
| |
| bool | hasMask () const |
| |
| TextCombine | textCombine () const |
| |
| bool | hasTextCombine () const |
| |
| unsigned | tabSize () const |
| |
| bool | hasFlowInto () const |
| |
| const AtomicString & | flowThread () const |
| |
| bool | hasFlowFrom () const |
| |
| const AtomicString & | regionThread () const |
| |
| RegionFragment | regionFragment () const |
| |
| const AtomicString & | lineGrid () const |
| |
| LineSnap | lineSnap () const |
| |
| LineAlign | lineAlign () const |
| |
| EPointerEvents | pointerEvents () const |
| |
| const AnimationList * | animations () const |
| |
| const AnimationList * | transitions () const |
| |
| AnimationList * | animations () |
| |
| AnimationList * | transitions () |
| |
| bool | hasAnimationsOrTransitions () const |
| |
| AnimationList & | ensureAnimations () |
| |
| AnimationList & | ensureTransitions () |
| |
| bool | hasAnimations () const |
| |
| bool | hasTransitions () const |
| |
| const Animation * | transitionForProperty (CSSPropertyID) const |
| |
| ETransformStyle3D | transformStyle3D () const |
| |
| bool | preserves3D () const |
| |
| EBackfaceVisibility | backfaceVisibility () const |
| |
| float | perspective () const |
| |
| bool | hasPerspective () const |
| |
| const Length & | perspectiveOriginX () const |
| |
| const Length & | perspectiveOriginY () const |
| |
| const LengthSize & | pageSize () const |
| |
| PageSizeType | pageSizeType () const |
| |
| LineBoxContain | lineBoxContain () const |
| |
| const LineClampValue & | lineClamp () const |
| |
| const IntSize & | initialLetter () const |
| |
| int | initialLetterDrop () const |
| |
| int | initialLetterHeight () const |
| |
| ETextSecurity | textSecurity () const |
| |
| WritingMode | writingMode () const |
| |
| bool | isHorizontalWritingMode () const |
| |
| bool | isVerticalWritingMode () const |
| |
| bool | isFlippedLinesWritingMode () const |
| |
| bool | isFlippedBlocksWritingMode () const |
| |
| ImageOrientationEnum | imageOrientation () const |
| |
| EImageRendering | imageRendering () const |
| |
| ESpeak | speak () const |
| |
| FilterOperations & | mutableFilter () |
| |
| const FilterOperations & | filter () const |
| |
| bool | hasFilter () const |
| |
| bool | hasReferenceFilterOnly () const |
| |
| bool | hasBackdropFilter () const |
| |
| BlendMode | blendMode () const |
| |
| bool | hasBlendMode () const |
| |
| Isolation | isolation () const |
| |
| bool | hasIsolation () const |
| |
| bool | shouldPlaceBlockDirectionScrollbarOnLeft () const |
| |
| void | checkVariablesInCustomProperties () |
| |
| void | setDisplay (EDisplay v) |
| |
| void | setOriginalDisplay (EDisplay v) |
| |
| void | setPosition (EPosition v) |
| |
| void | setFloating (EFloat v) |
| |
| void | setLeft (Length &&length) |
| |
| void | setRight (Length &&length) |
| |
| void | setTop (Length &&length) |
| |
| void | setBottom (Length &&length) |
| |
| void | setWidth (Length &&length) |
| |
| void | setHeight (Length &&length) |
| |
| void | setLogicalWidth (Length &&) |
| |
| void | setLogicalHeight (Length &&) |
| |
| void | setMinWidth (Length &&length) |
| |
| void | setMaxWidth (Length &&length) |
| |
| void | setMinHeight (Length &&length) |
| |
| void | setMaxHeight (Length &&length) |
| |
| void | resetBorder () |
| |
| void | resetBorderTop () |
| |
| void | resetBorderRight () |
| |
| void | resetBorderBottom () |
| |
| void | resetBorderLeft () |
| |
| void | resetBorderImage () |
| |
| void | resetBorderRadius () |
| |
| void | resetBorderTopLeftRadius () |
| |
| void | resetBorderTopRightRadius () |
| |
| void | resetBorderBottomLeftRadius () |
| |
| void | resetBorderBottomRightRadius () |
| |
| void | setBackgroundColor (const Color &v) |
| |
| void | setBackgroundXPosition (Length &&length) |
| |
| void | setBackgroundYPosition (Length &&length) |
| |
| void | setBackgroundSize (EFillSizeType b) |
| |
| void | setBackgroundSizeLength (LengthSize &&size) |
| |
| void | setBorderImage (const NinePieceImage &b) |
| |
| void | setBorderImageSource (RefPtr< StyleImage > &&) |
| |
| void | setBorderImageSlices (LengthBox &&) |
| |
| void | setBorderImageWidth (LengthBox &&) |
| |
| void | setBorderImageOutset (LengthBox &&) |
| |
| void | setBorderTopLeftRadius (LengthSize &&size) |
| |
| void | setBorderTopRightRadius (LengthSize &&size) |
| |
| void | setBorderBottomLeftRadius (LengthSize &&size) |
| |
| void | setBorderBottomRightRadius (LengthSize &&size) |
| |
| void | setBorderRadius (LengthSize &&) |
| |
| void | setBorderRadius (const IntSize &) |
| |
| RoundedRect | getRoundedBorderFor (const LayoutRect &borderRect, bool includeLogicalLeftEdge=true, bool includeLogicalRightEdge=true) const |
| |
| RoundedRect | getRoundedInnerBorderFor (const LayoutRect &borderRect, bool includeLogicalLeftEdge=true, bool includeLogicalRightEdge=true) const |
| |
| RoundedRect | getRoundedInnerBorderFor (const LayoutRect &borderRect, LayoutUnit topWidth, LayoutUnit bottomWidth, LayoutUnit leftWidth, LayoutUnit rightWidth, bool includeLogicalLeftEdge=true, bool includeLogicalRightEdge=true) const |
| |
| void | setBorderLeftWidth (float v) |
| |
| void | setBorderLeftStyle (EBorderStyle v) |
| |
| void | setBorderLeftColor (const Color &v) |
| |
| void | setBorderRightWidth (float v) |
| |
| void | setBorderRightStyle (EBorderStyle v) |
| |
| void | setBorderRightColor (const Color &v) |
| |
| void | setBorderTopWidth (float v) |
| |
| void | setBorderTopStyle (EBorderStyle v) |
| |
| void | setBorderTopColor (const Color &v) |
| |
| void | setBorderBottomWidth (float v) |
| |
| void | setBorderBottomStyle (EBorderStyle v) |
| |
| void | setBorderBottomColor (const Color &v) |
| |
| void | setOutlineWidth (float v) |
| |
| void | setOutlineStyleIsAuto (OutlineIsAuto isAuto) |
| |
| void | setOutlineStyle (EBorderStyle v) |
| |
| void | setOutlineColor (const Color &v) |
| |
| void | setOverflowX (EOverflow v) |
| |
| void | setOverflowY (EOverflow v) |
| |
| void | setVisibility (EVisibility v) |
| |
| void | setVerticalAlign (EVerticalAlign v) |
| |
| void | setVerticalAlignLength (Length &&length) |
| |
| void | setHasClip (bool b=true) |
| |
| void | setClipLeft (Length &&length) |
| |
| void | setClipRight (Length &&length) |
| |
| void | setClipTop (Length &&length) |
| |
| void | setClipBottom (Length &&length) |
| |
| void | setClip (Length &&top, Length &&right, Length &&bottom, Length &&left) |
| |
| void | setClip (LengthBox &&box) |
| |
| void | setUnicodeBidi (EUnicodeBidi b) |
| |
| void | setClear (EClear v) |
| |
| void | setTableLayout (ETableLayout v) |
| |
| bool | setFontDescription (const FontCascadeDescription &) |
| |
| void | setFontSize (float) |
| |
| void | setColor (const Color &) |
| |
| void | setTextIndent (Length &&length) |
| |
| void | setTextAlign (ETextAlign v) |
| |
| void | setTextTransform (ETextTransform v) |
| |
| void | addToTextDecorationsInEffect (TextDecoration v) |
| |
| void | setTextDecorationsInEffect (TextDecoration v) |
| |
| void | setTextDecoration (TextDecoration v) |
| |
| void | setTextDecorationStyle (TextDecorationStyle v) |
| |
| void | setTextDecorationSkip (TextDecorationSkip skip) |
| |
| void | setTextUnderlinePosition (TextUnderlinePosition v) |
| |
| void | setDirection (TextDirection v) |
| |
| void | setHasExplicitlySetDirection (bool v) |
| |
| void | setLineHeight (Length &&) |
| |
| bool | setZoom (float) |
| |
| void | setZoomWithoutReturnValue (float f) |
| |
| bool | setEffectiveZoom (float) |
| |
| void | setTextZoom (TextZoom v) |
| |
| void | setImageRendering (EImageRendering v) |
| |
| void | setWhiteSpace (EWhiteSpace v) |
| |
| void | setWordSpacing (Length &&) |
| |
| void | setLetterSpacing (float) |
| |
| void | clearBackgroundLayers () |
| |
| void | inheritBackgroundLayers (const FillLayer &parent) |
| |
| void | adjustBackgroundLayers () |
| |
| void | clearMaskLayers () |
| |
| void | inheritMaskLayers (const FillLayer &parent) |
| |
| void | adjustMaskLayers () |
| |
| void | setMaskImage (RefPtr< StyleImage > &&v) |
| |
| void | setMaskBoxImage (const NinePieceImage &b) |
| |
| void | setMaskBoxImageSource (RefPtr< StyleImage > &&v) |
| |
| void | setMaskXPosition (Length &&length) |
| |
| void | setMaskYPosition (Length &&length) |
| |
| void | setMaskSize (LengthSize size) |
| |
| void | setBorderCollapse (EBorderCollapse collapse) |
| |
| void | setHorizontalBorderSpacing (float) |
| |
| void | setVerticalBorderSpacing (float) |
| |
| void | setEmptyCells (EEmptyCell v) |
| |
| void | setCaptionSide (ECaptionSide v) |
| |
| void | setAspectRatioType (AspectRatioType aspectRatioType) |
| |
| void | setAspectRatioDenominator (float v) |
| |
| void | setAspectRatioNumerator (float v) |
| |
| void | setListStyleType (EListStyleType v) |
| |
| void | setListStyleImage (RefPtr< StyleImage > &&) |
| |
| void | setListStylePosition (EListStylePosition v) |
| |
| void | resetMargin () |
| |
| void | setMarginTop (Length &&length) |
| |
| void | setMarginBottom (Length &&length) |
| |
| void | setMarginLeft (Length &&length) |
| |
| void | setMarginRight (Length &&length) |
| |
| void | setMarginStart (Length &&) |
| |
| void | setMarginEnd (Length &&) |
| |
| void | resetPadding () |
| |
| void | setPaddingBox (LengthBox &&box) |
| |
| void | setPaddingTop (Length &&length) |
| |
| void | setPaddingBottom (Length &&length) |
| |
| void | setPaddingLeft (Length &&length) |
| |
| void | setPaddingRight (Length &&length) |
| |
| void | setCursor (ECursor c) |
| |
| void | addCursor (RefPtr< StyleImage > &&, const IntPoint &hotSpot=IntPoint()) |
| |
| void | setCursorList (RefPtr< CursorList > &&) |
| |
| void | clearCursorList () |
| |
| void | setInsideLink (EInsideLink insideLink) |
| |
| void | setIsLink (bool b) |
| |
| void | setInsideDefaultButton (bool insideDefaultButton) |
| |
| PrintColorAdjust | printColorAdjust () const |
| |
| void | setPrintColorAdjust (PrintColorAdjust value) |
| |
| bool | hasAutoZIndex () const |
| |
| void | setHasAutoZIndex () |
| |
| int | zIndex () const |
| |
| void | setZIndex (int v) |
| |
| void | setHasAutoWidows () |
| |
| void | setWidows (short w) |
| |
| void | setHasAutoOrphans () |
| |
| void | setOrphans (short o) |
| |
| void | setOutlineOffset (float v) |
| |
| void | setTextShadow (std::unique_ptr< ShadowData >, bool add=false) |
| |
| void | setTextStrokeColor (const Color &c) |
| |
| void | setTextStrokeWidth (float w) |
| |
| void | setTextFillColor (const Color &c) |
| |
| void | setOpacity (float f) |
| |
| void | setAppearance (ControlPart a) |
| |
| void | setBoxAlign (EBoxAlignment a) |
| |
| void | setBoxDirection (EBoxDirection d) |
| |
| void | setBoxFlex (float f) |
| |
| void | setBoxFlexGroup (unsigned group) |
| |
| void | setBoxLines (EBoxLines lines) |
| |
| void | setBoxOrdinalGroup (unsigned group) |
| |
| void | setBoxOrient (EBoxOrient o) |
| |
| void | setBoxPack (EBoxPack p) |
| |
| void | setBoxShadow (std::unique_ptr< ShadowData >, bool add=false) |
| |
| void | setBoxReflect (RefPtr< StyleReflection > &&) |
| |
| void | setBoxSizing (EBoxSizing s) |
| |
| void | setFlexGrow (float f) |
| |
| void | setFlexShrink (float f) |
| |
| void | setFlexBasis (Length &&length) |
| |
| void | setOrder (int o) |
| |
| void | setAlignContent (const StyleContentAlignmentData &data) |
| |
| void | setAlignItems (const StyleSelfAlignmentData &data) |
| |
| void | setAlignItemsPosition (ItemPosition position) |
| |
| void | setAlignSelf (const StyleSelfAlignmentData &data) |
| |
| void | setAlignSelfPosition (ItemPosition position) |
| |
| void | setFlexDirection (EFlexDirection direction) |
| |
| void | setFlexWrap (EFlexWrap w) |
| |
| void | setJustifyContent (const StyleContentAlignmentData &data) |
| |
| void | setJustifyContentPosition (ContentPosition position) |
| |
| void | setJustifyItems (const StyleSelfAlignmentData &data) |
| |
| void | setJustifySelf (const StyleSelfAlignmentData &data) |
| |
| void | setJustifySelfPosition (ItemPosition position) |
| |
| void | setGridAutoColumns (const Vector< GridTrackSize > &trackSizeList) |
| |
| void | setGridAutoRows (const Vector< GridTrackSize > &trackSizeList) |
| |
| void | setGridColumns (const Vector< GridTrackSize > &lengths) |
| |
| void | setGridRows (const Vector< GridTrackSize > &lengths) |
| |
| void | setGridAutoRepeatColumns (const Vector< GridTrackSize > &lengths) |
| |
| void | setGridAutoRepeatRows (const Vector< GridTrackSize > &lengths) |
| |
| void | setGridAutoRepeatColumnsInsertionPoint (const unsigned insertionPoint) |
| |
| void | setGridAutoRepeatRowsInsertionPoint (const unsigned insertionPoint) |
| |
| void | setGridAutoRepeatColumnsType (const AutoRepeatType autoRepeatType) |
| |
| void | setGridAutoRepeatRowsType (const AutoRepeatType autoRepeatType) |
| |
| void | setNamedGridColumnLines (const NamedGridLinesMap &namedGridColumnLines) |
| |
| void | setNamedGridRowLines (const NamedGridLinesMap &namedGridRowLines) |
| |
| void | setOrderedNamedGridColumnLines (const OrderedNamedGridLinesMap &orderedNamedGridColumnLines) |
| |
| void | setOrderedNamedGridRowLines (const OrderedNamedGridLinesMap &orderedNamedGridRowLines) |
| |
| void | setAutoRepeatNamedGridColumnLines (const NamedGridLinesMap &namedGridColumnLines) |
| |
| void | setAutoRepeatNamedGridRowLines (const NamedGridLinesMap &namedGridRowLines) |
| |
| void | setAutoRepeatOrderedNamedGridColumnLines (const OrderedNamedGridLinesMap &orderedNamedGridColumnLines) |
| |
| void | setAutoRepeatOrderedNamedGridRowLines (const OrderedNamedGridLinesMap &orderedNamedGridRowLines) |
| |
| void | setNamedGridArea (const NamedGridAreaMap &namedGridArea) |
| |
| void | setNamedGridAreaRowCount (size_t rowCount) |
| |
| void | setNamedGridAreaColumnCount (size_t columnCount) |
| |
| void | setGridAutoFlow (GridAutoFlow flow) |
| |
| void | setGridItemColumnStart (const GridPosition &columnStartPosition) |
| |
| void | setGridItemColumnEnd (const GridPosition &columnEndPosition) |
| |
| void | setGridItemRowStart (const GridPosition &rowStartPosition) |
| |
| void | setGridItemRowEnd (const GridPosition &rowEndPosition) |
| |
| void | setGridColumnGap (Length &&length) |
| |
| void | setGridRowGap (Length &&length) |
| |
| void | setMarqueeIncrement (Length &&length) |
| |
| void | setMarqueeSpeed (int f) |
| |
| void | setMarqueeDirection (EMarqueeDirection d) |
| |
| void | setMarqueeBehavior (EMarqueeBehavior b) |
| |
| void | setMarqueeLoopCount (int i) |
| |
| void | setUserModify (EUserModify u) |
| |
| void | setUserDrag (EUserDrag d) |
| |
| void | setUserSelect (EUserSelect s) |
| |
| void | setTextOverflow (TextOverflow overflow) |
| |
| void | setMarginBeforeCollapse (EMarginCollapse c) |
| |
| void | setMarginAfterCollapse (EMarginCollapse c) |
| |
| void | setWordBreak (EWordBreak b) |
| |
| void | setOverflowWrap (EOverflowWrap b) |
| |
| void | setNBSPMode (ENBSPMode b) |
| |
| void | setLineBreak (LineBreak b) |
| |
| void | setHyphens (Hyphens h) |
| |
| void | setHyphenationLimitBefore (short limit) |
| |
| void | setHyphenationLimitAfter (short limit) |
| |
| void | setHyphenationLimitLines (short limit) |
| |
| void | setHyphenationString (const AtomicString &h) |
| |
| void | setBorderFit (EBorderFit b) |
| |
| void | setResize (EResize r) |
| |
| void | setColumnAxis (ColumnAxis axis) |
| |
| void | setColumnProgression (ColumnProgression progression) |
| |
| void | setColumnWidth (float f) |
| |
| void | setHasAutoColumnWidth () |
| |
| void | setColumnCount (unsigned short c) |
| |
| void | setHasAutoColumnCount () |
| |
| void | setColumnFill (ColumnFill columnFill) |
| |
| void | setColumnGap (float f) |
| |
| void | setHasNormalColumnGap () |
| |
| void | setColumnRuleColor (const Color &c) |
| |
| void | setColumnRuleStyle (EBorderStyle b) |
| |
| void | setColumnRuleWidth (unsigned short w) |
| |
| void | resetColumnRule () |
| |
| void | setColumnSpan (ColumnSpan columnSpan) |
| |
| void | inheritColumnPropertiesFrom (const RenderStyle &parent) |
| |
| void | setTransform (const TransformOperations &ops) |
| |
| void | setTransformOriginX (Length &&length) |
| |
| void | setTransformOriginY (Length &&length) |
| |
| void | setTransformOriginZ (float f) |
| |
| void | setSpeak (ESpeak s) |
| |
| void | setTextCombine (TextCombine v) |
| |
| void | setTextDecorationColor (const Color &c) |
| |
| void | setTextEmphasisColor (const Color &c) |
| |
| void | setTextEmphasisFill (TextEmphasisFill fill) |
| |
| void | setTextEmphasisMark (TextEmphasisMark mark) |
| |
| void | setTextEmphasisCustomMark (const AtomicString &mark) |
| |
| void | setTextEmphasisPosition (TextEmphasisPosition position) |
| |
| bool | setTextOrientation (TextOrientation) |
| |
| void | setObjectFit (ObjectFit fit) |
| |
| void | setObjectPosition (LengthPoint &&position) |
| |
| void | setRubyPosition (RubyPosition position) |
| |
| void | setFilter (const FilterOperations &ops) |
| |
| void | setTabSize (unsigned size) |
| |
| void | setBreakBefore (BreakBetween breakBehavior) |
| |
| void | setBreakAfter (BreakBetween breakBehavior) |
| |
| void | setBreakInside (BreakInside breakBehavior) |
| |
| void | setHangingPunctuation (HangingPunctuation punctuation) |
| |
| void | setLineGrid (const AtomicString &lineGrid) |
| |
| void | setLineSnap (LineSnap lineSnap) |
| |
| void | setLineAlign (LineAlign lineAlign) |
| |
| void | setFlowThread (const AtomicString &flowThread) |
| |
| void | setRegionThread (const AtomicString ®ionThread) |
| |
| void | setRegionFragment (RegionFragment regionFragment) |
| |
| void | setPointerEvents (EPointerEvents p) |
| |
| void | clearAnimations () |
| |
| void | clearTransitions () |
| |
| void | adjustAnimations () |
| |
| void | adjustTransitions () |
| |
| void | setTransformStyle3D (ETransformStyle3D b) |
| |
| void | setBackfaceVisibility (EBackfaceVisibility b) |
| |
| void | setPerspective (float p) |
| |
| void | setPerspectiveOriginX (Length &&length) |
| |
| void | setPerspectiveOriginY (Length &&length) |
| |
| void | setPageSize (LengthSize size) |
| |
| void | setPageSizeType (PageSizeType t) |
| |
| void | resetPageSizeType () |
| |
| void | setLineBoxContain (LineBoxContain c) |
| |
| void | setLineClamp (LineClampValue c) |
| |
| void | setInitialLetter (const IntSize &size) |
| |
| void | setTextSecurity (ETextSecurity security) |
| |
| void | setPaintOrder (PaintOrder order) |
| |
| PaintOrder | paintOrder () const |
| |
| void | setCapStyle (LineCap val) |
| |
| LineCap | capStyle () const |
| |
| void | setJoinStyle (LineJoin val) |
| |
| LineJoin | joinStyle () const |
| |
| const Length & | strokeWidth () const |
| |
| void | setStrokeWidth (Length &&w) |
| |
| bool | hasVisibleStroke () const |
| |
| const SVGRenderStyle & | svgStyle () const |
| |
| SVGRenderStyle & | accessSVGStyle () |
| |
| const SVGPaintType & | fillPaintType () const |
| |
| Color | fillPaintColor () const |
| |
| void | setFillPaintColor (const Color &color) |
| |
| float | fillOpacity () const |
| |
| void | setFillOpacity (float f) |
| |
| const SVGPaintType & | strokePaintType () const |
| |
| Color | strokePaintColor () const |
| |
| void | setStrokePaintColor (const Color &color) |
| |
| float | strokeOpacity () const |
| |
| void | setStrokeOpacity (float f) |
| |
| Vector< SVGLengthValue > | strokeDashArray () const |
| |
| void | setStrokeDashArray (Vector< SVGLengthValue > array) |
| |
| const Length & | strokeDashOffset () const |
| |
| void | setStrokeDashOffset (Length &&d) |
| |
| float | strokeMiterLimit () const |
| |
| void | setStrokeMiterLimit (float f) |
| |
| const Length & | cx () const |
| |
| void | setCx (Length &&cx) |
| |
| const Length & | cy () const |
| |
| void | setCy (Length &&cy) |
| |
| const Length & | r () const |
| |
| void | setR (Length &&r) |
| |
| const Length & | rx () const |
| |
| void | setRx (Length &&rx) |
| |
| const Length & | ry () const |
| |
| void | setRy (Length &&ry) |
| |
| const Length & | x () const |
| |
| void | setX (Length &&x) |
| |
| const Length & | y () const |
| |
| void | setY (Length &&y) |
| |
| float | floodOpacity () const |
| |
| void | setFloodOpacity (float f) |
| |
| float | stopOpacity () const |
| |
| void | setStopOpacity (float f) |
| |
| void | setStopColor (const Color &c) |
| |
| void | setFloodColor (const Color &c) |
| |
| void | setLightingColor (const Color &c) |
| |
| SVGLengthValue | baselineShiftValue () const |
| |
| void | setBaselineShiftValue (SVGLengthValue s) |
| |
| SVGLengthValue | kerning () const |
| |
| void | setKerning (SVGLengthValue k) |
| |
| void | setShapeOutside (RefPtr< ShapeValue > &&) |
| |
| ShapeValue * | shapeOutside () const |
| |
| const Length & | shapeMargin () const |
| |
| void | setShapeMargin (Length &&shapeMargin) |
| |
| float | shapeImageThreshold () const |
| |
| void | setShapeImageThreshold (float) |
| |
| void | setClipPath (RefPtr< ClipPathOperation > &&) |
| |
| ClipPathOperation * | clipPath () const |
| |
| bool | hasContent () const |
| |
| const ContentData * | contentData () const |
| |
| bool | contentDataEquivalent (const RenderStyle *otherStyle) const |
| |
| void | clearContent () |
| |
| void | setContent (const String &, bool add=false) |
| |
| void | setContent (RefPtr< StyleImage > &&, bool add=false) |
| |
| void | setContent (std::unique_ptr< CounterContent >, bool add=false) |
| |
| void | setContent (QuoteType, bool add=false) |
| |
| void | setContentAltText (const String &) |
| |
| const String & | contentAltText () const |
| |
| bool | hasAttrContent () const |
| |
| void | setHasAttrContent () |
| |
| const CounterDirectiveMap * | counterDirectives () const |
| |
| CounterDirectiveMap & | accessCounterDirectives () |
| |
| const CounterDirectives | getCounterDirectives (const AtomicString &identifier) const |
| |
| QuotesData * | quotes () const |
| |
| void | setQuotes (RefPtr< QuotesData > &&) |
| |
| WillChangeData * | willChange () const |
| |
| void | setWillChange (RefPtr< WillChangeData > &&) |
| |
| bool | willChangeCreatesStackingContext () const |
| |
| const AtomicString & | hyphenString () const |
| |
| bool | inheritedNotEqual (const RenderStyle *) const |
| |
| bool | inheritedDataShared (const RenderStyle *) const |
| |
| StyleDifference | diff (const RenderStyle &, unsigned &changedContextSensitiveProperties) const |
| |
| bool | diffRequiresLayerRepaint (const RenderStyle &, bool isComposited) const |
| |
| bool | isDisplayInlineType () const |
| |
| bool | isOriginalDisplayInlineType () const |
| |
| bool | isDisplayFlexibleOrGridBox () const |
| |
| bool | isDisplayRegionType () const |
| |
| bool | setWritingMode (WritingMode) |
| |
| bool | hasExplicitlySetWritingMode () const |
| |
| void | setHasExplicitlySetWritingMode (bool v) |
| |
| bool | unique () const |
| |
| void | setUnique () |
| |
| bool | emptyState () const |
| |
| void | setEmptyState (bool b) |
| |
| bool | firstChildState () const |
| |
| void | setFirstChildState () |
| |
| bool | lastChildState () const |
| |
| void | setLastChildState () |
| |
| WEBCORE_EXPORT Color | visitedDependentColor (int colorProperty) const |
| |
| bool | backgroundColorEqualsToColorIgnoringVisited (const Color &color) const |
| |
| void | setHasExplicitlyInheritedProperties () |
| |
| bool | hasExplicitlyInheritedProperties () const |
| |
| bool | isPlaceholderStyle () const |
| |
| void | setIsPlaceholderStyle () |
| |
| void | setVisitedLinkColor (const Color &) |
| |
| void | setVisitedLinkBackgroundColor (const Color &v) |
| |
| void | setVisitedLinkBorderLeftColor (const Color &v) |
| |
| void | setVisitedLinkBorderRightColor (const Color &v) |
| |
| void | setVisitedLinkBorderBottomColor (const Color &v) |
| |
| void | setVisitedLinkBorderTopColor (const Color &v) |
| |
| void | setVisitedLinkOutlineColor (const Color &v) |
| |
| void | setVisitedLinkColumnRuleColor (const Color &v) |
| |
| void | setVisitedLinkTextDecorationColor (const Color &v) |
| |
| void | setVisitedLinkTextEmphasisColor (const Color &v) |
| |
| void | setVisitedLinkTextFillColor (const Color &v) |
| |
| void | setVisitedLinkTextStrokeColor (const Color &v) |
| |
| void | inheritUnicodeBidiFrom (const RenderStyle *parent) |
| |
| void | getShadowExtent (const ShadowData *, LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const |
| |
| void | getShadowHorizontalExtent (const ShadowData *, LayoutUnit &left, LayoutUnit &right) const |
| |
| void | getShadowVerticalExtent (const ShadowData *, LayoutUnit &top, LayoutUnit &bottom) const |
| |
| void | getShadowInlineDirectionExtent (const ShadowData *, LayoutUnit &logicalLeft, LayoutUnit &logicalRight) const |
| |
| void | getShadowBlockDirectionExtent (const ShadowData *, LayoutUnit &logicalTop, LayoutUnit &logicalBottom) const |
| |
| const Color & | borderLeftColor () const |
| |
| const Color & | borderRightColor () const |
| |
| const Color & | borderTopColor () const |
| |
| const Color & | borderBottomColor () const |
| |
| const Color & | backgroundColor () const |
| |
| const Color & | color () const |
| |
| const Color & | columnRuleColor () const |
| |
| const Color & | outlineColor () const |
| |
| const Color & | textEmphasisColor () const |
| |
| const Color & | textFillColor () const |
| |
| const Color & | textStrokeColor () const |
| |
| const Color & | visitedLinkColor () const |
| |
| const Color & | visitedLinkBackgroundColor () const |
| |
| const Color & | visitedLinkBorderLeftColor () const |
| |
| const Color & | visitedLinkBorderRightColor () const |
| |
| const Color & | visitedLinkBorderBottomColor () const |
| |
| const Color & | visitedLinkBorderTopColor () const |
| |
| const Color & | visitedLinkOutlineColor () const |
| |
| const Color & | visitedLinkColumnRuleColor () const |
| |
| const Color & | textDecorationColor () const |
| |
| const Color & | visitedLinkTextDecorationColor () const |
| |
| const Color & | visitedLinkTextEmphasisColor () const |
| |
| const Color & | visitedLinkTextFillColor () const |
| |
| const Color & | visitedLinkTextStrokeColor () const |
| |
| const Color & | stopColor () const |
| |
| const Color & | floodColor () const |
| |
| const Color & | lightingColor () const |
| |
| | RenderStyle (RenderStyle &&)=default |
| |
| RenderStyle & | operator= (RenderStyle &&)=default |
| |
| | ~RenderStyle () |
| |
| RenderStyle | replace (RenderStyle &&) WARN_UNUSED_RETURN |
| |
| | RenderStyle (CreateDefaultStyleTag) |
| |
| | RenderStyle (const RenderStyle &, CloneTag) |
| |
| bool | deletionHasBegun () const |
| |
| bool | operator== (const RenderStyle &) const |
| |
| bool | operator!= (const RenderStyle &other) const |
| |
| void | inheritFrom (const RenderStyle &inheritParent) |
| |
| void | copyNonInheritedFrom (const RenderStyle &) |
| |
| ContentPosition | resolvedJustifyContentPosition (const StyleContentAlignmentData &normalValueBehavior) const |
| |
| ContentDistributionType | resolvedJustifyContentDistribution (const StyleContentAlignmentData &normalValueBehavior) const |
| |
| ContentPosition | resolvedAlignContentPosition (const StyleContentAlignmentData &normalValueBehavior) const |
| |
| ContentDistributionType | resolvedAlignContentDistribution (const StyleContentAlignmentData &normalValueBehavior) const |
| |
| StyleSelfAlignmentData | resolvedAlignItems (ItemPosition normalValueBehaviour) const |
| |
| StyleSelfAlignmentData | resolvedAlignSelf (const RenderStyle *parentStyle, ItemPosition normalValueBehaviour) const |
| |
| StyleSelfAlignmentData | resolvedJustifyItems (ItemPosition normalValueBehaviour) const |
| |
| StyleSelfAlignmentData | resolvedJustifySelf (const RenderStyle *parentStyle, ItemPosition normalValueBehaviour) const |
| |
| PseudoId | styleType () const |
| |
| void | setStyleType (PseudoId styleType) |
| |
| RenderStyle * | getCachedPseudoStyle (PseudoId) const |
| |
| RenderStyle * | addCachedPseudoStyle (std::unique_ptr< RenderStyle >) |
| |
| void | removeCachedPseudoStyle (PseudoId) |
| |
| const PseudoStyleCache * | cachedPseudoStyles () const |
| |
| const CustomPropertyValueMap & | customProperties () const |
| |
| void | setCustomPropertyValue (const AtomicString &name, Ref< CSSCustomPropertyValue > &&value) |
| |
| void | setHasViewportUnits (bool hasViewportUnits=true) |
| |
| bool | hasViewportUnits () const |
| |
| bool | affectedByHover () const |
| |
| bool | affectedByActive () const |
| |
| bool | affectedByDrag () const |
| |
| void | setAffectedByHover () |
| |
| void | setAffectedByActive () |
| |
| void | setAffectedByDrag () |
| |
| void | setColumnStylesFromPaginationMode (const Pagination::Mode &) |
| |
| bool | isFloating () const |
| |
| bool | hasMargin () const |
| |
| bool | hasBorder () const |
| |
| bool | hasBorderFill () const |
| |
| bool | hasVisibleBorderDecoration () const |
| |
| bool | hasVisibleBorder () const |
| |
| bool | hasPadding () const |
| |
| bool | hasOffset () const |
| |
| bool | hasMarginBeforeQuirk () const |
| |
| bool | hasMarginAfterQuirk () const |
| |
| bool | hasBackgroundImage () const |
| |
| bool | hasFixedBackgroundImage () const |
| |
| bool | hasEntirelyFixedBackground () const |
| |
| bool | hasAppearance () const |
| |
| bool | hasBackground () const |
| |
| LayoutBoxExtent | imageOutsets (const NinePieceImage &) const |
| |
| bool | hasBorderImageOutsets () const |
| |
| LayoutBoxExtent | borderImageOutsets () const |
| |
| LayoutBoxExtent | maskBoxImageOutsets () const |
| |
| bool | hasFilterOutsets () const |
| |
| FilterOutsets | filterOutsets () const |
| |
| Order | rtlOrdering () const |
| |
| void | setRTLOrdering (Order ordering) |
| |
| bool | isStyleAvailable () const |
| |
| bool | hasAnyPublicPseudoStyles () const |
| |
| bool | hasPseudoStyle (PseudoId) const |
| |
| void | setHasPseudoStyle (PseudoId) |
| |
| void | setHasPseudoStyles (PseudoIdSet) |
| |
| bool | hasUniquePseudoStyle () const |
| |
| EDisplay | display () const |
| |
| const Length & | left () const |
| |
| const Length & | right () const |
| |
| const Length & | top () const |
| |
| const Length & | bottom () const |
| |
| const Length & | logicalLeft () const |
| |
| const Length & | logicalRight () const |
| |
| const Length & | logicalTop () const |
| |
| const Length & | logicalBottom () const |
| |
| bool | hasStaticInlinePosition (bool horizontal) const |
| |
| bool | hasStaticBlockPosition (bool horizontal) const |
| |
| EPosition | position () const |
| |
| bool | hasOutOfFlowPosition () const |
| |
| bool | hasInFlowPosition () const |
| |
| bool | hasViewportConstrainedPosition () const |
| |
| EFloat | floating () const |
| |
| const Length & | width () const |
| |
| const Length & | height () const |
| |
| const Length & | minWidth () const |
| |
| const Length & | maxWidth () const |
| |
| const Length & | minHeight () const |
| |
| const Length & | maxHeight () const |
| |
| const Length & | logicalWidth () const |
| |
| const Length & | logicalHeight () const |
| |
| const Length & | logicalMinWidth () const |
| |
| const Length & | logicalMaxWidth () const |
| |
| const Length & | logicalMinHeight () const |
| |
| const Length & | logicalMaxHeight () const |
| |
| const BorderData & | border () const |
| |
| const BorderValue & | borderLeft () const |
| |
| const BorderValue & | borderRight () const |
| |
| const BorderValue & | borderTop () const |
| |
| const BorderValue & | borderBottom () const |
| |
| const BorderValue & | borderBefore () const |
| |
| const BorderValue & | borderAfter () const |
| |
| const BorderValue & | borderStart () const |
| |
| const BorderValue & | borderEnd () const |
| |
| const NinePieceImage & | borderImage () const |
| |
| StyleImage * | borderImageSource () const |
| |
| const LengthBox & | borderImageSlices () const |
| |
| const LengthBox & | borderImageWidth () const |
| |
| const LengthBox & | borderImageOutset () const |
| |
| const LengthSize & | borderTopLeftRadius () const |
| |
| const LengthSize & | borderTopRightRadius () const |
| |
| const LengthSize & | borderBottomLeftRadius () const |
| |
| const LengthSize & | borderBottomRightRadius () const |
| |
| bool | hasBorderRadius () const |
| |
| float | borderLeftWidth () const |
| |
| EBorderStyle | borderLeftStyle () const |
| |
| bool | borderLeftIsTransparent () const |
| |
| float | borderRightWidth () const |
| |
| EBorderStyle | borderRightStyle () const |
| |
| bool | borderRightIsTransparent () const |
| |
| float | borderTopWidth () const |
| |
| EBorderStyle | borderTopStyle () const |
| |
| bool | borderTopIsTransparent () const |
| |
| float | borderBottomWidth () const |
| |
| EBorderStyle | borderBottomStyle () const |
| |
| bool | borderBottomIsTransparent () const |
| |
| FloatBoxExtent | borderWidth () const |
| |
| float | borderBeforeWidth () const |
| |
| float | borderAfterWidth () const |
| |
| float | borderStartWidth () const |
| |
| float | borderEndWidth () const |
| |
| float | outlineSize () const |
| |
| float | outlineWidth () const |
| |
| bool | hasOutline () const |
| |
| EBorderStyle | outlineStyle () const |
| |
| OutlineIsAuto | outlineStyleIsAuto () const |
| |
| bool | hasOutlineInVisualOverflow () const |
| |
| EOverflow | overflowX () const |
| |
| EOverflow | overflowY () const |
| |
| EOverflow | overflowInlineDirection () const |
| |
| EOverflow | overflowBlockDirection () const |
| |
| EVisibility | visibility () const |
| |
| EVerticalAlign | verticalAlign () const |
| |
| const Length & | verticalAlignLength () const |
| |
| const Length & | clipLeft () const |
| |
| const Length & | clipRight () const |
| |
| const Length & | clipTop () const |
| |
| const Length & | clipBottom () const |
| |
| const LengthBox & | clip () const |
| |
| bool | hasClip () const |
| |
| EUnicodeBidi | unicodeBidi () const |
| |
| EClear | clear () const |
| |
| ETableLayout | tableLayout () const |
| |
| WEBCORE_EXPORT const FontCascade & | fontCascade () const |
| |
| WEBCORE_EXPORT const FontMetrics & | fontMetrics () const |
| |
| WEBCORE_EXPORT const FontCascadeDescription & | fontDescription () const |
| |
| float | specifiedFontSize () const |
| |
| float | computedFontSize () const |
| |
| int | fontSize () const |
| |
| std::pair< FontOrientation, NonCJKGlyphOrientation > | fontAndGlyphOrientation () |
| |
| const Length & | textIndent () const |
| |
| ETextAlign | textAlign () const |
| |
| ETextTransform | textTransform () const |
| |
| TextDecoration | textDecorationsInEffect () const |
| |
| TextDecoration | textDecoration () const |
| |
| TextDecorationStyle | textDecorationStyle () const |
| |
| TextDecorationSkip | textDecorationSkip () const |
| |
| TextUnderlinePosition | textUnderlinePosition () const |
| |
| const Length & | wordSpacing () const |
| |
| float | letterSpacing () const |
| |
| float | zoom () const |
| |
| float | effectiveZoom () const |
| |
| TextZoom | textZoom () const |
| |
| TextDirection | direction () const |
| |
| bool | isLeftToRightDirection () const |
| |
| bool | hasExplicitlySetDirection () const |
| |
| const Length & | specifiedLineHeight () const |
| |
| WEBCORE_EXPORT const Length & | lineHeight () const |
| |
| WEBCORE_EXPORT int | computedLineHeight () const |
| |
| EWhiteSpace | whiteSpace () const |
| |
| bool | autoWrap () const |
| |
| bool | preserveNewline () const |
| |
| bool | collapseWhiteSpace () const |
| |
| bool | isCollapsibleWhiteSpace (UChar) const |
| |
| bool | breakOnlyAfterWhiteSpace () const |
| |
| bool | breakWords () const |
| |
| EFillRepeat | backgroundRepeatX () const |
| |
| EFillRepeat | backgroundRepeatY () const |
| |
| CompositeOperator | backgroundComposite () const |
| |
| EFillAttachment | backgroundAttachment () const |
| |
| EFillBox | backgroundClip () const |
| |
| EFillBox | backgroundOrigin () const |
| |
| const Length & | backgroundXPosition () const |
| |
| const Length & | backgroundYPosition () const |
| |
| EFillSizeType | backgroundSizeType () const |
| |
| const LengthSize & | backgroundSizeLength () const |
| |
| FillLayer & | ensureBackgroundLayers () |
| |
| const FillLayer & | backgroundLayers () const |
| |
| StyleImage * | maskImage () const |
| |
| EFillRepeat | maskRepeatX () const |
| |
| EFillRepeat | maskRepeatY () const |
| |
| CompositeOperator | maskComposite () const |
| |
| EFillBox | maskClip () const |
| |
| EFillBox | maskOrigin () const |
| |
| const Length & | maskXPosition () const |
| |
| const Length & | maskYPosition () const |
| |
| EFillSizeType | maskSizeType () const |
| |
| const LengthSize & | maskSizeLength () const |
| |
| FillLayer & | ensureMaskLayers () |
| |
| const FillLayer & | maskLayers () const |
| |
| const NinePieceImage & | maskBoxImage () const |
| |
| StyleImage * | maskBoxImageSource () const |
| |
| EBorderCollapse | borderCollapse () const |
| |
| float | horizontalBorderSpacing () const |
| |
| float | verticalBorderSpacing () const |
| |
| EEmptyCell | emptyCells () const |
| |
| ECaptionSide | captionSide () const |
| |
| EListStyleType | listStyleType () const |
| |
| StyleImage * | listStyleImage () const |
| |
| EListStylePosition | listStylePosition () const |
| |
| const Length & | marginTop () const |
| |
| const Length & | marginBottom () const |
| |
| const Length & | marginLeft () const |
| |
| const Length & | marginRight () const |
| |
| const Length & | marginBefore () const |
| |
| const Length & | marginAfter () const |
| |
| const Length & | marginStart () const |
| |
| const Length & | marginEnd () const |
| |
| const Length & | marginStartUsing (const RenderStyle *otherStyle) const |
| |
| const Length & | marginEndUsing (const RenderStyle *otherStyle) const |
| |
| const Length & | marginBeforeUsing (const RenderStyle *otherStyle) const |
| |
| const Length & | marginAfterUsing (const RenderStyle *otherStyle) const |
| |
| const LengthBox & | paddingBox () const |
| |
| const Length & | paddingTop () const |
| |
| const Length & | paddingBottom () const |
| |
| const Length & | paddingLeft () const |
| |
| const Length & | paddingRight () const |
| |
| const Length & | paddingBefore () const |
| |
| const Length & | paddingAfter () const |
| |
| const Length & | paddingStart () const |
| |
| const Length & | paddingEnd () const |
| |
| ECursor | cursor () const |
| |
| CursorList * | cursors () const |
| |
| EInsideLink | insideLink () const |
| |
| bool | isLink () const |
| |
| bool | insideDefaultButton () const |
| |
| short | widows () const |
| |
| short | orphans () const |
| |
| bool | hasAutoWidows () const |
| |
| bool | hasAutoOrphans () const |
| |
| BreakInside | breakInside () const |
| |
| BreakBetween | breakBefore () const |
| |
| BreakBetween | breakAfter () const |
| |
| HangingPunctuation | hangingPunctuation () const |
| |
| float | outlineOffset () const |
| |
| const ShadowData * | textShadow () const |
| |
| void | getTextShadowInlineDirectionExtent (LayoutUnit &logicalLeft, LayoutUnit &logicalRight) const |
| |
| void | getTextShadowBlockDirectionExtent (LayoutUnit &logicalTop, LayoutUnit &logicalBottom) const |
| |
| float | textStrokeWidth () const |
| |
| float | opacity () const |
| |
| ControlPart | appearance () const |
| |
| AspectRatioType | aspectRatioType () const |
| |
| float | aspectRatioDenominator () const |
| |
| float | aspectRatioNumerator () const |
| |
| EBoxAlignment | boxAlign () const |
| |
| EBoxDirection | boxDirection () const |
| |
| float | boxFlex () const |
| |
| unsigned | boxFlexGroup () const |
| |
| EBoxLines | boxLines () const |
| |
| unsigned | boxOrdinalGroup () const |
| |
| EBoxOrient | boxOrient () const |
| |
| EBoxPack | boxPack () const |
| |
| int | order () const |
| |
| float | flexGrow () const |
| |
| float | flexShrink () const |
| |
| const Length & | flexBasis () const |
| |
| const StyleContentAlignmentData & | alignContent () const |
| |
| const StyleSelfAlignmentData & | alignItems () const |
| |
| const StyleSelfAlignmentData & | alignSelf () const |
| |
| EFlexDirection | flexDirection () const |
| |
| bool | isColumnFlexDirection () const |
| |
| bool | isReverseFlexDirection () const |
| |
| EFlexWrap | flexWrap () const |
| |
| const StyleContentAlignmentData & | justifyContent () const |
| |
| const StyleSelfAlignmentData & | justifyItems () const |
| |
| const StyleSelfAlignmentData & | justifySelf () const |
| |
| const Vector< GridTrackSize > & | gridColumns () const |
| |
| const Vector< GridTrackSize > & | gridRows () const |
| |
| const Vector< GridTrackSize > & | gridAutoRepeatColumns () const |
| |
| const Vector< GridTrackSize > & | gridAutoRepeatRows () const |
| |
| unsigned | gridAutoRepeatColumnsInsertionPoint () const |
| |
| unsigned | gridAutoRepeatRowsInsertionPoint () const |
| |
| AutoRepeatType | gridAutoRepeatColumnsType () const |
| |
| AutoRepeatType | gridAutoRepeatRowsType () const |
| |
| const NamedGridLinesMap & | namedGridColumnLines () const |
| |
| const NamedGridLinesMap & | namedGridRowLines () const |
| |
| const OrderedNamedGridLinesMap & | orderedNamedGridColumnLines () const |
| |
| const OrderedNamedGridLinesMap & | orderedNamedGridRowLines () const |
| |
| const NamedGridLinesMap & | autoRepeatNamedGridColumnLines () const |
| |
| const NamedGridLinesMap & | autoRepeatNamedGridRowLines () const |
| |
| const OrderedNamedGridLinesMap & | autoRepeatOrderedNamedGridColumnLines () const |
| |
| const OrderedNamedGridLinesMap & | autoRepeatOrderedNamedGridRowLines () const |
| |
| const NamedGridAreaMap & | namedGridArea () const |
| |
| size_t | namedGridAreaRowCount () const |
| |
| size_t | namedGridAreaColumnCount () const |
| |
| GridAutoFlow | gridAutoFlow () const |
| |
| bool | isGridAutoFlowDirectionRow () const |
| |
| bool | isGridAutoFlowDirectionColumn () const |
| |
| bool | isGridAutoFlowAlgorithmSparse () const |
| |
| bool | isGridAutoFlowAlgorithmDense () const |
| |
| const Vector< GridTrackSize > & | gridAutoColumns () const |
| |
| const Vector< GridTrackSize > & | gridAutoRows () const |
| |
| const Length & | gridColumnGap () const |
| |
| const Length & | gridRowGap () const |
| |
| const GridPosition & | gridItemColumnStart () const |
| |
| const GridPosition & | gridItemColumnEnd () const |
| |
| const GridPosition & | gridItemRowStart () const |
| |
| const GridPosition & | gridItemRowEnd () const |
| |
| const ShadowData * | boxShadow () const |
| |
| void | getBoxShadowExtent (LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const |
| |
| LayoutBoxExtent | getBoxShadowInsetExtent () const |
| |
| void | getBoxShadowHorizontalExtent (LayoutUnit &left, LayoutUnit &right) const |
| |
| void | getBoxShadowVerticalExtent (LayoutUnit &top, LayoutUnit &bottom) const |
| |
| void | getBoxShadowInlineDirectionExtent (LayoutUnit &logicalLeft, LayoutUnit &logicalRight) const |
| |
| void | getBoxShadowBlockDirectionExtent (LayoutUnit &logicalTop, LayoutUnit &logicalBottom) const |
| |
| StyleReflection * | boxReflect () const |
| |
| EBoxSizing | boxSizing () const |
| |
| const Length & | marqueeIncrement () const |
| |
| int | marqueeSpeed () const |
| |
| int | marqueeLoopCount () const |
| |
| EMarqueeBehavior | marqueeBehavior () const |
| |
| EMarqueeDirection | marqueeDirection () const |
| |
| EUserModify | userModify () const |
| |
| EUserDrag | userDrag () const |
| |
| EUserSelect | userSelect () const |
| |
| TextOverflow | textOverflow () const |
| |
| EMarginCollapse | marginBeforeCollapse () const |
| |
| EMarginCollapse | marginAfterCollapse () const |
| |
| EWordBreak | wordBreak () const |
| |
| EOverflowWrap | overflowWrap () const |
| |
| ENBSPMode | nbspMode () const |
| |
| LineBreak | lineBreak () const |
| |
| Hyphens | hyphens () const |
| |
| short | hyphenationLimitBefore () const |
| |
| short | hyphenationLimitAfter () const |
| |
| short | hyphenationLimitLines () const |
| |
| const AtomicString & | hyphenationString () const |
| |
| const AtomicString & | locale () const |
| |
| EBorderFit | borderFit () const |
| |
| EResize | resize () const |
| |
| ColumnAxis | columnAxis () const |
| |
| bool | hasInlineColumnAxis () const |
| |
| ColumnProgression | columnProgression () const |
| |
| float | columnWidth () const |
| |
| bool | hasAutoColumnWidth () const |
| |
| unsigned short | columnCount () const |
| |
| bool | hasAutoColumnCount () const |
| |
| bool | specifiesColumns () const |
| |
| ColumnFill | columnFill () const |
| |
| float | columnGap () const |
| |
| bool | hasNormalColumnGap () const |
| |
| EBorderStyle | columnRuleStyle () const |
| |
| unsigned short | columnRuleWidth () const |
| |
| bool | columnRuleIsTransparent () const |
| |
| ColumnSpan | columnSpan () const |
| |
| const TransformOperations & | transform () const |
| |
| const Length & | transformOriginX () const |
| |
| const Length & | transformOriginY () const |
| |
| float | transformOriginZ () const |
| |
| bool | hasTransform () const |
| |
| TextEmphasisFill | textEmphasisFill () const |
| |
| TextEmphasisMark | textEmphasisMark () const |
| |
| const AtomicString & | textEmphasisCustomMark () const |
| |
| TextEmphasisPosition | textEmphasisPosition () const |
| |
| const AtomicString & | textEmphasisMarkString () const |
| |
| RubyPosition | rubyPosition () const |
| |
| TextOrientation | textOrientation () const |
| |
| ObjectFit | objectFit () const |
| |
| LengthPoint | objectPosition () const |
| |
| bool | hasTransformRelatedProperty () const |
| |
| void | applyTransform (TransformationMatrix &, const FloatRect &boundingBox, ApplyTransformOrigin=IncludeTransformOrigin) const |
| |
| void | setPageScaleTransform (float) |
| |
| bool | hasMask () const |
| |
| TextCombine | textCombine () const |
| |
| bool | hasTextCombine () const |
| |
| unsigned | tabSize () const |
| |
| bool | hasFlowInto () const |
| |
| const AtomicString & | flowThread () const |
| |
| bool | hasFlowFrom () const |
| |
| const AtomicString & | regionThread () const |
| |
| RegionFragment | regionFragment () const |
| |
| const AtomicString & | lineGrid () const |
| |
| LineSnap | lineSnap () const |
| |
| LineAlign | lineAlign () const |
| |
| EPointerEvents | pointerEvents () const |
| |
| const AnimationList * | animations () const |
| |
| const AnimationList * | transitions () const |
| |
| AnimationList * | animations () |
| |
| AnimationList * | transitions () |
| |
| bool | hasAnimationsOrTransitions () const |
| |
| AnimationList & | ensureAnimations () |
| |
| AnimationList & | ensureTransitions () |
| |
| bool | hasAnimations () const |
| |
| bool | hasTransitions () const |
| |
| const Animation * | transitionForProperty (CSSPropertyID) const |
| |
| ETransformStyle3D | transformStyle3D () const |
| |
| bool | preserves3D () const |
| |
| EBackfaceVisibility | backfaceVisibility () const |
| |
| float | perspective () const |
| |
| bool | hasPerspective () const |
| |
| const Length & | perspectiveOriginX () const |
| |
| const Length & | perspectiveOriginY () const |
| |
| const LengthSize & | pageSize () const |
| |
| PageSizeType | pageSizeType () const |
| |
| LineBoxContain | lineBoxContain () const |
| |
| const LineClampValue & | lineClamp () const |
| |
| const IntSize & | initialLetter () const |
| |
| int | initialLetterDrop () const |
| |
| int | initialLetterHeight () const |
| |
| ETextSecurity | textSecurity () const |
| |
| WritingMode | writingMode () const |
| |
| bool | isHorizontalWritingMode () const |
| |
| bool | isVerticalWritingMode () const |
| |
| bool | isFlippedLinesWritingMode () const |
| |
| bool | isFlippedBlocksWritingMode () const |
| |
| ImageOrientationEnum | imageOrientation () const |
| |
| EImageRendering | imageRendering () const |
| |
| ESpeak | speak () const |
| |
| FilterOperations & | mutableFilter () |
| |
| const FilterOperations & | filter () const |
| |
| bool | hasFilter () const |
| |
| bool | hasReferenceFilterOnly () const |
| |
| bool | hasBackdropFilter () const |
| |
| BlendMode | blendMode () const |
| |
| bool | hasBlendMode () const |
| |
| Isolation | isolation () const |
| |
| bool | hasIsolation () const |
| |
| bool | shouldPlaceBlockDirectionScrollbarOnLeft () const |
| |
| void | checkVariablesInCustomProperties () |
| |
| void | setDisplay (EDisplay v) |
| |
| void | setOriginalDisplay (EDisplay v) |
| |
| void | setPosition (EPosition v) |
| |
| void | setFloating (EFloat v) |
| |
| void | setLeft (Length &&length) |
| |
| void | setRight (Length &&length) |
| |
| void | setTop (Length &&length) |
| |
| void | setBottom (Length &&length) |
| |
| void | setWidth (Length &&length) |
| |
| void | setHeight (Length &&length) |
| |
| void | setLogicalWidth (Length &&) |
| |
| void | setLogicalHeight (Length &&) |
| |
| void | setMinWidth (Length &&length) |
| |
| void | setMaxWidth (Length &&length) |
| |
| void | setMinHeight (Length &&length) |
| |
| void | setMaxHeight (Length &&length) |
| |
| void | resetBorder () |
| |
| void | resetBorderTop () |
| |
| void | resetBorderRight () |
| |
| void | resetBorderBottom () |
| |
| void | resetBorderLeft () |
| |
| void | resetBorderImage () |
| |
| void | resetBorderRadius () |
| |
| void | resetBorderTopLeftRadius () |
| |
| void | resetBorderTopRightRadius () |
| |
| void | resetBorderBottomLeftRadius () |
| |
| void | resetBorderBottomRightRadius () |
| |
| void | setBackgroundColor (const Color &v) |
| |
| void | setBackgroundXPosition (Length &&length) |
| |
| void | setBackgroundYPosition (Length &&length) |
| |
| void | setBackgroundSize (EFillSizeType b) |
| |
| void | setBackgroundSizeLength (LengthSize &&size) |
| |
| void | setBorderImage (const NinePieceImage &b) |
| |
| void | setBorderImageSource (RefPtr< StyleImage > &&) |
| |
| void | setBorderImageSlices (LengthBox &&) |
| |
| void | setBorderImageWidth (LengthBox &&) |
| |
| void | setBorderImageOutset (LengthBox &&) |
| |
| void | setBorderTopLeftRadius (LengthSize &&size) |
| |
| void | setBorderTopRightRadius (LengthSize &&size) |
| |
| void | setBorderBottomLeftRadius (LengthSize &&size) |
| |
| void | setBorderBottomRightRadius (LengthSize &&size) |
| |
| void | setBorderRadius (LengthSize &&) |
| |
| void | setBorderRadius (const IntSize &) |
| |
| RoundedRect | getRoundedBorderFor (const LayoutRect &borderRect, bool includeLogicalLeftEdge=true, bool includeLogicalRightEdge=true) const |
| |
| RoundedRect | getRoundedInnerBorderFor (const LayoutRect &borderRect, bool includeLogicalLeftEdge=true, bool includeLogicalRightEdge=true) const |
| |
| RoundedRect | getRoundedInnerBorderFor (const LayoutRect &borderRect, LayoutUnit topWidth, LayoutUnit bottomWidth, LayoutUnit leftWidth, LayoutUnit rightWidth, bool includeLogicalLeftEdge=true, bool includeLogicalRightEdge=true) const |
| |
| void | setBorderLeftWidth (float v) |
| |
| void | setBorderLeftStyle (EBorderStyle v) |
| |
| void | setBorderLeftColor (const Color &v) |
| |
| void | setBorderRightWidth (float v) |
| |
| void | setBorderRightStyle (EBorderStyle v) |
| |
| void | setBorderRightColor (const Color &v) |
| |
| void | setBorderTopWidth (float v) |
| |
| void | setBorderTopStyle (EBorderStyle v) |
| |
| void | setBorderTopColor (const Color &v) |
| |
| void | setBorderBottomWidth (float v) |
| |
| void | setBorderBottomStyle (EBorderStyle v) |
| |
| void | setBorderBottomColor (const Color &v) |
| |
| void | setOutlineWidth (float v) |
| |
| void | setOutlineStyleIsAuto (OutlineIsAuto isAuto) |
| |
| void | setOutlineStyle (EBorderStyle v) |
| |
| void | setOutlineColor (const Color &v) |
| |
| void | setOverflowX (EOverflow v) |
| |
| void | setOverflowY (EOverflow v) |
| |
| void | setVisibility (EVisibility v) |
| |
| void | setVerticalAlign (EVerticalAlign v) |
| |
| void | setVerticalAlignLength (Length &&length) |
| |
| void | setHasClip (bool b=true) |
| |
| void | setClipLeft (Length &&length) |
| |
| void | setClipRight (Length &&length) |
| |
| void | setClipTop (Length &&length) |
| |
| void | setClipBottom (Length &&length) |
| |
| void | setClip (Length &&top, Length &&right, Length &&bottom, Length &&left) |
| |
| void | setClip (LengthBox &&box) |
| |
| void | setUnicodeBidi (EUnicodeBidi b) |
| |
| void | setClear (EClear v) |
| |
| void | setTableLayout (ETableLayout v) |
| |
| bool | setFontDescription (const FontCascadeDescription &) |
| |
| void | setFontSize (float) |
| |
| void | setColor (const Color &) |
| |
| void | setTextIndent (Length &&length) |
| |
| void | setTextAlign (ETextAlign v) |
| |
| void | setTextTransform (ETextTransform v) |
| |
| void | addToTextDecorationsInEffect (TextDecoration v) |
| |
| void | setTextDecorationsInEffect (TextDecoration v) |
| |
| void | setTextDecoration (TextDecoration v) |
| |
| void | setTextDecorationStyle (TextDecorationStyle v) |
| |
| void | setTextDecorationSkip (TextDecorationSkip skip) |
| |
| void | setTextUnderlinePosition (TextUnderlinePosition v) |
| |
| void | setDirection (TextDirection v) |
| |
| void | setHasExplicitlySetDirection (bool v) |
| |
| void | setLineHeight (Length &&) |
| |
| bool | setZoom (float) |
| |
| void | setZoomWithoutReturnValue (float f) |
| |
| bool | setEffectiveZoom (float) |
| |
| void | setTextZoom (TextZoom v) |
| |
| void | setImageRendering (EImageRendering v) |
| |
| void | setWhiteSpace (EWhiteSpace v) |
| |
| void | setWordSpacing (Length &&) |
| |
| void | setLetterSpacing (float) |
| |
| void | clearBackgroundLayers () |
| |
| void | inheritBackgroundLayers (const FillLayer &parent) |
| |
| void | adjustBackgroundLayers () |
| |
| void | clearMaskLayers () |
| |
| void | inheritMaskLayers (const FillLayer &parent) |
| |
| void | adjustMaskLayers () |
| |
| void | setMaskImage (RefPtr< StyleImage > &&v) |
| |
| void | setMaskBoxImage (const NinePieceImage &b) |
| |
| void | setMaskBoxImageSource (RefPtr< StyleImage > &&v) |
| |
| void | setMaskXPosition (Length &&length) |
| |
| void | setMaskYPosition (Length &&length) |
| |
| void | setMaskSize (LengthSize size) |
| |
| void | setBorderCollapse (EBorderCollapse collapse) |
| |
| void | setHorizontalBorderSpacing (float) |
| |
| void | setVerticalBorderSpacing (float) |
| |
| void | setEmptyCells (EEmptyCell v) |
| |
| void | setCaptionSide (ECaptionSide v) |
| |
| void | setAspectRatioType (AspectRatioType aspectRatioType) |
| |
| void | setAspectRatioDenominator (float v) |
| |
| void | setAspectRatioNumerator (float v) |
| |
| void | setListStyleType (EListStyleType v) |
| |
| void | setListStyleImage (RefPtr< StyleImage > &&) |
| |
| void | setListStylePosition (EListStylePosition v) |
| |
| void | resetMargin () |
| |
| void | setMarginTop (Length &&length) |
| |
| void | setMarginBottom (Length &&length) |
| |
| void | setMarginLeft (Length &&length) |
| |
| void | setMarginRight (Length &&length) |
| |
| void | setMarginStart (Length &&) |
| |
| void | setMarginEnd (Length &&) |
| |
| void | resetPadding () |
| |
| void | setPaddingBox (LengthBox &&box) |
| |
| void | setPaddingTop (Length &&length) |
| |
| void | setPaddingBottom (Length &&length) |
| |
| void | setPaddingLeft (Length &&length) |
| |
| void | setPaddingRight (Length &&length) |
| |
| void | setCursor (ECursor c) |
| |
| void | addCursor (RefPtr< StyleImage > &&, const IntPoint &hotSpot=IntPoint()) |
| |
| void | setCursorList (RefPtr< CursorList > &&) |
| |
| void | clearCursorList () |
| |
| void | setInsideLink (EInsideLink insideLink) |
| |
| void | setIsLink (bool b) |
| |
| void | setInsideDefaultButton (bool insideDefaultButton) |
| |
| PrintColorAdjust | printColorAdjust () const |
| |
| void | setPrintColorAdjust (PrintColorAdjust value) |
| |
| bool | hasAutoZIndex () const |
| |
| void | setHasAutoZIndex () |
| |
| int | zIndex () const |
| |
| void | setZIndex (int v) |
| |
| void | setHasAutoWidows () |
| |
| void | setWidows (short w) |
| |
| void | setHasAutoOrphans () |
| |
| void | setOrphans (short o) |
| |
| void | setOutlineOffset (float v) |
| |
| void | setTextShadow (std::unique_ptr< ShadowData >, bool add=false) |
| |
| void | setTextStrokeColor (const Color &c) |
| |
| void | setTextStrokeWidth (float w) |
| |
| void | setTextFillColor (const Color &c) |
| |
| void | setOpacity (float f) |
| |
| void | setAppearance (ControlPart a) |
| |
| void | setBoxAlign (EBoxAlignment a) |
| |
| void | setBoxDirection (EBoxDirection d) |
| |
| void | setBoxFlex (float f) |
| |
| void | setBoxFlexGroup (unsigned group) |
| |
| void | setBoxLines (EBoxLines lines) |
| |
| void | setBoxOrdinalGroup (unsigned group) |
| |
| void | setBoxOrient (EBoxOrient o) |
| |
| void | setBoxPack (EBoxPack p) |
| |
| void | setBoxShadow (std::unique_ptr< ShadowData >, bool add=false) |
| |
| void | setBoxReflect (RefPtr< StyleReflection > &&) |
| |
| void | setBoxSizing (EBoxSizing s) |
| |
| void | setFlexGrow (float f) |
| |
| void | setFlexShrink (float f) |
| |
| void | setFlexBasis (Length &&length) |
| |
| void | setOrder (int o) |
| |
| void | setAlignContent (const StyleContentAlignmentData &data) |
| |
| void | setAlignItems (const StyleSelfAlignmentData &data) |
| |
| void | setAlignItemsPosition (ItemPosition position) |
| |
| void | setAlignSelf (const StyleSelfAlignmentData &data) |
| |
| void | setAlignSelfPosition (ItemPosition position) |
| |
| void | setFlexDirection (EFlexDirection direction) |
| |
| void | setFlexWrap (EFlexWrap w) |
| |
| void | setJustifyContent (const StyleContentAlignmentData &data) |
| |
| void | setJustifyContentPosition (ContentPosition position) |
| |
| void | setJustifyItems (const StyleSelfAlignmentData &data) |
| |
| void | setJustifySelf (const StyleSelfAlignmentData &data) |
| |
| void | setJustifySelfPosition (ItemPosition position) |
| |
| void | setGridAutoColumns (const Vector< GridTrackSize > &trackSizeList) |
| |
| void | setGridAutoRows (const Vector< GridTrackSize > &trackSizeList) |
| |
| void | setGridColumns (const Vector< GridTrackSize > &lengths) |
| |
| void | setGridRows (const Vector< GridTrackSize > &lengths) |
| |
| void | setGridAutoRepeatColumns (const Vector< GridTrackSize > &lengths) |
| |
| void | setGridAutoRepeatRows (const Vector< GridTrackSize > &lengths) |
| |
| void | setGridAutoRepeatColumnsInsertionPoint (const unsigned insertionPoint) |
| |
| void | setGridAutoRepeatRowsInsertionPoint (const unsigned insertionPoint) |
| |
| void | setGridAutoRepeatColumnsType (const AutoRepeatType autoRepeatType) |
| |
| void | setGridAutoRepeatRowsType (const AutoRepeatType autoRepeatType) |
| |
| void | setNamedGridColumnLines (const NamedGridLinesMap &namedGridColumnLines) |
| |
| void | setNamedGridRowLines (const NamedGridLinesMap &namedGridRowLines) |
| |
| void | setOrderedNamedGridColumnLines (const OrderedNamedGridLinesMap &orderedNamedGridColumnLines) |
| |
| void | setOrderedNamedGridRowLines (const OrderedNamedGridLinesMap &orderedNamedGridRowLines) |
| |
| void | setAutoRepeatNamedGridColumnLines (const NamedGridLinesMap &namedGridColumnLines) |
| |
| void | setAutoRepeatNamedGridRowLines (const NamedGridLinesMap &namedGridRowLines) |
| |
| void | setAutoRepeatOrderedNamedGridColumnLines (const OrderedNamedGridLinesMap &orderedNamedGridColumnLines) |
| |
| void | setAutoRepeatOrderedNamedGridRowLines (const OrderedNamedGridLinesMap &orderedNamedGridRowLines) |
| |
| void | setNamedGridArea (const NamedGridAreaMap &namedGridArea) |
| |
| void | setNamedGridAreaRowCount (size_t rowCount) |
| |
| void | setNamedGridAreaColumnCount (size_t columnCount) |
| |
| void | setGridAutoFlow (GridAutoFlow flow) |
| |
| void | setGridItemColumnStart (const GridPosition &columnStartPosition) |
| |
| void | setGridItemColumnEnd (const GridPosition &columnEndPosition) |
| |
| void | setGridItemRowStart (const GridPosition &rowStartPosition) |
| |
| void | setGridItemRowEnd (const GridPosition &rowEndPosition) |
| |
| void | setGridColumnGap (Length &&length) |
| |
| void | setGridRowGap (Length &&length) |
| |
| void | setMarqueeIncrement (Length &&length) |
| |
| void | setMarqueeSpeed (int f) |
| |
| void | setMarqueeDirection (EMarqueeDirection d) |
| |
| void | setMarqueeBehavior (EMarqueeBehavior b) |
| |
| void | setMarqueeLoopCount (int i) |
| |
| void | setUserModify (EUserModify u) |
| |
| void | setUserDrag (EUserDrag d) |
| |
| void | setUserSelect (EUserSelect s) |
| |
| void | setTextOverflow (TextOverflow overflow) |
| |
| void | setMarginBeforeCollapse (EMarginCollapse c) |
| |
| void | setMarginAfterCollapse (EMarginCollapse c) |
| |
| void | setWordBreak (EWordBreak b) |
| |
| void | setOverflowWrap (EOverflowWrap b) |
| |
| void | setNBSPMode (ENBSPMode b) |
| |
| void | setLineBreak (LineBreak b) |
| |
| void | setHyphens (Hyphens h) |
| |
| void | setHyphenationLimitBefore (short limit) |
| |
| void | setHyphenationLimitAfter (short limit) |
| |
| void | setHyphenationLimitLines (short limit) |
| |
| void | setHyphenationString (const AtomicString &h) |
| |
| void | setBorderFit (EBorderFit b) |
| |
| void | setResize (EResize r) |
| |
| void | setColumnAxis (ColumnAxis axis) |
| |
| void | setColumnProgression (ColumnProgression progression) |
| |
| void | setColumnWidth (float f) |
| |
| void | setHasAutoColumnWidth () |
| |
| void | setColumnCount (unsigned short c) |
| |
| void | setHasAutoColumnCount () |
| |
| void | setColumnFill (ColumnFill columnFill) |
| |
| void | setColumnGap (float f) |
| |
| void | setHasNormalColumnGap () |
| |
| void | setColumnRuleColor (const Color &c) |
| |
| void | setColumnRuleStyle (EBorderStyle b) |
| |
| void | setColumnRuleWidth (unsigned short w) |
| |
| void | resetColumnRule () |
| |
| void | setColumnSpan (ColumnSpan columnSpan) |
| |
| void | inheritColumnPropertiesFrom (const RenderStyle &parent) |
| |
| void | setTransform (const TransformOperations &ops) |
| |
| void | setTransformOriginX (Length &&length) |
| |
| void | setTransformOriginY (Length &&length) |
| |
| void | setTransformOriginZ (float f) |
| |
| void | setSpeak (ESpeak s) |
| |
| void | setTextCombine (TextCombine v) |
| |
| void | setTextDecorationColor (const Color &c) |
| |
| void | setTextEmphasisColor (const Color &c) |
| |
| void | setTextEmphasisFill (TextEmphasisFill fill) |
| |
| void | setTextEmphasisMark (TextEmphasisMark mark) |
| |
| void | setTextEmphasisCustomMark (const AtomicString &mark) |
| |
| void | setTextEmphasisPosition (TextEmphasisPosition position) |
| |
| bool | setTextOrientation (TextOrientation) |
| |
| void | setObjectFit (ObjectFit fit) |
| |
| void | setObjectPosition (LengthPoint &&position) |
| |
| void | setRubyPosition (RubyPosition position) |
| |
| void | setFilter (const FilterOperations &ops) |
| |
| void | setTabSize (unsigned size) |
| |
| void | setBreakBefore (BreakBetween breakBehavior) |
| |
| void | setBreakAfter (BreakBetween breakBehavior) |
| |
| void | setBreakInside (BreakInside breakBehavior) |
| |
| void | setHangingPunctuation (HangingPunctuation punctuation) |
| |
| void | setLineGrid (const AtomicString &lineGrid) |
| |
| void | setLineSnap (LineSnap lineSnap) |
| |
| void | setLineAlign (LineAlign lineAlign) |
| |
| void | setFlowThread (const AtomicString &flowThread) |
| |
| void | setRegionThread (const AtomicString ®ionThread) |
| |
| void | setRegionFragment (RegionFragment regionFragment) |
| |
| void | setPointerEvents (EPointerEvents p) |
| |
| void | clearAnimations () |
| |
| void | clearTransitions () |
| |
| void | adjustAnimations () |
| |
| void | adjustTransitions () |
| |
| void | setTransformStyle3D (ETransformStyle3D b) |
| |
| void | setBackfaceVisibility (EBackfaceVisibility b) |
| |
| void | setPerspective (float p) |
| |
| void | setPerspectiveOriginX (Length &&length) |
| |
| void | setPerspectiveOriginY (Length &&length) |
| |
| void | setPageSize (LengthSize size) |
| |
| void | setPageSizeType (PageSizeType t) |
| |
| void | resetPageSizeType () |
| |
| void | setLineBoxContain (LineBoxContain c) |
| |
| void | setLineClamp (LineClampValue c) |
| |
| void | setInitialLetter (const IntSize &size) |
| |
| void | setTextSecurity (ETextSecurity security) |
| |
| void | setPaintOrder (PaintOrder order) |
| |
| PaintOrder | paintOrder () const |
| |
| void | setCapStyle (LineCap val) |
| |
| LineCap | capStyle () const |
| |
| void | setJoinStyle (LineJoin val) |
| |
| LineJoin | joinStyle () const |
| |
| const Length & | strokeWidth () const |
| |
| void | setStrokeWidth (Length &&w) |
| |
| bool | hasVisibleStroke () const |
| |
| const SVGRenderStyle & | svgStyle () const |
| |
| SVGRenderStyle & | accessSVGStyle () |
| |
| const SVGPaintType & | fillPaintType () const |
| |
| Color | fillPaintColor () const |
| |
| void | setFillPaintColor (const Color &color) |
| |
| float | fillOpacity () const |
| |
| void | setFillOpacity (float f) |
| |
| const SVGPaintType & | strokePaintType () const |
| |
| Color | strokePaintColor () const |
| |
| void | setStrokePaintColor (const Color &color) |
| |
| float | strokeOpacity () const |
| |
| void | setStrokeOpacity (float f) |
| |
| Vector< SVGLengthValue > | strokeDashArray () const |
| |
| void | setStrokeDashArray (Vector< SVGLengthValue > array) |
| |
| const Length & | strokeDashOffset () const |
| |
| void | setStrokeDashOffset (Length &&d) |
| |
| float | strokeMiterLimit () const |
| |
| void | setStrokeMiterLimit (float f) |
| |
| const Length & | cx () const |
| |
| void | setCx (Length &&cx) |
| |
| const Length & | cy () const |
| |
| void | setCy (Length &&cy) |
| |
| const Length & | r () const |
| |
| void | setR (Length &&r) |
| |
| const Length & | rx () const |
| |
| void | setRx (Length &&rx) |
| |
| const Length & | ry () const |
| |
| void | setRy (Length &&ry) |
| |
| const Length & | x () const |
| |
| void | setX (Length &&x) |
| |
| const Length & | y () const |
| |
| void | setY (Length &&y) |
| |
| float | floodOpacity () const |
| |
| void | setFloodOpacity (float f) |
| |
| float | stopOpacity () const |
| |
| void | setStopOpacity (float f) |
| |
| void | setStopColor (const Color &c) |
| |
| void | setFloodColor (const Color &c) |
| |
| void | setLightingColor (const Color &c) |
| |
| SVGLengthValue | baselineShiftValue () const |
| |
| void | setBaselineShiftValue (SVGLengthValue s) |
| |
| SVGLengthValue | kerning () const |
| |
| void | setKerning (SVGLengthValue k) |
| |
| void | setShapeOutside (RefPtr< ShapeValue > &&) |
| |
| ShapeValue * | shapeOutside () const |
| |
| const Length & | shapeMargin () const |
| |
| void | setShapeMargin (Length &&shapeMargin) |
| |
| float | shapeImageThreshold () const |
| |
| void | setShapeImageThreshold (float) |
| |
| void | setClipPath (RefPtr< ClipPathOperation > &&) |
| |
| ClipPathOperation * | clipPath () const |
| |
| bool | hasContent () const |
| |
| const ContentData * | contentData () const |
| |
| bool | contentDataEquivalent (const RenderStyle *otherStyle) const |
| |
| void | clearContent () |
| |
| void | setContent (const String &, bool add=false) |
| |
| void | setContent (RefPtr< StyleImage > &&, bool add=false) |
| |
| void | setContent (std::unique_ptr< CounterContent >, bool add=false) |
| |
| void | setContent (QuoteType, bool add=false) |
| |
| void | setContentAltText (const String &) |
| |
| const String & | contentAltText () const |
| |
| bool | hasAttrContent () const |
| |
| void | setHasAttrContent () |
| |
| const CounterDirectiveMap * | counterDirectives () const |
| |
| CounterDirectiveMap & | accessCounterDirectives () |
| |
| const CounterDirectives | getCounterDirectives (const AtomicString &identifier) const |
| |
| QuotesData * | quotes () const |
| |
| void | setQuotes (RefPtr< QuotesData > &&) |
| |
| WillChangeData * | willChange () const |
| |
| void | setWillChange (RefPtr< WillChangeData > &&) |
| |
| bool | willChangeCreatesStackingContext () const |
| |
| const AtomicString & | hyphenString () const |
| |
| bool | inheritedNotEqual (const RenderStyle *) const |
| |
| bool | inheritedDataShared (const RenderStyle *) const |
| |
| StyleDifference | diff (const RenderStyle &, unsigned &changedContextSensitiveProperties) const |
| |
| bool | diffRequiresLayerRepaint (const RenderStyle &, bool isComposited) const |
| |
| bool | isDisplayInlineType () const |
| |
| bool | isOriginalDisplayInlineType () const |
| |
| bool | isDisplayFlexibleOrGridBox () const |
| |
| bool | isDisplayRegionType () const |
| |
| bool | setWritingMode (WritingMode) |
| |
| bool | hasExplicitlySetWritingMode () const |
| |
| void | setHasExplicitlySetWritingMode (bool v) |
| |
| bool | unique () const |
| |
| void | setUnique () |
| |
| bool | emptyState () const |
| |
| void | setEmptyState (bool b) |
| |
| bool | firstChildState () const |
| |
| void | setFirstChildState () |
| |
| bool | lastChildState () const |
| |
| void | setLastChildState () |
| |
| WEBCORE_EXPORT Color | visitedDependentColor (int colorProperty) const |
| |
| bool | backgroundColorEqualsToColorIgnoringVisited (const Color &color) const |
| |
| void | setHasExplicitlyInheritedProperties () |
| |
| bool | hasExplicitlyInheritedProperties () const |
| |
| bool | isPlaceholderStyle () const |
| |
| void | setIsPlaceholderStyle () |
| |
| void | setVisitedLinkColor (const Color &) |
| |
| void | setVisitedLinkBackgroundColor (const Color &v) |
| |
| void | setVisitedLinkBorderLeftColor (const Color &v) |
| |
| void | setVisitedLinkBorderRightColor (const Color &v) |
| |
| void | setVisitedLinkBorderBottomColor (const Color &v) |
| |
| void | setVisitedLinkBorderTopColor (const Color &v) |
| |
| void | setVisitedLinkOutlineColor (const Color &v) |
| |
| void | setVisitedLinkColumnRuleColor (const Color &v) |
| |
| void | setVisitedLinkTextDecorationColor (const Color &v) |
| |
| void | setVisitedLinkTextEmphasisColor (const Color &v) |
| |
| void | setVisitedLinkTextFillColor (const Color &v) |
| |
| void | setVisitedLinkTextStrokeColor (const Color &v) |
| |
| void | inheritUnicodeBidiFrom (const RenderStyle *parent) |
| |
| void | getShadowExtent (const ShadowData *, LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const |
| |
| void | getShadowHorizontalExtent (const ShadowData *, LayoutUnit &left, LayoutUnit &right) const |
| |
| void | getShadowVerticalExtent (const ShadowData *, LayoutUnit &top, LayoutUnit &bottom) const |
| |
| void | getShadowInlineDirectionExtent (const ShadowData *, LayoutUnit &logicalLeft, LayoutUnit &logicalRight) const |
| |
| void | getShadowBlockDirectionExtent (const ShadowData *, LayoutUnit &logicalTop, LayoutUnit &logicalBottom) const |
| |
| const Color & | borderLeftColor () const |
| |
| const Color & | borderRightColor () const |
| |
| const Color & | borderTopColor () const |
| |
| const Color & | borderBottomColor () const |
| |
| const Color & | backgroundColor () const |
| |
| const Color & | color () const |
| |
| const Color & | columnRuleColor () const |
| |
| const Color & | outlineColor () const |
| |
| const Color & | textEmphasisColor () const |
| |
| const Color & | textFillColor () const |
| |
| const Color & | textStrokeColor () const |
| |
| const Color & | visitedLinkColor () const |
| |
| const Color & | visitedLinkBackgroundColor () const |
| |
| const Color & | visitedLinkBorderLeftColor () const |
| |
| const Color & | visitedLinkBorderRightColor () const |
| |
| const Color & | visitedLinkBorderBottomColor () const |
| |
| const Color & | visitedLinkBorderTopColor () const |
| |
| const Color & | visitedLinkOutlineColor () const |
| |
| const Color & | visitedLinkColumnRuleColor () const |
| |
| const Color & | textDecorationColor () const |
| |
| const Color & | visitedLinkTextDecorationColor () const |
| |
| const Color & | visitedLinkTextEmphasisColor () const |
| |
| const Color & | visitedLinkTextFillColor () const |
| |
| const Color & | visitedLinkTextStrokeColor () const |
| |
| const Color & | stopColor () const |
| |
| const Color & | floodColor () const |
| |
| const Color & | lightingColor () const |
| |