HomeSort by relevance Sort by last modified time
    Searched refs:canBeSelectionLeaf (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderReplaced.h 77 virtual bool canBeSelectionLeaf() const { return true; }
RenderListMarker.h 69 virtual bool canBeSelectionLeaf() const { return true; }
RenderText.h 97 virtual bool canBeSelectionLeaf() const { return true; }
RenderView.cpp 360 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) {
RenderObject.h     [all...]
RenderBlock.cpp     [all...]

Completed in 175 milliseconds