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

  /external/webkit/Source/WebCore/rendering/
RenderTextControl.h 39 bool lastChangeWasUserEdit() const { return m_lastChangeWasUserEdit; }
115 bool m_lastChangeWasUserEdit;
RenderTextControl.cpp 77 , m_lastChangeWasUserEdit(false)
190 // 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>.
191 m_lastChangeWasUserEdit = false;
199 m_lastChangeWasUserEdit = lastChangeWasUserEdit;
363 m_lastChangeWasUserEdit = true;

Completed in 323 milliseconds