HomeSort by relevance Sort by last modified time
    Searched refs:m_inputMethodContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 111 bool hasInputMethodContext() const { return m_inputMethodContext; }
114 if (!m_inputMethodContext)
115 m_inputMethodContext = InputMethodContext::create(element);
116 return *m_inputMethodContext;
142 OwnPtrWillBeMember<InputMethodContext> m_inputMethodContext;
ElementRareData.cpp 68 visitor->trace(m_inputMethodContext);

Completed in 36 milliseconds