HomeSort by relevance Sort by last modified time
    Searched defs:GetEngine (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 348 InputMethodEngineInterface* InputImeEventRouter::GetEngine(
394 InputMethodEngineInterface* engine = GetEngine(extension_id, engine_id);
515 InputImeEventRouter::GetInstance()->GetEngine(extension_id(),
643 InputImeEventRouter::GetInstance()->GetEngine(extension_id(),
670 InputImeEventRouter::GetInstance()->GetEngine(extension_id(),
697 InputImeEventRouter::GetInstance()->GetEngine(extension_id(),
  /external/chromium_org/ui/base/ime/
input_method_ibus.cc 32 chromeos::IBusEngineHandlerInterface* GetEngine() {
117 if (!context_focused_ || !GetEngine() ||
136 GetEngine()->ProcessKeyEvent(
211 if (!GetEngine())
213 GetEngine()->SetSurroundingText(UTF16ToUTF8(surrounding_text),
302 if (GetEngine())
303 GetEngine()->Reset();
329 if (!GetEngine())
339 GetEngine()->FocusOut();
343 GetEngine()->FocusIn(context)
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 113 AudioEngine* AudioEngine::GetEngine() {
155 AudioEngine::GetEngine()->PlayingBufferQueueCallback();
159 AudioEngine::GetEngine()->PrefetchEventCallback(caller, event);
164 AudioEngine::GetEngine()->DecodingBufferQueueCallback(queueItf, context);
168 AudioEngine::GetEngine()->DecodingEventCallback(caller, event);

Completed in 162 milliseconds