OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputMethodEngine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.h
37
class
InputMethodEngine
: public InputMethodEngineInterface {
39
InputMethodEngine
();
41
virtual ~
InputMethodEngine
();
input_method_engine.cc
133
InputMethodEngine
::KeyboardEvent* ext_event) {
153
InputMethodEngine
::
InputMethodEngine
()
164
InputMethodEngine
::~
InputMethodEngine
() {
167
void
InputMethodEngine
::Initialize(
177
const std::string&
InputMethodEngine
::GetActiveComponentId() const {
181
bool
InputMethodEngine
::SetComposition(
231
bool
InputMethodEngine
::ClearComposition(int context_id,
248
bool
InputMethodEngine
::CommitText(int context_id, const char* text
[
all
...]
Completed in 26 milliseconds