HomeSort by relevance Sort by last modified time
    Searched refs:notifyData (Results 26 - 34 of 34) sorted by null

12

  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 317 webkit_test_plugin_url_notify(NPP instance, const char* url, NPReason reason, void* notifyData)
324 handleCallback(obj, url, reason, notifyData);
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 85 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
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);
386 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 385 static NPError NPN_GetURLNotify(NPP npp, const char* url, const char* target, void* notifyData)
391 plugin->loadURL("GET", makeURLString(url), target, HTTPHeaderMap(), Vector<uint8_t>(), true, notifyData);
396 static NPError NPN_PostURLNotify(NPP npp, const char* url, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData)
405 plugin->loadURL("POST", makeURLString(url), target, headerFields, postData, true, notifyData);
NetscapePlugin.h 113 void NPP_URLNotify(const char* url, NPReason, void* notifyData);
NetscapePluginStream.cpp 156 m_npStream.notifyData = m_notificationData;
NetscapePlugin.cpp 336 void NetscapePlugin::NPP_URLNotify(const char* url, NPReason reason, void* notifyData)
338 m_pluginModule->pluginFuncs().urlnotify(&m_npp, url, reason, notifyData);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 722 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData)
729 handleCallback(obj, url, reason, notifyData);
PluginObject.cpp     [all...]

Completed in 892 milliseconds

12