summaryrefslogtreecommitdiffstats
path: root/ui/base/ime/chromeos/mock_ime_engine_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the local struct defines from ui::IMEEngineHandlerInterface/ui::IMEEngin...azurewei2016-01-181-37/+0
* Switch to standard integer types in ui/base/.avi2015-12-231-5/+4
* Make ChromeOS IME APIs platform-independent, step 2: Combine class chromeos::...azurewei2015-11-061-3/+76
* Add text offset to OnSurroundingTextChanged.rsadam2015-08-131-1/+2
* Improves perf by avoid small memory allocation for key event handling if IME ...shuchen2015-04-211-0/+4
* Make the API chrome.inputMethodPrivate.onCompositionBoundsChanged support bou...shuchen2015-01-201-1/+2
* Support a private event - inputMethodPrivate.onCompositionBoundsChanged so th...shuchen2014-10-251-0/+3
* Exposes the text input flags to ChromeOS IME extensions.shuchen2014-10-231-1/+3
* Refactoring for InputMethodEngine and InputMethodEventRouter.shuchen@chromium.org2014-08-061-1/+1
* Input method framework shouldn't assume the text input type changes when focu...shuchen@chromium.org2014-05-151-2/+5
* events: Remove KeyEvent::Copy().sadrul@chromium.org2013-12-021-1/+1
* Delete unused arguments for candidate window.komatsu@chromium.org2013-12-021-3/+1
* Use ui::KeyEvent for ProcessKeyEvent.komatsu@chromium.org2013-11-281-10/+3
* Set focused TextInputMode to InputMethodEndingeIBus.yoichio@chromium.org2013-11-271-3/+4
* Remove unused methods from IBusEngineHandlerInterface.yoichio@chromium.org2013-11-221-9/+0
* remove a redundant type ibus::TextInputType.yoichio@chromium.org2013-11-221-2/+2
* move chromeos/ime/ibus_bridge.* and its mocks to ui/base/ime/chromeosyoichio@chromium.org2013-11-221-0/+84