Searched refs:gInputMethodList (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/input/
H A DAddOnManager.cpp407 InputServer::gInputMethodList.RemoveItem(info->add_on);
548 if (!InputServer::gInputMethodList.AddItem(method)) {
890 if (InputServer::gInputMethodList.CountItems() == 0) {
903 for (int32 i = 0; i < InputServer::gInputMethodList.CountItems(); i++) {
905 = (BInputServerMethod*)InputServer::gInputMethodList.ItemAt(i);
H A DInputServer.cpp53 BList InputServer::gInputMethodList; member in class:InputServer
614 for (int32 i = 0; i < gInputMethodList.CountItems(); i++) {
616 = (BInputServerMethod*)InputServer::gInputMethodList.ItemAt(i);
1130 int32 index = gInputMethodList.IndexOf(fActiveMethod);
1136 index = gInputMethodList.CountItems() - 1;
1137 if (index >= gInputMethodList.CountItems())
1146 method = (BInputServerMethod *)gInputMethodList.ItemAt(index);
H A DInputServer.h176 static BList gInputMethodList; member in class:InputServer

Completed in 102 milliseconds