Home | History | Annotate | Download | only in npapi

Lines Matching refs:notify_id

89                                               int notify_id) {
93 GetNotifyData(notify_id, &notify, &notify_data);
197 int notify_id) {
200 GetNotifyData(notify_id, &notify, &notify_data);
384 int notify_id) {
387 GetNotifyData(notify_id, &notify, &notify_data);
586 int notify_id = 0;
588 notify_id = ++next_notify_id_;
589 pending_requests_[notify_id] = notify_data;
593 url, method, target, buf, len, notify_id, popups_allowed(),
667 void PluginInstance::GetNotifyData(int notify_id,
670 PendingRequestMap::iterator iter = pending_requests_.find(notify_id);