Home | History | Annotate | Download | only in editing

Lines Matching refs:nodeStyle

902         RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node);
903 if (nodeStyle) {
904 TriState nodeState = style->triStateOfStyle(nodeStyle.get(), node->isTextNode() ? EditingStyle::DoNotIgnoreTextOnlyProperties : EditingStyle::IgnoreTextOnlyProperties);