HomeSort by relevance Sort by last modified time
    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 134 InputMethodEngine::KeyboardEvent* ext_event) {
155 InputMethodEngine::InputMethodEngine()
168 InputMethodEngine::~InputMethodEngine() {
175 void InputMethodEngine::Initialize(
223 const input_method::InputMethodDescriptor& InputMethodEngine::GetDescriptor()
228 void InputMethodEngine::RecordHistogram(const char* name, int count) {
237 void InputMethodEngine::NotifyImeReady() {
244 bool InputMethodEngine::SetComposition
    [all...]

Completed in 34 milliseconds