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

  /external/chromium_org/content/shell/tools/plugin/Tests/
NPRuntimeRemoveProperty.cpp 133 pluginTest()->NPN_RemoveProperty(NPVARIANT_TO_OBJECT(arguments[0]), propertyName);
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 208 bool PluginTest::NPN_RemoveProperty(NPObject* npObject,
PluginTest.h 125 bool NPN_RemoveProperty(NPObject*, NPIdentifier propertyName);
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 377 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 393 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 157 fakeNPNFuncs.removeproperty = NPN_RemoveProperty;
npn_gate.cpp 478 bool NPN_RemoveProperty(NPP id, NPObject* object, NPIdentifier identifier)

Completed in 164 milliseconds