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

  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.h 189 class InputImeAPI : public ProfileKeyedAPI,
192 explicit InputImeAPI(Profile* profile);
193 virtual ~InputImeAPI();
196 static ProfileKeyedAPIFactory<InputImeAPI>* GetFactoryInstance();
204 friend class ProfileKeyedAPIFactory<InputImeAPI>;
209 return "InputImeAPI";
input_ime_api.cc 714 InputImeAPI::InputImeAPI(Profile* profile)
722 InputImeAPI::~InputImeAPI() {
725 static base::LazyInstance<ProfileKeyedAPIFactory<InputImeAPI> >
729 ProfileKeyedAPIFactory<InputImeAPI>* InputImeAPI::GetFactoryInstance() {
733 void InputImeAPI::Observe(int type,
763 InputImeEventRouter* InputImeAPI::input_ime_event_router() {
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 227 extensions::InputImeAPI::GetFactoryInstance();

Completed in 101 milliseconds