Home
last modified time | relevance | path

Searched refs:hasInputMethodContext (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h111 bool hasInputMethodContext() const { return m_inputMethodContext; } in hasInputMethodContext() function
DElement.h477 bool hasInputMethodContext() const;
DElement.cpp3023 bool Element::hasInputMethodContext() const in hasInputMethodContext() function in blink::Element
3025 return hasRareData() && elementRareData()->hasInputMethodContext(); in hasInputMethodContext()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2494 if (target && target->hasInputMethodContext()) in inputMethodContext()