Searched refs:NPN_GetURL (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/Tests/
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp34 // From NPP_New, call NPN_GetURL to evaluate JavaScript that destroys the plug-in.
50 NPN_GetURL("javascript:removePlugin()", 0);
H A DGetURLWithJavaScriptURL.cpp41 // Test that evaluating JavaScript using NPN_GetURL will a stream with result of the evaluation.
57 NPN_GetURL(javaScriptURL, 0);
/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.cpp138 NPError PluginTest::NPN_GetURL(const char* url, const char* target) { function in class:PluginTest
H A DPluginTest.h101 NPError NPN_GetURL(const char* url, const char* target);
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp123 fakeNPNFuncs.geturl = NPN_GetURL;
H A Dnpn_gate.cpp82 NPError NPN_GetURL(NPP instance, const char *url, const char *target) function
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h716 NPError NP_LOADDS NPN_GetURL(NPP instance, const char* url,
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc107 host_funcs_.geturl = &NPN_GetURL;
382 // This is identical to NPN_GetURL, but after finishing, the
402 NPError NPN_GetURL(NPP id, const char* url, const char* target) { function
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h859 NPError NP_LOADDS NPN_GetURL(NPP instance, const char* url,

Completed in 230 milliseconds