Searched defs:propname (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_GlobalData.cpp | 141 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()
|
D | global.cpp | 141 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/ |
D | JS_Define.h | 240 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/ |
D | fsl_hypervisor.h | 178 __u64 propname; member
|