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

  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_api.h 36 class SetCurrentInputMethodFunction : public UIThreadExtensionFunction {
38 SetCurrentInputMethodFunction() {}
41 virtual ~SetCurrentInputMethodFunction() {}
input_method_api.cc 39 ExtensionFunction::ResponseAction SetCurrentInputMethodFunction::Run() {
95 registry->RegisterFunction<SetCurrentInputMethodFunction>();

Completed in 41 milliseconds