OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:urlredirectnotify
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_instance.cc
166
(npp_functions_->
urlredirectnotify
));
374
if (npp_functions_->
urlredirectnotify
!= 0) {
375
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 268 milliseconds