Lines Matching refs:handled
271 bool handled = false; in handleMouseEvent() local
272 …nt(mouseEvent), Messages::PluginControllerProxy::HandleMouseEvent::Reply(handled), m_pluginInstanc… in handleMouseEvent()
275 return handled; in handleMouseEvent()
280 bool handled = false; in handleWheelEvent() local
281 …nt(wheelEvent), Messages::PluginControllerProxy::HandleWheelEvent::Reply(handled), m_pluginInstanc… in handleWheelEvent()
284 return handled; in handleWheelEvent()
289 bool handled = false; in handleMouseEnterEvent() local
290 …terEvent), Messages::PluginControllerProxy::HandleMouseEnterEvent::Reply(handled), m_pluginInstanc… in handleMouseEnterEvent()
293 return handled; in handleMouseEnterEvent()
298 bool handled = false; in handleMouseLeaveEvent() local
299 …aveEvent), Messages::PluginControllerProxy::HandleMouseLeaveEvent::Reply(handled), m_pluginInstanc… in handleMouseLeaveEvent()
302 return handled; in handleMouseLeaveEvent()
307 bool handled = false; in handleKeyboardEvent() local
308 …boardEvent), Messages::PluginControllerProxy::HandleKeyboardEvent::Reply(handled), m_pluginInstanc… in handleKeyboardEvent()
311 return handled; in handleKeyboardEvent()