Home
last modified time | relevance | path

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

/external/chromium_org/third_party/npapi/npspy/include/
Depmanager.h99 void callNPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData);
/external/chromium_org/third_party/npapi/npspy/common/
Depmanager.cpp344 void NPPEntryPointManager::callNPP_URLNotify(NPP instance, const char* url, NPReason reason, void* … in callNPP_URLNotify() function in NPPEntryPointManager
Dnpp_gate.cpp347 epManager->callNPP_URLNotify(instance, url, reason, notifyData); in NPP_URLNotify()