Home
last modified time | relevance | path

Searched refs:READ_WRITE_PLAINTEXT_ONLY (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.cpp86 style->setUserModify(node->isDisabledOrReadOnly() ? READ_ONLY : READ_WRITE_PLAINTEXT_ONLY); in updateUserModifyProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h206 READ_ONLY, READ_WRITE, READ_WRITE_PLAINTEXT_ONLY enumerator
/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp899 …selection.start().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY) in doApply()
900 … selection.end().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY)) in doApply()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2713 case READ_WRITE_PLAINTEXT_ONLY: in CSSPrimitiveValue()
2728 return READ_WRITE_PLAINTEXT_ONLY; in EUserModify()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp570 case READ_WRITE_PLAINTEXT_ONLY: in rendererIsEditable()