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 42 virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); }
RenderListMarker.h 73 virtual bool canBeSelectionLeaf() const { return true; }
RenderReplaced.h 82 virtual bool canBeSelectionLeaf() const { return true; }
RenderTextFragment.h 42 virtual bool canBeSelectionLeaf() const OVERRIDE { return node() && node()->rendererIsEditable(); }
RenderView.cpp 620 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
660 if (!o->canBeSelectionLeaf() && o != m_selectionStart && o != m_selectionEnd)
724 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
767 if (o != start && o != end && o->canBeSelectionLeaf())
779 if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {
    [all...]
RenderText.h 108 virtual bool canBeSelectionLeaf() const { return true; }
RenderObject.h     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 105 virtual bool canBeSelectionLeaf() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 113 if (node->renderer()->canBeSelectionLeaf()) {

Completed in 310 milliseconds