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 50 class InputMethodAPI : public ProfileKeyedAPI,
53 explicit InputMethodAPI(Profile* profile);
54 virtual ~InputMethodAPI();
61 static ProfileKeyedAPIFactory<InputMethodAPI>* GetFactoryInstance();
71 friend class ProfileKeyedAPIFactory<InputMethodAPI>;
75 return "InputMethodAPI";
85 DISALLOW_COPY_AND_ASSIGN(InputMethodAPI);
input_method_api.cc 39 const std::string input_method = InputMethodAPI::GetInputMethodForXkb(
65 InputMethodAPI::InputMethodAPI(Profile* profile)
75 InputMethodAPI::~InputMethodAPI() {
79 std::string InputMethodAPI::GetInputMethodForXkb(const std::string& xkb_id) {
85 void InputMethodAPI::Shutdown() {
91 void InputMethodAPI::OnListenerAdded(
99 static base::LazyInstance<ProfileKeyedAPIFactory<InputMethodAPI> >
103 ProfileKeyedAPIFactory<InputMethodAPI>* InputMethodAPI::GetFactoryInstance()
    [all...]
input_method_event_router.cc 40 extensions::InputMethodAPI::GetInputMethodForXkb(
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 228 extensions::InputMethodAPI::GetFactoryInstance();

Completed in 94 milliseconds