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

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURLDestroyingPlugin.cpp 30 // From NPP_New, call NPN_GetURL to evaluate JavaScript that destroys the plug-in.
43 NPN_GetURL("javascript:removePlugin()", 0);
GetURLWithJavaScriptURL.cpp 37 // Test that evaluating JavaScript using NPN_GetURL will a stream with result of the evaluation.
49 NPN_GetURL(javaScriptURL, 0);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 149 NPError PluginTest::NPN_GetURL(const char* url, const char* target)
PluginTest.h 74 NPError NPN_GetURL(const char* url, const char* target);
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 123 fakeNPNFuncs.geturl = NPN_GetURL;
npn_gate.cpp 82 NPError NPN_GetURL(NPP instance, const char *url, const char *target)
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 716 NPError NP_LOADDS NPN_GetURL(NPP instance, const char* url,
  /external/chromium_org/content/child/npapi/
plugin_host.cc 100 host_funcs_.geturl = &NPN_GetURL;
375 // This is identical to NPN_GetURL, but after finishing, the
395 NPError NPN_GetURL(NPP id, const char* url, const char* target) {
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 859 NPError NP_LOADDS NPN_GetURL(NPP instance, const char* url,

Completed in 220 milliseconds