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

  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
Composition.h 50 int selectionStart() const { return m_selectionStart; }
51 void setSelectionStart(int selectionStart) { selectionStart = m_selectionStart; }
62 int m_selectionStart;
Composition.cpp 46 : m_selectionStart(0)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 51 , m_selectionStart(0)
617 RenderObject* os = m_selectionStart;
620 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
659 for (RenderObject* o = m_selectionStart; o && o != end; o = o->nextInPreOrder()) {
660 if (!o->canBeSelectionLeaf() && o != m_selectionStart && o != m_selectionEnd)
697 if (m_selectionStart == start && m_selectionStartPos == startPos &&
721 RenderObject* os = m_selectionStart;
724 if ((os->canBeSelectionLeaf() || os == m_selectionStart || os == m_selectionEnd) && os->selectionState() != SelectionNone) {
748 m_selectionStart = start;
753 // Update the selection status of all objects between m_selectionStart and m_selectionEn
    [all...]
RenderView.h 89 RenderObject* selectionStart() const { return m_selectionStart; }
264 RenderObject* m_selectionStart;

Completed in 61 milliseconds