HomeSort by relevance Sort by last modified time
    Searched refs:nodeStyle (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp     [all...]
Editor.cpp 830 RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node);
831 if (nodeStyle) {
832 TriState nodeState = triStateOfStyleInComputedStyle(style, nodeStyle.get(), !node->isTextNode());
    [all...]

Completed in 17 milliseconds