Searched defs:_method (Results 1 – 3 of 3) sorted by relevance
39 #define METHOD_ID(_method) ((_method) & (~METHOD_ACTION_MASK)) argument40 #define METHOD_ACTION(_method) (((unsigned int)(_method)) & METHOD_ACTION_MASK) argument41 #define METHOD_COMBINE(_method, _action) ((_method) | (_action)) argument
205 IInputMethodSession _method, InputChannel _channel, String _id, int _sequence, in InputBindResult()
386 SessionState(ClientState _client, IInputMethod _method, in SessionState()