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

  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 336 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /external/chromium_org/content/test/plugin/
plugin_client.cc 34 pFuncs->urlnotify = NPP_URLNotify;
213 void NPP_URLNotify(NPP instance, const char* url, NPReason reason,
  /external/chromium_org/third_party/WebKit/ManualTests/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/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 119 bool PluginTest::NPP_URLNotify(const char* url, NPReason, void* notifyData) {
120 // FIXME: Port the code from NPP_URLNotify in main.cpp over to always using
122 // "default" NPP_URLNotify implementation should be invoked.
main.cpp 127 pluginFuncs->urlnotify = NPP_URLNotify;
819 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData)
822 if (obj->pluginTest->NPP_URLNotify(url, reason, notifyData))
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 206 NPP_URLNotify(url.spec().c_str(), reason, notify_data);
328 void PluginInstance::NPP_URLNotify(const char* url,
398 NPP_URLNotify(url.spec().c_str(), NPRES_DONE, notify_data);

Completed in 786 milliseconds