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

  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 174 NPNFuncs.removeproperty = pFuncs->removeproperty;
npp_gate.cpp 157 fakeNPNFuncs.removeproperty = NPN_RemoveProperty;
  /external/chromium_org/content/child/npapi/
plugin_host.cc 148 host_funcs_.removeproperty = WebBindings::removeProperty;
190 if (overrides->removeproperty)
191 host_funcs_.removeproperty = overrides->removeproperty;
    [all...]
npobject_util.cc 117 host_funcs.removeproperty = NPN_RemovePropertyPatch;
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 210 return browser->removeproperty(m_npp, npObject, propertyName);
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 192 NPN_RemovePropertyProcPtr removeproperty; member in struct:_NPNetscapeFuncs
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 556 NPN_RemovePropertyUPP removeproperty; member in struct:_NPNetscapeFuncs

Completed in 517 milliseconds