InputMethodContext 3139 Source/core/dom/Element.cpp InputMethodContext& Element::inputMethodContext() InputMethodContext 53 Source/core/dom/Element.h class InputMethodContext; InputMethodContext 503 Source/core/dom/Element.h InputMethodContext& inputMethodContext(); InputMethodContext 112 Source/core/dom/ElementRareData.h InputMethodContext& ensureInputMethodContext(HTMLElement* element) InputMethodContext 115 Source/core/dom/ElementRareData.h m_inputMethodContext = InputMethodContext::create(element); InputMethodContext 136 Source/core/dom/ElementRareData.h OwnPtr<InputMethodContext> m_inputMethodContext; InputMethodContext 40 Source/core/html/ime/InputMethodContext.cpp PassOwnPtr<InputMethodContext> InputMethodContext::create(HTMLElement* element) InputMethodContext 42 Source/core/html/ime/InputMethodContext.cpp return adoptPtr(new InputMethodContext(element)); InputMethodContext 45 Source/core/html/ime/InputMethodContext.cpp InputMethodContext::InputMethodContext(HTMLElement* element) InputMethodContext 51 Source/core/html/ime/InputMethodContext.cpp InputMethodContext::~InputMethodContext() InputMethodContext 55 Source/core/html/ime/InputMethodContext.cpp String InputMethodContext::locale() const InputMethodContext 61 Source/core/html/ime/InputMethodContext.cpp HTMLElement* InputMethodContext::target() const InputMethodContext 66 Source/core/html/ime/InputMethodContext.cpp unsigned InputMethodContext::compositionStartOffset() InputMethodContext 73 Source/core/html/ime/InputMethodContext.cpp unsigned InputMethodContext::compositionEndOffset() InputMethodContext 80 Source/core/html/ime/InputMethodContext.cpp void InputMethodContext::confirmComposition() InputMethodContext 86 Source/core/html/ime/InputMethodContext.cpp bool InputMethodContext::hasFocus() const InputMethodContext 96 Source/core/html/ime/InputMethodContext.cpp String InputMethodContext::compositionText() const InputMethodContext 105 Source/core/html/ime/InputMethodContext.cpp CompositionUnderline InputMethodContext::selectedSegment() const InputMethodContext 128 Source/core/html/ime/InputMethodContext.cpp int InputMethodContext::selectionStart() const InputMethodContext 133 Source/core/html/ime/InputMethodContext.cpp int InputMethodContext::selectionEnd() const InputMethodContext 138 Source/core/html/ime/InputMethodContext.cpp const Vector<unsigned>& InputMethodContext::segments() InputMethodContext 158 Source/core/html/ime/InputMethodContext.cpp InputMethodController& InputMethodContext::inputMethodController() const InputMethodContext 163 Source/core/html/ime/InputMethodContext.cpp const AtomicString& InputMethodContext::interfaceName() const InputMethodContext 165 Source/core/html/ime/InputMethodContext.cpp return EventTargetNames::InputMethodContext; InputMethodContext 168 Source/core/html/ime/InputMethodContext.cpp ExecutionContext* InputMethodContext::executionContext() const InputMethodContext 173 Source/core/html/ime/InputMethodContext.cpp void InputMethodContext::dispatchCandidateWindowShowEvent() InputMethodContext 178 Source/core/html/ime/InputMethodContext.cpp void InputMethodContext::dispatchCandidateWindowUpdateEvent() InputMethodContext 183 Source/core/html/ime/InputMethodContext.cpp void InputMethodContext::dispatchCandidateWindowHideEvent() InputMethodContext 49 Source/core/html/ime/InputMethodContext.h class InputMethodContext FINAL : public ScriptWrappable, public EventTargetWithInlineData { InputMethodContext 51 Source/core/html/ime/InputMethodContext.h static PassOwnPtr<InputMethodContext> create(HTMLElement*); InputMethodContext 52 Source/core/html/ime/InputMethodContext.h virtual ~InputMethodContext(); InputMethodContext 80 Source/core/html/ime/InputMethodContext.h InputMethodContext(HTMLElement*); InputMethodContext 2195 Source/web/WebViewImpl.cpp InputMethodContext* WebViewImpl::inputMethodContext() InputMethodContext 2221 Source/web/WebViewImpl.cpp if (InputMethodContext* context = inputMethodContext()) InputMethodContext 2227 Source/web/WebViewImpl.cpp if (InputMethodContext* context = inputMethodContext()) InputMethodContext 2233 Source/web/WebViewImpl.cpp if (InputMethodContext* context = inputMethodContext()) InputMethodContext 598 Source/web/WebViewImpl.h WebCore::InputMethodContext* inputMethodContext();