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

  /external/chromium_org/content/shell/tools/plugin/Tests/
InvokeDestroysPluginWithinNPP_New.cpp 65 if (!NPN_Invoke(windowObject, NPN_GetStringIdentifier("removePluginElement"), 0, 0, &result))
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 156 bool PluginTest::NPN_Invoke(NPObject* npobj,
PluginTest.h 107 bool NPN_Invoke(NPObject*,
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 367 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 383 bool NPN_Invoke(NPP npp, NPObject *npobj, NPIdentifier methodName,
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 152 fakeNPNFuncs.invoke = NPN_Invoke;
npn_gate.cpp 534 bool NPN_Invoke(NPP id, NPObject* obj, NPIdentifier identifier, const NPVariant *args, uint32_t count, NPVariant*result)

Completed in 175 milliseconds