Home
last modified time | relevance | path

Searched refs:NPP_URLNotify (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c50 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
90 pluginFuncs->urlnotify = NPP_URLNotify; in NP_GetEntryPoints()
147 …Funcs->urlnotify = (NPP_URLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_URLNotify); in main()
218 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData) in NPP_URLNotify() function
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
DGetURLNotifyWithURLThatFailsToLoad.cpp51 bool NPP_URLNotify(const char* url, NPReason reason, void* notifyData) in NPP_URLNotify() function in GetURLNotifyWithURLThatFailsToLoad
/external/chromium_org/content/test/plugin/
Dplugin_client.cc34 pFuncs->urlnotify = NPP_URLNotify; in GetEntryPoints()
213 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, in NPP_URLNotify() function
/external/chromium_org/content/child/npapi/
Dplugin_instance.cc204 NPP_URLNotify(url.spec().c_str(), reason, notify_data); in DidFinishLoadWithReason()
326 void PluginInstance::NPP_URLNotify(const char* url, in NPP_URLNotify() function in content::PluginInstance
396 NPP_URLNotify(url.spec().c_str(), NPRES_DONE, notify_data); in SendJavaScriptStream()
Dplugin_stream.cc270 instance_->NPP_URLNotify(stream_.url, reason, notify_data_); in Notify()
Dplugin_instance.h197 void NPP_URLNotify(const char*, NPReason, void*);
/external/chromium_org/third_party/npapi/npspy/common/
Dnp_entry.cpp87 pFuncs->urlnotify = NPP_URLNotify; in NP_GetEntryPoints()
Dnpp_gate.cpp336 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData) in NPP_URLNotify() function
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
Dmain.cpp122 pluginFuncs->urlnotify = NPP_URLNotify; in NP_GetEntryPoints()
802 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData) in NPP_URLNotify() function
805 if (obj->pluginTest->NPP_URLNotify(url, reason, notifyData)) in NPP_URLNotify()
DPluginTest.cpp128 bool PluginTest::NPP_URLNotify(const char* url, NPReason, void* notifyData) in NPP_URLNotify() function in PluginTest
DPluginTest.h69 virtual bool NPP_URLNotify(const char* url, NPReason, void* notifyData);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpapi.h701 void NP_LOADDS NPP_URLNotify(NPP instance, const char* url,
/external/chromium_org/third_party/npapi/bindings/
Dnpapi.h844 void NP_LOADDS NPP_URLNotify(NPP instance, const char* url,
/external/chromium_org/third_party/npapi/npspy/windows/
Dnpspy.rc203 …CONTROL "NPP_URLNotify",IDC_CHECK_NPP_URLNOTIFY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,140,…