Home | History | Annotate | Download | only in javascript

Lines Matching refs:CFX_ByteString

34 bool TrimPropName(CFX_ByteString* sPropName) {
71 const CFX_ByteString& propname) {
81 const CFX_ByteString& propname) const {
91 const CFX_ByteString& propname) {
96 void CJS_GlobalData::SetGlobalVariableNumber(const CFX_ByteString& propname,
98 CFX_ByteString sPropName(propname);
114 void CJS_GlobalData::SetGlobalVariableBoolean(const CFX_ByteString& propname,
116 CFX_ByteString sPropName(propname);
132 void CJS_GlobalData::SetGlobalVariableString(const CFX_ByteString& propname,
133 const CFX_ByteString& sData) {
134 CFX_ByteString sPropName(propname);
151 const CFX_ByteString& propname,
153 CFX_ByteString sPropName(propname);
169 void CJS_GlobalData::SetGlobalVariableNull(const CFX_ByteString& propname) {
170 CFX_ByteString sPropName(propname);
184 bool CJS_GlobalData::SetGlobalVariablePersistent(const CFX_ByteString& propname,
186 CFX_ByteString sPropName(propname);
198 bool CJS_GlobalData::DeleteGlobalVariable(const CFX_ByteString& propname) {
199 CFX_ByteString sPropName(propname);
256 CFX_ByteString sEntry = CFX_ByteString(p, dwNameLen);
293 SetGlobalVariableString(sEntry, CFX_ByteString(p, dwLength));
355 void CJS_GlobalData::MakeByteString(const CFX_ByteString& name,