READ_WRITE_PLAINTEXT_ONLY 2604 Source/core/css/CSSPrimitiveValueMappings.h     case READ_WRITE_PLAINTEXT_ONLY:
READ_WRITE_PLAINTEXT_ONLY 2619 Source/core/css/CSSPrimitiveValueMappings.h         return READ_WRITE_PLAINTEXT_ONLY;
READ_WRITE_PLAINTEXT_ONLY  534 Source/core/dom/Node.cpp             case READ_WRITE_PLAINTEXT_ONLY:
READ_WRITE_PLAINTEXT_ONLY  898 Source/core/editing/ReplaceSelectionCommand.cpp     if ((selection.start().deprecatedNode()->renderer() && selection.start().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY)
READ_WRITE_PLAINTEXT_ONLY  899 Source/core/editing/ReplaceSelectionCommand.cpp         && (selection.end().deprecatedNode()->renderer() && selection.end().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY))
READ_WRITE_PLAINTEXT_ONLY   86 Source/core/rendering/RenderTextControl.cpp     style->setUserModify(node->isDisabledOrReadOnly() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY);