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

  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_api.h 65 class InputMethodAPI : public BrowserContextKeyedAPI,
70 explicit InputMethodAPI(content::BrowserContext* context);
71 virtual ~InputMethodAPI();
78 static BrowserContextKeyedAPIFactory<InputMethodAPI>* GetFactoryInstance();
88 friend class BrowserContextKeyedAPIFactory<InputMethodAPI>;
92 return "InputMethodAPI";
102 DISALLOW_COPY_AND_ASSIGN(InputMethodAPI);
input_method_event_router.cc 34 extensions::InputMethodAPI::kOnInputMethodChanged)) {
40 new base::StringValue(extensions::InputMethodAPI::GetInputMethodForXkb(
46 extensions::InputMethodAPI::kOnInputMethodChanged, args.Pass()));
input_method_api.cc 86 const char InputMethodAPI::kOnInputMethodChanged[] =
89 InputMethodAPI::InputMethodAPI(content::BrowserContext* context)
99 InputMethodAPI::~InputMethodAPI() {
103 std::string InputMethodAPI::GetInputMethodForXkb(const std::string& xkb_id) {
111 void InputMethodAPI::Shutdown() {
117 void InputMethodAPI::OnListenerAdded(
125 static base::LazyInstance<BrowserContextKeyedAPIFactory<InputMethodAPI> >
129 BrowserContextKeyedAPIFactory<InputMethodAPI>*
    [all...]
  /external/chromium_org/chrome/browser/extensions/
browser_context_keyed_service_factories.cc 120 extensions::InputMethodAPI::GetFactoryInstance();

Completed in 160 milliseconds