Home | History | Annotate | Download | only in ime

Lines Matching defs:InputMethodManager

36 // InputMethodManager::Get().
37 class CHROMEOS_EXPORT InputMethodManager {
51 virtual void InputMethodChanged(InputMethodManager* manager,
64 virtual void CandidateWindowOpened(InputMethodManager* manager) = 0;
66 virtual void CandidateWindowClosed(InputMethodManager* manager) = 0;
69 class State : public base::RefCounted<InputMethodManager::State> {
167 friend base::RefCounted<InputMethodManager::State>;
172 virtual ~InputMethodManager() {}
174 // Gets the global instance of InputMethodManager. Initialize() must be called
176 static CHROMEOS_EXPORT InputMethodManager* Get();
182 static CHROMEOS_EXPORT void Initialize(InputMethodManager* instance);
233 virtual scoped_refptr<InputMethodManager::State> GetActiveIMEState() = 0;