Searched refs:NPN_GetURLNotify (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/Tests/
H A DGetURLNotifyWithURLThatFailsToLoad.cpp36 // From NPP_New, call NPN_GetURLNotify with a URL that fails to load (NPP_NewStream won't be called).
54 NPN_GetURLNotify(urlThatFailsToLoad, 0, reinterpret_cast<void*>(0x12345678));
/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.cpp142 NPError PluginTest::NPN_GetURLNotify(const char* url, function in class:PluginTest
H A DPluginTest.h102 NPError NPN_GetURLNotify(const char* url,
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp122 fakeNPNFuncs.geturlnotify = NPN_GetURLNotify;
H A Dnpn_gate.cpp62 NPError NPN_GetURLNotify(NPP instance, const char *url, const char *target, void* notifyData) function
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h714 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc125 host_funcs_.geturlnotify = &NPN_GetURLNotify;
378 NPError NPN_GetURLNotify(NPP id, function
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h857 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,

Completed in 137 milliseconds