Searched refs:nodeStyle (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
H A DApplyStyleCommand.cpp1329 RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node);
1330 ASSERT(nodeStyle);
1333 RefPtr<CSSMutableStyleDeclaration> textDecorationStyle = nodeStyle->copyPropertiesInSet(properties, 1);
1335 RefPtr<CSSValue> property = nodeStyle->getPropertyCSSValue(CSSPropertyTextDecoration);
H A DEditor.cpp830 RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node); local
831 if (nodeStyle) {
832 TriState nodeState = triStateOfStyleInComputedStyle(style, nodeStyle.get(), !node->isTextNode());

Completed in 89 milliseconds