Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DContainerNode.cpp802 bool isEditorEnabled = false; in cloneChildNodes() local
806 isEditorEnabled = root && isDescendantOf(root); in cloneChildNodes()
808 if (isEditorEnabled) in cloneChildNodes()
815 if (isEditorEnabled && document()->frame()) in cloneChildNodes()