Searched refs:userModify (Results 1 – 10 of 10) sorted by relevance
66 , userModify(READ_ONLY) in StyleRareInheritedData()118 , userModify(o.userModify) in StyleRareInheritedData()186 && userModify == o.userModify in operator ==()
84 unsigned userModify : 2; // EUserModify (editing) variable
202 EUserModify currentUserModify = userModify(); in inheritFrom()639 || rareInheritedData->userModify != other->rareInheritedData->userModify in repaintOnlyDiff()
794 … EUserModify userModify() const { return static_cast<EUserModify>(rareInheritedData->userModify); } in userModify() function1257 void setUserModify(EUserModify u) { SET_VAR(rareInheritedData, userModify, u); } in setUserModify()
425 || renderer->style()->userModify() != READ_ONLY; in isIndependentDescendant()558 …a() || (clusterInfos[i].root->style() && clusterInfos[i].root->style()->userModify() != READ_ONLY)) in compositeClusterShouldBeAutosized()
1725 …return !isInert() && !(style()->userSelect() == SELECT_NONE && style()->userModify() == READ_ONLY); in isSelectable()
899 …renderer() && selection.start().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_… in doApply()900 …->renderer() && selection.end().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_… in doApply()
681 state.style()->setUserModify(styleOfShadowHost->userModify()); in styleForElement()
565 switch (node->renderer()->style()->userModify()) { in rendererIsEditable()
2170 return cssValuePool().createValue(style->userModify()); in getPropertyCSSValue()