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

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLNotifyWithURLThatFailsToLoad.cpp 32 // From NPP_New, call NPN_GetURLNotify with a URL that fails to load (NPP_NewStream won't be called).
47 NPN_GetURLNotify(urlThatFailsToLoad, 0, reinterpret_cast<void*>(0x12345678));
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 154 NPError PluginTest::NPN_GetURLNotify(const char *url, const char *target, void *notifyData)
PluginTest.h 75 NPError NPN_GetURLNotify(const char* url, const char* target, void* notifyData);
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 122 fakeNPNFuncs.geturlnotify = NPN_GetURLNotify;
npn_gate.cpp 62 NPError NPN_GetURLNotify(NPP instance, const char *url, const char *target, void* notifyData)
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 714 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,
  /external/chromium_org/content/child/npapi/
plugin_host.cc 118 host_funcs_.geturlnotify = &NPN_GetURLNotify;
371 NPError NPN_GetURLNotify(NPP id,
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 857 NPError NP_LOADDS NPN_GetURLNotify(NPP instance, const char* url,

Completed in 630 milliseconds