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

  /external/webkit/WebCore/rendering/
RenderTextControl.h 40 bool lastChangeWasUserEdit() const { return m_lastChangeWasUserEdit; }
109 bool m_lastChangeWasUserEdit;
RenderTextControl.cpp 74 , m_lastChangeWasUserEdit(false)
198 // We set m_lastChangeWasUserEdit to false since this change was not explicitly made by the user (say, via typing on the keyboard), see <rdar://problem/5359921>.
199 m_lastChangeWasUserEdit = false;
207 m_lastChangeWasUserEdit = lastChangeWasUserEdit;
316 m_lastChangeWasUserEdit = true;

Completed in 1407 milliseconds