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

  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_api.h 21 class GetInputMethodFunction : public SyncExtensionFunction {
23 GetInputMethodFunction();
26 virtual ~GetInputMethodFunction();
input_method_api.cc 25 GetInputMethodFunction::GetInputMethodFunction() {
28 GetInputMethodFunction::~GetInputMethodFunction() {
31 bool GetInputMethodFunction::RunImpl() {
70 registry->RegisterFunction<GetInputMethodFunction>();

Completed in 61 milliseconds