Home | History | Annotate | Download | only in editing

Lines Matching refs:Element

34 #include "Element.h"
124 // FIXME: This is only used so that moveParagraphs can avoid the bugs in special element expansion.
150 // Don't adjust the end yet, it is the end of a special element that contains the start
151 // special element (which may or may not be fully selected).
154 // Don't adjust the start yet, it is the start of a special element that contains the end
155 // special element (which may or may not be fully selected).
249 // FIXME: rangeComplaintEquivalent should eventually be moved into enclosing element getters
350 // Do not remove an element of table structure; remove its contents.
351 // Likewise for the root editable element.
569 Element* endBlock = static_cast<Element*>(enclosingBlock(m_downstreamEnd.node()));
730 document()->frame()->textWillBeDeletedInTextField(static_cast<Element*>(ancestorNode));