Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.h77 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
DRenderListMarker.h69 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
DRenderView.cpp360 …if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionS… in selectionBounds()
440 …if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionS… in setSelection()
483 if (o != start && o != end && o->canBeSelectionLeaf()) in setSelection()
494 … if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) { in setSelection()
DRenderText.h97 virtual bool canBeSelectionLeaf() const { return true; } in canBeSelectionLeaf() function
DRenderObject.h695 virtual bool canBeSelectionLeaf() const { return false; } in canBeSelectionLeaf() function
DRenderBlock.cpp2982 …bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionN… in blockSelectionGaps()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2333460 (khtml::RenderObject::canBeSelectionLeaf):
33475 (khtml::RenderReplaced::canBeSelectionLeaf):
33488 (khtml::RenderText::canBeSelectionLeaf):
DChangeLog-2006-05-104797 (WebCore::RenderListMarker::canBeSelectionLeaf):
DChangeLog-2009-06-1647641 (WebCore::RenderReplaced::canBeSelectionLeaf):
47652 (WebCore::RenderText::canBeSelectionLeaf):