hasInputMethodContext 3146 Source/core/dom/Element.cpp return hasRareData() && elementRareData()->hasInputMethodContext(); hasInputMethodContext 504 Source/core/dom/Element.h bool hasInputMethodContext() const; hasInputMethodContext 111 Source/core/dom/ElementRareData.h bool hasInputMethodContext() const { return m_inputMethodContext; } hasInputMethodContext 2205 Source/web/WebViewImpl.cpp if (target && target->hasInputMethodContext())