Home | History | Annotate | Download | only in dom

Lines Matching defs:isContentRichlyEditable

751 bool Node::isContentRichlyEditable() const
753 return parent() && parent()->isContentRichlyEditable();