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

/external/chromium_org/content/child/npapi/
H A Dwebplugin_ime_win.cc134 bool WebPluginIMEWin::SendEvents(PluginInstance* instance) { function in class:content::WebPluginIMEWin
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c1891 mDNSlocal void SendEvents(DaemonInfo *d, LLQEntry *e) function
1905 if (!end) { Log("Error: SendEvents - putQuestion returned NULL"); return; }
1913 if (!end) { Log("Error: SendEvents - PutResourceRecordTTLJumbo returned NULL"); return; }
1918 if (!end) { Log("Error: SendEvents - PutResourceRecordTTLJumbo"); return; }
1921 if (SendLLQ(d, &response, e->cli, NULL ) < 0) LogMsg("Error: SendEvents - SendLLQ");
2024 if ((*e)->state == Established && (*e)->AnswerList->EventList) SendEvents(d, *e);

Completed in 133 milliseconds