READ_ONLY        2598 Source/core/css/CSSPrimitiveValueMappings.h     case READ_ONLY:
READ_ONLY        2615 Source/core/css/CSSPrimitiveValueMappings.h         return READ_ONLY;
READ_ONLY        2625 Source/core/css/CSSPrimitiveValueMappings.h     return READ_ONLY;
READ_ONLY         590 Source/core/css/resolver/StyleResolver.cpp     documentStyle->setUserModify(document.inDesignMode() ? READ_WRITE : READ_ONLY);
READ_ONLY        1269 Source/core/css/resolver/StyleResolver.cpp             && (!state.distributedToInsertionPoint() || state.style()->userModify() == READ_ONLY)) {
READ_ONLY         530 Source/core/dom/Node.cpp             case READ_ONLY:
READ_ONLY          95 Source/core/html/shadow/TextControlInnerElements.cpp     style->setUserModify(READ_ONLY);
READ_ONLY         141 Source/core/rendering/FastTextAutosizer.cpp         || renderer->style()->userModify() != READ_ONLY;
READ_ONLY         563 Source/core/rendering/FastTextAutosizer.cpp     if (root->isTextArea() || (root->style() && root->style()->userModify() != READ_ONLY)) {
READ_ONLY        1772 Source/core/rendering/RenderObject.cpp     return !isInert() && !(style()->userSelect() == SELECT_NONE && style()->userModify() == READ_ONLY);
READ_ONLY          86 Source/core/rendering/RenderTextControl.cpp     style->setUserModify(node->isDisabledOrReadOnly() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY);
READ_ONLY         595 Source/core/rendering/TextAutosizer.cpp         || renderer->style()->userModify() != READ_ONLY;
READ_ONLY         722 Source/core/rendering/TextAutosizer.cpp         if (clusterInfos[i].root->isTextArea() || (clusterInfos[i].root->style() && clusterInfos[i].root->style()->userModify() != READ_ONLY))
READ_ONLY        1604 Source/core/rendering/style/RenderStyle.h     static EUserModify initialUserModify() { return READ_ONLY; }
READ_ONLY          70 Source/core/rendering/style/StyleRareInheritedData.cpp     , userModify(READ_ONLY)