Searched refs:npp_functions_ (Results 1 – 2 of 2) sorted by relevance
33 npp_functions_(plugin->functions()), in PluginInstance()165 ((npp_functions_->version >= NPVERS_HAS_URL_REDIRECT_HANDLING) && in Start()166 (npp_functions_->urlredirectnotify)); in Start()217 DCHECK(npp_functions_ != 0); in NPP_New()218 DCHECK(npp_functions_->newp != 0); in NPP_New()221 if (npp_functions_->newp != 0) { in NPP_New()222 return npp_functions_->newp( in NPP_New()229 DCHECK(npp_functions_ != 0); in NPP_Destroy()230 DCHECK(npp_functions_->destroy != 0); in NPP_Destroy()232 if (npp_functions_->destroy != 0) { in NPP_Destroy()[all …]
291 NPPluginFuncs* npp_functions_; variable