Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderButton.h42 …virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); } in canBeSelectionLeaf() function
DRenderTextFragment.h42 …virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); } in canBeSelectionLeaf() function
DRenderListMarker.h73 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
DRenderReplaced.h83 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
DRenderView.cpp680 …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()
DRenderText.h110 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
DRenderObject.h890 virtual bool canBeSelectionLeaf() const { return false; } in canBeSelectionLeaf() function
DRenderBlock.cpp2551 …bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionN… in blockSelectionGaps()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.h100 virtual bool canBeSelectionLeaf() const { return false; } in canBeSelectionLeaf() function
/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchAdjustment.cpp113 if (node->renderer()->canBeSelectionLeaf()) { in providesContextMenuItems()