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

  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 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)
    [all...]
Editor.cpp 902 RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node);
903 if (nodeStyle) {
904 TriState nodeState = style->triStateOfStyle(nodeStyle.get(), node->isTextNode() ? EditingStyle::DoNotIgnoreTextOnlyProperties : EditingStyle::IgnoreTextOnlyProperties);
    [all...]

Completed in 41 milliseconds