Searched defs:NPP_URLNotify (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c50 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
90 pluginFuncs->urlnotify = NPP_URLNotify;
147 pluginFuncs->urlnotify = (NPP_URLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_URLNotify);
218 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData) function
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A Dmain.cpp116 pluginFuncs->urlnotify = NPP_URLNotify;
722 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData) function
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp162 // Keep track of the notification data so we can call NPP_URLNotify.
336 void NetscapePlugin::NPP_URLNotify(const char* url, NPReason reason, void* notifyData) function in class:WebKit::NetscapePlugin
565 NPP_URLNotify(url.utf8().data(), NPRES_DONE, notificationData);
581 NPP_URLNotify(url.utf8().data(), wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR, notificationData);

Completed in 108 milliseconds