Home
last modified time | relevance | path

Searched refs:DelProperty (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_global.h87 bool DelProperty(const ByteString& propname);
Dcjs_global.cpp119 if (pObj->DelProperty(bsProp)) in delprop_static()
172 bool CJS_Global::DelProperty(const ByteString& propname) { in DelProperty() function in CJS_Global
237 DelProperty(propname); in SetProperty()