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

  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 66 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
97 pluginFuncs->urlnotify = NPP_URLNotify;
215 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /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)
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 69 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
100 pluginFuncs->urlnotify = NPP_URLNotify;
355 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/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 85 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
116 pluginFuncs->urlnotify = NPP_URLNotify;
343 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 72 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
103 pluginFuncs->urlnotify = NPP_URLNotify;
386 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);
NetscapePlugin.h 113 void NPP_URLNotify(const char* url, NPReason, void* notifyData);
NetscapePluginStream.cpp 102 // There was an error evaluating the JavaScript, call NPP_URLNotify if needed and then destroy the stream.
347 m_plugin->NPP_URLNotify(m_responseURL.data(), reason, m_notificationData);
  /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/WebCore/bridge/
npapi.h 835 void NP_LOADDS NPP_URLNotify(NPP instance, const char* url,

Completed in 183 milliseconds