Searched refs:hasInputMethodContext (Results 1 – 4 of 4) sorted by relevance
111 bool hasInputMethodContext() const { return m_inputMethodContext; } in hasInputMethodContext() function
477 bool hasInputMethodContext() const;
3023 bool Element::hasInputMethodContext() const in hasInputMethodContext() function in blink::Element3025 return hasRareData() && elementRareData()->hasInputMethodContext(); in hasInputMethodContext()
2494 if (target && target->hasInputMethodContext()) in inputMethodContext()