Searched refs:editingStyle (Results 1 – 3 of 3) sorted by relevance
452 void prepareEditingStyleToApplyAt(CSSMutableStyleDeclaration* editingStyle, Position pos) in prepareEditingStyleToApplyAt() argument458 style->diff(editingStyle); in prepareEditingStyleToApplyAt()461 … RefPtr<CSSValue> backgroundColor = editingStyle->getPropertyCSSValue(CSSPropertyBackgroundColor); in prepareEditingStyleToApplyAt()467 editingStyle->removeProperty(CSSPropertyBackgroundColor, ec); in prepareEditingStyleToApplyAt()471 void removeStylesAddedByNode(CSSMutableStyleDeclaration* editingStyle, Node* node) in removeStylesAddedByNode() argument478 style->diff(editingStyle); in removeStylesAddedByNode()
30395 (editingStyle): Change type to mutable style, and simplify the style-creation calls,30722 - fixed <rdar://problem/3881929> 32 byte leak in editingStyle() in KHTMLPart (one-time only)30725 (editingStyle):
11666 * layout-tests/editing/editingStyle.css: Added.