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

/haiku/src/servers/input/
H A DInputServer.cpp153 fInputMethodWindow(NULL),
1761 if (fInputMethodWindow == NULL
1763 fInputMethodWindow = new (nothrow) BottomlineWindow();
1765 if (fInputMethodWindow != NULL) {
1767 fInputMethodWindow->HandleInputMethodEvent(event, newEvents);
1775 fInputMethodWindow->PostMessage(B_QUIT_REQUESTED);
1776 fInputMethodWindow = NULL;
H A DInputServer.h237 BottomlineWindow* fInputMethodWindow; member in class:InputServer

Completed in 84 milliseconds