Home | History | Annotate | Download | only in WebView

Lines Matching full:inputcontext

440 - (NSTextInputContext *)inputContext;
3594 if ([[self inputContext] wantsToHandleMouseEvents] && [[self inputContext] handleMouseEvent:event])
5761 - (NSTextInputContext *)inputContext
5763 return _private->exposeInputContext ? [super inputContext] : nil;