Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_global.h43 CJS_Result DelProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
Dcjs_global.cpp108 CJS_Result result = pObj->DelProperty( in JSSpecialPropDel()
231 CJS_Result CJS_Global::DelProperty(CJS_Runtime* pRuntime, in DelProperty() function in CJS_Global
298 DelProperty(pRuntime, propname); in SetProperty()