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

  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 50 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)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 50 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason,
97 pluginFuncs->urlnotify = NPP_URLNotify;
234 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /development/samples/BrowserPlugin/jni/
main.cpp 57 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason,
109 pluginFuncs->urlnotify = NPP_URLNotify;
407 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 116 pluginFuncs->urlnotify = NPP_URLNotify;
722 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 162 // Keep track of the notification data so we can call NPP_URLNotify.
336 void NetscapePlugin::NPP_URLNotify(const char* url, NPReason reason, void* notifyData)
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 36 milliseconds