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

  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.h 45 class InputMethodContext : public ScriptWrappable {
47 static PassOwnPtr<InputMethodContext> create(HTMLElement*);
48 ~InputMethodContext();
61 InputMethodContext(HTMLElement*);
InputMethodContext.cpp 32 #include "core/html/ime/InputMethodContext.h"
40 PassOwnPtr<InputMethodContext> InputMethodContext::create(HTMLElement* element)
42 return adoptPtr(new InputMethodContext(element));
45 InputMethodContext::InputMethodContext(HTMLElement* element)
52 InputMethodContext::~InputMethodContext()
56 Composition* InputMethodContext::composition() const
63 String InputMethodContext::locale() cons
    [all...]

Completed in 48 milliseconds