Home | History | Annotate | Download | only in editing

Lines Matching refs:nodeStyle

486     RefPtr<CSSMutableStyleDeclaration> nodeStyle = editingStyleFromComputedStyle(computedStyle(node));
487 parentStyle->diff(nodeStyle.get());
488 nodeStyle->diff(m_mutableStyle.get());
496 RefPtr<CSSMutableStyleDeclaration> nodeStyle = editingStyleFromComputedStyle(computedStyle(node));
497 parentStyle->diff(nodeStyle.get());
499 CSSMutableStyleDeclaration::const_iterator end = nodeStyle->end();
500 for (CSSMutableStyleDeclaration::const_iterator it = nodeStyle->begin(); it != end; ++it)