Searched defs:input_context (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_engine_handler.cc24 void MockIMEEngineHandler::FocusIn(const InputContext& input_context) { argument
25 last_text_input_context_ = input_context;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmock_input_method_engine.cc98 const IMEEngineHandlerInterface::InputContext& input_context) {
97 FocusIn( const IMEEngineHandlerInterface::InputContext& input_context) argument
H A Dinput_method_engine.cc47 IMEInputContextHandlerInterface* input_context = local
49 if (input_context)
50 input_context->UpdateCompositionText(
479 IMEInputContextHandlerInterface* input_context =
481 if (input_context)
482 input_context->DeleteSurroundingText(offset, number_of_chars);
508 const IMEEngineHandlerInterface::InputContext& input_context) {
509 current_input_type_ = input_context.type;
507 FocusIn( const IMEEngineHandlerInterface::InputContext& input_context) argument

Completed in 113 milliseconds