Lines Matching full:chain
429 /* Chain up to the parent class */
440 /* Chain up to the parent class */
719 slightly and chain up to ensure that the previous behaviour is not really modified, just extended.
723 to chain up than to modify the parent to call down.</para></listitem>
724 <listitem><para>You need to implement the Chain Of Responsibility pattern: each object of the inheritance
733 To explicitly chain up to the implementation of the virtual method in the parent class,
763 /* do stuff before chain up */
767 /* do stuff after chain up */
1621 Of course, it is also possible (and recommended) to chain up from the child to the parent's default signal