Home
last modified time | relevance | path

Searched refs:userModify (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp66 , userModify(READ_ONLY) in StyleRareInheritedData()
118 , userModify(o.userModify) in StyleRareInheritedData()
186 && userModify == o.userModify in operator ==()
DStyleRareInheritedData.h84 unsigned userModify : 2; // EUserModify (editing) variable
DRenderStyle.cpp202 EUserModify currentUserModify = userModify(); in inheritFrom()
639 || rareInheritedData->userModify != other->rareInheritedData->userModify in repaintOnlyDiff()
DRenderStyle.h794 … EUserModify userModify() const { return static_cast<EUserModify>(rareInheritedData->userModify); } in userModify() function
1257 void setUserModify(EUserModify u) { SET_VAR(rareInheritedData, userModify, u); } in setUserModify()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp425 || renderer->style()->userModify() != READ_ONLY; in isIndependentDescendant()
558 …a() || (clusterInfos[i].root->style() && clusterInfos[i].root->style()->userModify() != READ_ONLY)) in compositeClusterShouldBeAutosized()
DRenderObject.cpp1725 …return !isInert() && !(style()->userSelect() == SELECT_NONE && style()->userModify() == READ_ONLY); in isSelectable()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp899 …renderer() && selection.start().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_… in doApply()
900 …->renderer() && selection.end().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_… in doApply()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp681 state.style()->setUserModify(styleOfShadowHost->userModify()); in styleForElement()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp565 switch (node->renderer()->style()->userModify()) { in rendererIsEditable()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2170 return cssValuePool().createValue(style->userModify()); in getPropertyCSSValue()