Home | History | Annotate | Download | only in rendering

Lines Matching refs:userModify

177         || renderer->style()->userModify() != READ_ONLY;
609 if (root->isTextArea() || (root->style() && root->style()->userModify() != READ_ONLY)) {