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

  /external/chromium_org/third_party/WebKit/Source/core/events/
CompositionEvent.cpp 38 , m_activeSegmentEnd(0)
48 , m_activeSegmentEnd(0)
58 , m_activeSegmentEnd(0)
82 m_activeSegmentEnd = m_data.length();
92 m_activeSegmentEnd = underlines->at(i).endOffset;
CompositionEvent.h 64 int activeSegmentEnd() const { return m_activeSegmentEnd; }
79 int m_activeSegmentEnd;

Completed in 765 milliseconds