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

  /external/chromium_org/ash/ime/
input_method_menu_manager.cc 13 InputMethodMenuManager::InputMethodMenuManager()
16 InputMethodMenuManager::~InputMethodMenuManager() {}
18 void InputMethodMenuManager::AddObserver(
19 InputMethodMenuManager::Observer* observer) {
23 void InputMethodMenuManager::RemoveObserver(
24 InputMethodMenuManager::Observer* observer) {
29 InputMethodMenuManager::GetCurrentInputMethodMenuItemList() const {
33 void InputMethodMenuManager::SetCurrentInputMethodMenuItemList
    [all...]
input_method_menu_manager.h 18 class ASH_EXPORT InputMethodMenuManager {
26 InputMethodMenuManager* manager) = 0;
29 ~InputMethodMenuManager();
35 static InputMethodMenuManager* GetInstance();
48 InputMethodMenuManager();
51 friend struct DefaultSingletonTraits<InputMethodMenuManager>;
59 DISALLOW_COPY_AND_ASSIGN(InputMethodMenuManager);

Completed in 271 milliseconds