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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 639 // The m_ignoreAutofocus flag specifies whether or not the document has been changed by the user enough
641 bool ignoreAutofocus() const { return m_ignoreAutofocus; };
642 void setIgnoreAutofocus(bool shouldIgnore = true) { m_ignoreAutofocus = shouldIgnore; };
    [all...]
Document.cpp 389 , m_ignoreAutofocus(false)
    [all...]

Completed in 28 milliseconds