Lines Matching defs:target
214 IdMatcher(Glib::ustring const& target):target(target) {}
215 bool operator ()(Glib::RefPtr<InputDeviceImpl>& dev) {return dev && (target == dev->getId());}
218 Glib::ustring const& target;
223 LinkMatcher(Glib::ustring const& target):target(target) {}
224 bool operator ()(Glib::RefPtr<InputDeviceImpl>& dev) {return dev && (target == dev->getLink());}
227 Glib::ustring const& target;
572 // Need to be sure the target of the link exists