Searched refs:READ_WRITE_PLAINTEXT_ONLY (Results 1 – 5 of 5) sorted by relevance
86 style->setUserModify(node->isDisabledOrReadOnly() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY); in updateUserModifyProperty()
206 READ_ONLY, READ_WRITE, READ_WRITE_PLAINTEXT_ONLY enumerator
899 …selection.start().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY) in doApply()900 … selection.end().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY)) in doApply()
2713 case READ_WRITE_PLAINTEXT_ONLY: in CSSPrimitiveValue()2728 return READ_WRITE_PLAINTEXT_ONLY; in EUserModify()
570 case READ_WRITE_PLAINTEXT_ONLY: in rendererIsEditable()