Home
last modified time | relevance | path

Searched defs:hasInputMethodContext (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h111 bool hasInputMethodContext() const { return m_inputMethodContext; } in hasInputMethodContext() function
DElement.cpp3023 bool Element::hasInputMethodContext() const in hasInputMethodContext() function in blink::Element