Searched refs:fActiveMethod (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/input/
H A DInputServer.cpp233 fActiveMethod = &gKeymapMethod;
1130 int32 index = gInputMethodList.IndexOf(fActiveMethod);
1159 if (fActiveMethod)
1160 fActiveMethod->fOwner->MethodActivated(false);
1162 fActiveMethod = method;
1164 if (fActiveMethod)
1165 fActiveMethod->fOwner->MethodActivated(true);
1584 if (fActiveMethod == NULL)
1712 if (fActiveMethod == NULL)
1717 _FilterEvent(fActiveMethod, event
[all...]
H A DInputServer.h234 BInputServerMethod* fActiveMethod; member in class:InputServer

Completed in 87 milliseconds