Home | History | Annotate | Download | only in page

Lines Matching refs:m_cursor

147     OptionalCursor(const Cursor& cursor) : m_isCursorChange(true), m_cursor(cursor) { }
150 const Cursor& cursor() const { ASSERT(m_isCursorChange); return m_cursor; }
154 Cursor m_cursor;