HomeSort by relevance Sort by last modified time
    Searched defs:npp (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/shell/tools/plugin/
PluginObject.h 46 NPP npp; member in struct:__anon12524
89 extern void testNPRuntime(NPP npp);
90 extern void pluginLog(NPP instance, const char* format, ...);
91 extern void pluginLogWithArguments(NPP instance,
94 extern bool testDocumentOpen(NPP npp);
95 extern bool testWindowOpen(NPP npp);
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_instance.h 76 NPP npp() { return npp_; } function in class:content::PluginInstance
176 void (*func)(NPP id, uint32 timer_id));
262 void OnTimerCall(void (*func)(NPP id, uint32 timer_id),
263 NPP id, uint32 timer_id);
289 NPP npp_;
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 146 char *npp; local
265 npp = (char *)ph;
266 ph = (struct isakmp_gen *)(npp + ntohs(ph->len));
323 char *npp; local
438 npp = (char *)attr;
439 attr = (struct isakmp_data *)(npp + sizeof(*attr) + alen);
496 char *npp; local
611 npp = (char *)attr;
612 attr = (struct isakmp_data *)(npp + sizeof(*attr) + alen);
664 char *npp; local
    [all...]

Completed in 171 milliseconds