Home | History | Annotate | Download | only in npapi

Lines Matching refs:NPP_HandleEvent

1070     instance()->NPP_HandleEvent(&pos_changed_event);
1095 instance()->NPP_HandleEvent(&paint_event);
1131 instance()->NPP_HandleEvent(&focus_event);
1262 // A windowless plugin can enter a modal loop in a NPP_HandleEvent call.
1265 // hook pror to calling NPP_HandleEvent on the plugin and unhook on
1266 // return from NPP_HandleEvent. If the plugin does enter a modal loop
1304 bool ret = instance()->NPP_HandleEvent(&np_event) != 0;
1328 // We could have multiple NPP_HandleEvent calls nested together in case
1330 // the outermost NPP_HandleEvent call unwinds.