HomeSort by relevance Sort by last modified time
    Searched refs:IMEEngineHandlerInterface (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/base/ime/chromeos/
ime_bridge.h 45 class UI_BASE_EXPORT IMEEngineHandlerInterface {
66 virtual ~IMEEngineHandlerInterface() {}
103 IMEEngineHandlerInterface() {}
160 virtual void SetCurrentEngineHandler(IMEEngineHandlerInterface* handler) = 0;
164 virtual IMEEngineHandlerInterface* GetCurrentEngineHandler() const = 0;
ime_bridge.cc 42 IMEEngineHandlerInterface* handler) OVERRIDE {
47 virtual IMEEngineHandlerInterface* GetCurrentEngineHandler() const OVERRIDE {
75 IMEEngineHandlerInterface* engine_handler_;
mock_ime_engine_handler.h 14 class UI_BASE_EXPORT MockIMEEngineHandler : public IMEEngineHandlerInterface {
  /external/chromium_org/chrome/browser/chromeos/input_method/
mock_input_method_engine.cc 98 const IMEEngineHandlerInterface::InputContext& input_context) {
mock_input_method_engine.h 71 // IMEEngineHandlerInterface overrides.
73 const IMEEngineHandlerInterface::InputContext& input_context) OVERRIDE;
input_method_engine_browsertests.cc 162 IMEEngineHandlerInterface* engine_handler =
174 IMEEngineHandlerInterface::InputContext context(ui::TEXT_INPUT_TYPE_TEXT,
243 IMEEngineHandlerInterface* engine_handler =
254 IMEEngineHandlerInterface::InputContext context(ui::TEXT_INPUT_TYPE_TEXT,
    [all...]
input_method_engine.h 79 // IMEEngineHandlerInterface overrides.
81 const IMEEngineHandlerInterface::InputContext& input_context) OVERRIDE;
input_method_engine_interface.h 24 class InputMethodEngineInterface : public IMEEngineHandlerInterface {
input_method_engine_unittest.cc 140 IMEEngineHandlerInterface::InputContext input_context(
input_method_engine.cc 508 const IMEEngineHandlerInterface::InputContext& input_context) {
562 FocusIn(IMEEngineHandlerInterface::InputContext(
input_method_manager_impl.cc     [all...]
  /external/chromium_org/ui/base/ime/
input_method_chromeos.cc 28 chromeos::IMEEngineHandlerInterface* GetEngine() {
163 chromeos::IMEEngineHandlerInterface* engine = GetEngine();
169 chromeos::IMEEngineHandlerInterface::InputContext context(
273 chromeos::IMEEngineHandlerInterface::InputContext context(
input_method_chromeos_unittest.cc 40 typedef chromeos::IMEEngineHandlerInterface::KeyEventDoneCallback
    [all...]

Completed in 252 milliseconds