Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp131 int CJS_GlobalData::FindGlobalVariable(const FX_CHAR* propname) { in FindGlobalVariable()
141 const FX_CHAR* propname) { in GetGlobalVariable()
148 void CJS_GlobalData::SetGlobalVariableNumber(const FX_CHAR* propname, in SetGlobalVariableNumber()
169 void CJS_GlobalData::SetGlobalVariableBoolean(const FX_CHAR* propname, in SetGlobalVariableBoolean()
193 void CJS_GlobalData::SetGlobalVariableString(const FX_CHAR* propname, in SetGlobalVariableString()
218 const FX_CHAR* propname, in SetGlobalVariableObject()
242 void CJS_GlobalData::SetGlobalVariableNull(const FX_CHAR* propname) { in SetGlobalVariableNull()
263 FX_BOOL CJS_GlobalData::SetGlobalVariablePersistent(const FX_CHAR* propname, in SetGlobalVariablePersistent()
282 FX_BOOL CJS_GlobalData::DeleteGlobalVariable(const FX_CHAR* propname) { in DeleteGlobalVariable()
Dglobal.cpp112 FX_BOOL JSGlobalAlternate::QueryProperty(const FX_WCHAR* propname) { in QueryProperty()
117 const FX_WCHAR* propname, in DelProperty()
128 const FX_WCHAR* propname, in DoProperty()
416 FX_BOOL JSGlobalAlternate::SetGlobalVariables(const FX_CHAR* propname, in SetGlobalVariables()
DJS_Define.h355 CFX_WideString propname = in JSSpecialPropQuery() local
378 CFX_WideString propname = in JSSpecialPropGet() local
405 CFX_WideString propname = in JSSpecialPropPut() local
428 CFX_WideString propname = in JSSpecialPropDel() local
/external/kernel-headers/original/uapi/linux/
Dfsl_hypervisor.h178 __u64 propname; member
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp176 const CFX_WideStringC& propname, in QueryNodeByFlag()