Home | History | Annotate | Download | only in editing

Lines Matching refs:editableRootForPosition

141     Node* highestRoot = editableRootForPosition(position);
189 return (node == editableRootForPosition(pos) || node == enclosingNodeOfType(pos, &isTableCell));
205 Element* editableRootForPosition(const Position& p)
228 return editableRootForPosition(p);