Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.cpp238 HashSet<Node*> editableAncestors; in compileSubtargetList() local
285 if (editableAncestors.contains(candidate)) in compileSubtargetList()
292 if (editableAncestors.contains(replacement)) { in compileSubtargetList()
296 editableAncestors.add(replacement); in compileSubtargetList()