Home | History | Annotate | Download | only in views

Lines Matching defs:Proc

26  *  the eventsink matching the target ID (if not 0), or the target proc is
34 typedef bool (*Proc)(const SkEvent& evt);
65 * the eventsink matching the targetID (if not 0), or the target proc is
75 * the eventsink matching the targetID (if not 0), or the target proc is
85 * Return the target proc, or NULL if it has none.
88 * the eventsink matching the targetID (if not 0), or the target proc is
91 Proc getTargetProc() const { return fTargetProc; }
98 * the eventsink matching the targetID (if not 0), or the target proc is
101 SkEvent* setTargetProc(Proc proc) {
103 fTargetProc = proc;
188 * Post to the event queue using the event's targetID or target-proc.
198 * Post to the event queue using the event's targetID or target-proc and
207 * Post to the event queue using the event's targetID or target-proc.
268 // 'there can be only one' (non-zero) between target-id and target-proc
270 Proc fTargetProc;