Searched defs:SkEventSinkID (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/views/
H A DSkEvent.h20 typedef uint32_t SkEventSinkID; typedef
37 explicit SkEvent(const SkString& type, SkEventSinkID = 0);
38 explicit SkEvent(const char type[], SkEventSinkID = 0);
68 SkEventSinkID getTargetID() const { return fTargetID; }
78 SkEvent* setTargetID(SkEventSinkID targetID) {
269 SkEventSinkID fTargetID;
276 void initialize(const char* type, size_t typeLen, SkEventSinkID);
/external/skia/include/views/
H A DSkEvent.h20 typedef uint32_t SkEventSinkID; typedef
37 explicit SkEvent(const SkString& type, SkEventSinkID = 0);
38 explicit SkEvent(const char type[], SkEventSinkID = 0);
68 SkEventSinkID getTargetID() const { return fTargetID; }
78 SkEvent* setTargetID(SkEventSinkID targetID) {
269 SkEventSinkID fTargetID;
276 void initialize(const char* type, size_t typeLen, SkEventSinkID);

Completed in 471 milliseconds