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

  /external/chromium_org/content/shell/tools/plugin/Tests/
LeakWindowScriptableObject.cpp 33 if (!NPN_GetProperty(window, self_name, &window_self_variant)) {
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 202 bool PluginTest::NPN_GetProperty(NPObject* npObject,
PluginTest.h 124 bool NPN_GetProperty(NPObject*, NPIdentifier propertyName, NPVariant* value);
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 373 bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 389 bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 155 fakeNPNFuncs.getproperty = NPN_GetProperty;
npn_gate.cpp 498 bool NPN_GetProperty(NPP id, NPObject* obj, NPIdentifier identifier, NPVariant *variant)

Completed in 297 milliseconds