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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderButton.h 40 virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); }
RenderListMarker.h 73 virtual bool canBeSelectionLeaf() const OVERRIDE { return true; }
RenderReplaced.h 83 virtual bool canBeSelectionLeaf() const OVERRIDE { return true; }
RenderTextFragment.h 42 virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); }
RenderView.cpp 566 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
604 if (!o->canBeSelectionLeaf() && o != m_selectionStart && o != m_selectionEnd)
680 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
723 if (o != start && o != end && o->canBeSelectionLeaf())
737 if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {
    [all...]
RenderText.h 113 virtual bool canBeSelectionLeaf() const OVERRIDE { return true; }
RenderObject.h     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 108 virtual bool canBeSelectionLeaf() const OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 125 if (node->renderer()->canBeSelectionLeaf()) {

Completed in 108 milliseconds