/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/ |
D | main.c | 50 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/ |
D | GetURLNotifyWithURLThatFailsToLoad.cpp | 51 bool NPP_URLNotify(const char* url, NPReason reason, void* notifyData) in NPP_URLNotify() function in GetURLNotifyWithURLThatFailsToLoad
|
/external/chromium_org/content/test/plugin/ |
D | plugin_client.cc | 34 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/ |
D | plugin_instance.cc | 204 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()
|
D | plugin_stream.cc | 270 instance_->NPP_URLNotify(stream_.url, reason, notify_data_); in Notify()
|
D | plugin_instance.h | 197 void NPP_URLNotify(const char*, NPReason, void*);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | np_entry.cpp | 87 pFuncs->urlnotify = NPP_URLNotify; in NP_GetEntryPoints()
|
D | npp_gate.cpp | 336 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/ |
D | main.cpp | 122 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()
|
D | PluginTest.cpp | 128 bool PluginTest::NPP_URLNotify(const char* url, NPReason, void* notifyData) in NPP_URLNotify() function in PluginTest
|
D | PluginTest.h | 69 virtual bool NPP_URLNotify(const char* url, NPReason, void* notifyData);
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npapi.h | 701 void NP_LOADDS NPP_URLNotify(NPP instance, const char* url,
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npapi.h | 844 void NP_LOADDS NPP_URLNotify(NPP instance, const char* url,
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | npspy.rc | 203 …CONTROL "NPP_URLNotify",IDC_CHECK_NPP_URLNOTIFY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,140,…
|