Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp594 bool startEditable = startNode->rendererIsEditable(); in upstream() local
605 if (startEditable != currentEditable) { in upstream()
717 bool startEditable = startNode->rendererIsEditable(); in downstream() local
728 if (startEditable != currentEditable) { in downstream()