Lines Matching refs:Event
20 Sample::Event::Event() : Event("") {} in Event() function in Sample::Event
22 Sample::Event::Event(const Event& that) { in Event() function in Sample::Event
26 Sample::Event::Event(const char type[]) : fType(type), f32(0) { in Event() function in Sample::Event
30 Sample::Event::~Event() {} in ~Event()
32 bool Sample::Event::isType(const char type[]) const { in isType()
39 bool Sample::CharQ(const Event& evt, SkUnichar* outUni) { in CharQ()
49 bool Sample::TitleQ(const Event& evt) { in TitleQ()
53 void Sample::TitleR(Event* evt, const char title[]) { in TitleR()
59 Event evt(kTitleEvtName); in RequestTitle()
69 bool Sample::doEvent(const Event& evt) { in doEvent()
73 bool Sample::onEvent(const Event&) { in onEvent() argument
77 bool Sample::doQuery(Event* evt) { in doQuery()
82 bool Sample::onQuery(Sample::Event* evt) { in onQuery()