OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputMethodContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.h
50
class
InputMethodContext
: public ScriptWrappable, public EventTargetWithInlineData {
52
static PassOwnPtr<
InputMethodContext
> create(HTMLElement*);
53
~
InputMethodContext
();
82
InputMethodContext
(HTMLElement*);
InputMethodContext.cpp
32
#include "core/html/ime/
InputMethodContext
.h"
41
PassOwnPtr<
InputMethodContext
>
InputMethodContext
::create(HTMLElement* element)
43
return adoptPtr(new
InputMethodContext
(element));
46
InputMethodContext
::
InputMethodContext
(HTMLElement* element)
52
InputMethodContext
::~
InputMethodContext
()
56
Composition*
InputMethodContext
::composition()
63
String
InputMethodContext
::locale() cons
[
all
...]
Completed in 25 milliseconds