Home
last modified time | relevance | path

Searched refs:editingStyle (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp452 void prepareEditingStyleToApplyAt(CSSMutableStyleDeclaration* editingStyle, Position pos) in prepareEditingStyleToApplyAt() argument
458 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() argument
478 style->diff(editingStyle); in removeStylesAddedByNode()
/external/webkit/WebCore/
DChangeLog-2005-08-2330395 (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):
DChangeLog-2005-12-1911666 * layout-tests/editing/editingStyle.css: Added.