Home
last modified time | relevance | path

Searched defs:propname (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp141 int CJS_GlobalData::FindGlobalVariable(FX_LPCSTR propname) in FindGlobalVariable()
160 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable(FX_LPCSTR propname) in GetGlobalVariable()
172 void CJS_GlobalData::SetGlobalVariableNumber(FX_LPCSTR propname, double dData) in SetGlobalVariableNumber()
198 void CJS_GlobalData::SetGlobalVariableBoolean(FX_LPCSTR propname, bool bData) in SetGlobalVariableBoolean()
224 void CJS_GlobalData::SetGlobalVariableString(FX_LPCSTR propname, const CFX_ByteString& sData) in SetGlobalVariableString()
250 void CJS_GlobalData::SetGlobalVariableObject(FX_LPCSTR propname, const CJS_GlobalVariableArray& arr… in SetGlobalVariableObject()
276 void CJS_GlobalData::SetGlobalVariableNull(FX_LPCSTR propname) in SetGlobalVariableNull()
300 FX_BOOL CJS_GlobalData::SetGlobalVariablePersistent(FX_LPCSTR propname, FX_BOOL bPersistent) in SetGlobalVariablePersistent()
319 FX_BOOL CJS_GlobalData::DeleteGlobalVariable(FX_LPCSTR propname) in DeleteGlobalVariable()
Dglobal.cpp141 FX_BOOL global_alternate::QueryProperty(FX_LPCWSTR propname) in QueryProperty()
146 FX_BOOL global_alternate::DelProperty(IFXJS_Context* cc, FX_LPCWSTR propname, CFX_WideString& sErro… in DelProperty()
160 FX_BOOL global_alternate::DoProperty(IFXJS_Context* cc, FX_LPCWSTR propname, CJS_PropValue& vp, CFX… in DoProperty()
506 FX_BOOL global_alternate::SetGlobalVariables(FX_LPCSTR propname, int nType, in SetGlobalVariables()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Define.h240 CFX_WideString propname = CFX_WideString::FromUTF8(*utf8_value, utf8_value.length()); in JSSpecialPropQuery() local
260 CFX_WideString propname = CFX_WideString::FromUTF8(*utf8_value, utf8_value.length()); in JSSpecialPropGet() local
285 CFX_WideString propname = CFX_WideString::FromUTF8(*utf8_value, utf8_value.length()); in JSSpecialPropPut() local
307 CFX_WideString propname = CFX_WideString::FromUTF8(*utf8_value, utf8_value.length()); in JSSpecialPropDel() local
/external/kernel-headers/original/uapi/linux/
Dfsl_hypervisor.h178 __u64 propname; member