Searched refs:geturlnotify (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_stream_test.cc27 HostFunctions()->geturlnotify(id(), url.c_str(), NULL,
H A Dplugin_geturl_test.cc107 HostFunctions()->geturlnotify(
114 HostFunctions()->geturlnotify(id(), url.c_str(), NULL,
119 HostFunctions()->geturlnotify(id(), bogus_url.c_str(), NULL,
378 HostFunctions()->geturlnotify(id(), self_url_.c_str(), NULL,
H A Dplugin_create_instance_in_paint.cc70 this_instance->HostFunctions()->geturlnotify(
H A Dplugin_get_javascript_url2_test.cc39 HostFunctions()->geturlnotify(id(), url.c_str(), "_self",
H A Dplugin_get_javascript_url_test.cc45 HostFunctions()->geturlnotify(id(), url.c_str(), "_top",
H A Dplugin_npobject_lifetime_test.cc62 this_instance->HostFunctions()->geturlnotify(
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnp_entry.cpp140 NPNFuncs.geturlnotify = pFuncs->geturlnotify;
H A Dnpp_gate.cpp122 fakeNPNFuncs.geturlnotify = NPN_GetURLNotify;
H A Dnpn_gate.cpp72 rv = NPNFuncs.geturlnotify(instance, url, target, notifyData);
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c125 browser->geturlnotify = (NPN_GetURLNotifyProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturlnotify);
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DPluginTest.cpp156 return browser->geturlnotify(m_npp, url, target, notifyData);
H A Dmain.cpp318 browser->geturlnotify(obj->npp, "about:blank", "", 0);
H A DPluginObject.cpp596 browser->geturlnotify(obj->npp, urlString, targetString, callbackIdentifier);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpfunctions.h171 NPN_GetURLNotifyProcPtr geturlnotify; member in struct:_NPNetscapeFuncs
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc118 host_funcs_.geturlnotify = &NPN_GetURLNotify;
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h535 NPN_GetURLNotifyUPP geturlnotify; member in struct:_NPNetscapeFuncs

Completed in 1016 milliseconds