Home
last modified time | relevance | path

Searched refs:callNPP_SetValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/include/
Depmanager.h102 NPError callNPP_SetValue(NPP instance, NPNVariable variable, void *value);
/external/chromium_org/third_party/npapi/npspy/common/
Depmanager.cpp362 NPError NPPEntryPointManager::callNPP_SetValue(NPP instance, NPNVariable variable, void *value) in callNPP_SetValue() function in NPPEntryPointManager
Dnpp_gate.cpp380 NPError rv = epManager->callNPP_SetValue(instance, variable, value); in NPP_SetValue()