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

  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_api.h 21 class GetCurrentInputMethodFunction : public UIThreadExtensionFunction {
23 GetCurrentInputMethodFunction() {}
26 virtual ~GetCurrentInputMethodFunction() {}
input_method_api.cc 28 ExtensionFunction::ResponseAction GetCurrentInputMethodFunction::Run() {
94 registry->RegisterFunction<GetCurrentInputMethodFunction>();

Completed in 62 milliseconds