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

  /external/chromium_org/content/child/npapi/
plugin_instance.cc 168 (npp_functions_->urlredirectnotify));
376 if (npp_functions_->urlredirectnotify != 0) {
377 npp_functions_->urlredirectnotify(npp_, url, status, notify_data);
  /external/chromium_org/content/test/plugin/
plugin_client.cc 38 pFuncs->urlredirectnotify = NPP_URLRedirectNotify;
260 plugin->URLRedirectNotify(url, status, notify_data);
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 149 NPP_URLRedirectNotifyPtr urlredirectnotify; member in struct:_NPPluginFuncs

Completed in 630 milliseconds