Home | History | Annotate | Download | only in views

Lines Matching defs:Proc

28  *  the eventsink matching the target ID (if not 0), or the target proc is
36 typedef bool (*Proc)(const SkEvent& evt);
67 * the eventsink matching the targetID (if not 0), or the target proc is
77 * the eventsink matching the targetID (if not 0), or the target proc is
87 * Return the target proc, or NULL if it has none.
90 * the eventsink matching the targetID (if not 0), or the target proc is
93 Proc getTargetProc() const { return fTargetProc; }
100 * the eventsink matching the targetID (if not 0), or the target proc is
103 SkEvent* setTargetProc(Proc proc) {
105 fTargetProc = proc;
190 * Post to the event queue using the event's targetID or target-proc.
200 * Post to the event queue using the event's targetID or target-proc and
209 * Post to the event queue using the event's targetID or target-proc.
278 // 'there can be only one' (non-zero) between target-id and target-proc
280 Proc fTargetProc;