Searched defs:NPP_URLNotify (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc34 pFuncs->urlnotify = NPP_URLNotify;
213 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, function
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c50 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) function
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp336 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData) function
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp127 pluginFuncs->urlnotify = NPP_URLNotify;
819 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData) function
822 if (obj->pluginTest->NPP_URLNotify(url, reason, notifyData))
H A DPluginTest.cpp119 bool PluginTest::NPP_URLNotify(const char* url, NPReason, void* notifyData) { function in class:PluginTest
120 // FIXME: Port the code from NPP_URLNotify in main.cpp over to always using
122 // "default" NPP_URLNotify implementation should be invoked.
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc206 NPP_URLNotify(url.spec().c_str(), reason, notify_data);
328 void PluginInstance::NPP_URLNotify(const char* url, function in class:content::PluginInstance
398 NPP_URLNotify(url.spec().c_str(), NPRES_DONE, notify_data);

Completed in 298 milliseconds