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

  /external/webkit/WebCore/rendering/
RenderReplaced.h 73 virtual bool canBeSelectionLeaf() const { return true; }
RenderListMarker.h 68 virtual bool canBeSelectionLeaf() const { return true; }
RenderText.h 94 virtual bool canBeSelectionLeaf() const { return true; }
RenderView.cpp 347 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
427 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
468 if (o != start && o != end && o->canBeSelectionLeaf())
479 if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {
RenderObject.h 682 virtual bool canBeSelectionLeaf() const { return false; }
    [all...]
RenderBlock.cpp     [all...]

Completed in 49 milliseconds