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.h143 bool hasInputMethodContext() const { return m_inputMethodContext; } in hasInputMethodContext() function
DElement.cpp3392 bool Element::hasInputMethodContext() const in hasInputMethodContext() function in WebCore::Element