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

  /external/chromium_org/content/shell/tools/plugin/Tests/
GetURLNotifyWithURLThatFailsToLoad.cpp 37 // The plug-in should still get a NPP_URLNotify indicating that the load failed.
58 virtual bool NPP_URLNotify(const char* url, NPReason reason, void* notifyData) OVERRIDE
  /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/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/npapi/npspy/common/
np_entry.cpp 87 pFuncs->urlnotify = NPP_URLNotify;
npp_gate.cpp 336 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* 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);
plugin_instance.h 197 void NPP_URLNotify(const char*, NPReason, void*);
plugin_stream.cc 270 instance_->NPP_URLNotify(stream_.url, reason, notify_data_);
  /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.
PluginTest.h 96 virtual bool NPP_URLNotify(const char* url, NPReason, void* notifyData);
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/third_party/npapi/npspy/extern/plugin/
npapi.h 701 void NP_LOADDS NPP_URLNotify(NPP instance, const char* url,
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 844 void NP_LOADDS NPP_URLNotify(NPP instance, const char* url,

Completed in 264 milliseconds