Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp551 bool currentEditable = currentNode->hasEditableStyle(); in upstream() local
552 if (startEditable != currentEditable) { in upstream()
674 bool currentEditable = currentNode->hasEditableStyle(); in downstream() local
675 if (startEditable != currentEditable) { in downstream()