Searched refs:canBeSelectionLeaf (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderListMarker.h69 virtual bool canBeSelectionLeaf() const { return true; } function in class:WebCore::RenderListMarker
H A DRenderReplaced.h77 virtual bool canBeSelectionLeaf() const { return true; } function in class:WebCore::RenderReplaced
H A DRenderText.h97 virtual bool canBeSelectionLeaf() const { return true; } function in class:WebCore::RenderText
H A DRenderView.cpp360 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
440 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
483 if (o != start && o != end && o->canBeSelectionLeaf())
494 if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {
H A DRenderObject.h695 virtual bool canBeSelectionLeaf() const { return false; } function in class:WebCore::RenderObject
H A DRenderBlock.cpp2982 bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionNone);

Completed in 155 milliseconds