Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp600 Node* selectionStartNode = selection.selection().start().deprecatedNode(); in clearSelectionIfNeeded() local
601 …if (selectionStartNode == newFocusedNode || selectionStartNode->isDescendantOf(newFocusedNode) || in clearSelectionIfNeeded()