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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderButton.h42 virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); }
H A DRenderListMarker.h73 virtual bool canBeSelectionLeaf() const { return true; } function in class:WebCore::FINAL
H A DRenderTextFragment.h42 virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); }
H A DRenderReplaced.h83 virtual bool canBeSelectionLeaf() const { return true; } function in class:WebCore::RenderReplaced
H A DRenderText.h110 virtual bool canBeSelectionLeaf() const { return true; } function in class:WebCore::RenderText
H A DRenderView.cpp680 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
718 if (!o->canBeSelectionLeaf() && o != m_selectionStart && o != m_selectionEnd)
807 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
850 if (o != start && o != end && o->canBeSelectionLeaf())
864 if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {
H A DRenderObject.h890 virtual bool canBeSelectionLeaf() const { return false; } function in class:WebCore::RenderObject
H A DRenderBlock.cpp2551 bool fillBlockGaps = paintsOwnSelection || (curr->canBeSelectionLeaf() && childState != SelectionNone);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.h100 virtual bool canBeSelectionLeaf() const { return false; } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp113 if (node->renderer()->canBeSelectionLeaf()) {

Completed in 221 milliseconds