Home
last modified time | relevance | path

Searched refs:IS_FOCUS_IM_AWARE_VIEW (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/input/
H A DInputServerTypes.h33 #define IS_FOCUS_IM_AWARE_VIEW 'Ifim' macro
/haiku/src/servers/input/
H A DInputServer.cpp522 case IS_FOCUS_IM_AWARE_VIEW: in MessageReceived()
1110 if (message->what == IS_FOCUS_IM_AWARE_VIEW) { in HandleFocusUnfocusIMAwareView()
/haiku/src/kits/interface/
H A DWindow.cpp1101 BMessage message(inputMethodAware ? IS_FOCUS_IM_AWARE_VIEW : IS_UNFOCUS_IM_AWARE_VIEW); in DispatchMessage()
3200 BMessage msg(inputMethodAware ? IS_FOCUS_IM_AWARE_VIEW : IS_UNFOCUS_IM_AWARE_VIEW); in _SetFocus()