Searched refs:canBeSelectionLeaf (Results 1 – 10 of 10) sorted by relevance
42 …virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); } in canBeSelectionLeaf() function
73 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
83 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
680 …if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionS… in selectionBounds()718 if (!o->canBeSelectionLeaf() && o != m_selectionStart && o != m_selectionEnd) in repaintSelection()807 …if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionS… in setSelection()850 if (o != start && o != end && o->canBeSelectionLeaf()) in setSelection()864 … if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) { in setSelection()
110 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
890 virtual bool canBeSelectionLeaf() const { return false; } in canBeSelectionLeaf() function
2551 …bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionN… in blockSelectionGaps()
100 virtual bool canBeSelectionLeaf() const { return false; } in canBeSelectionLeaf() function
113 if (node->renderer()->canBeSelectionLeaf()) { in providesContextMenuItems()