Home | History | Annotate | Download | only in views

Lines Matching defs:SkEvent

25  *  \class SkEvent
31 class SkEvent {
36 typedef bool (*Proc)(const SkEvent& evt);
38 SkEvent();
39 explicit SkEvent(const SkString& type, SkEventSinkID = 0);
40 explicit SkEvent(const char type[], SkEventSinkID = 0);
41 SkEvent(const SkEvent& src);
42 ~SkEvent();
80 SkEvent* setTargetID(SkEventSinkID targetID) {
103 SkEvent* setTargetProc(Proc proc) {
222 /** Global initialization function for the SkEvent system. Should be called exactly
227 /** Global cleanup function for the SkEvent system. Should be called exactly once after
252 /** Called whenever an SkEvent is posted to an empty queue, so that the OS
284 SkEvent* fNextEvent; // either in the delay or normal event queue
288 static bool Enqueue(SkEvent* evt);
289 static SkMSec EnqueueTime(SkEvent* evt, SkMSec time);
290 static SkEvent* Dequeue();