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

  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 60 pluginFuncs->urlnotify = NPP_URLNotify;
216 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData)
  /external/webkit/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)
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 56 pluginFuncs->urlnotify = NPP_URLNotify;
383 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,
108 pluginFuncs->urlnotify = NPP_URLNotify;
397 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)

Completed in 17 milliseconds