Lines Matching refs:nFormat

294         int nFormat = FORMAT_UNSUPPORTED;  in mapFormatString2Format()  local
296 nFormat = FORMAT_60; in mapFormatString2Format()
299 nFormat = FORMAT_6Y; in mapFormatString2Format()
302 nFormat = FORMAT_INTERNAL; in mapFormatString2Format()
303 return nFormat; in mapFormatString2Format()
347 int nFormat) in fromXML() argument
443 aPropSet = Cache.convertTypePropsToInternal(aTempSet, nFormat); in fromXML()
450 aPropSet = Cache.convertFilterPropsToInternal(aTempSet, nFormat); in fromXML()
457 aPropSet = Cache.convertDetectServicePropsToInternal(aTempSet, nFormat); in fromXML()
464 aPropSet = Cache.convertFrameLoaderPropsToInternal(aTempSet, nFormat); in fromXML()
471 aPropSet = Cache.convertContentHandlerPropsToInternal(aTempSet, nFormat); in fromXML()
501 int nFormat , in toHTML() argument
505 if (nFormat != FORMAT_6Y) in toHTML()
612 int nFormat , in toXML() argument
675 sXML.append(getItemAsXML(eType, sItem, nFormat)); in toXML()
707 int nFormat) in convertTypePropsToExternal() argument
714 switch(nFormat) in convertTypePropsToExternal()
807 int nFormat) in convertFilterPropsToExternal() argument
814 switch(nFormat) in convertFilterPropsToExternal()
910 int nFormat) in convertDetectServicePropsToExternal() argument
915 switch(nFormat) in convertDetectServicePropsToExternal()
943 int nFormat) in convertFrameLoaderPropsToExternal() argument
948 switch(nFormat) in convertFrameLoaderPropsToExternal()
976 int nFormat) in convertContentHandlerPropsToExternal() argument
981 switch(nFormat) in convertContentHandlerPropsToExternal()
1030 int nFormat) in convertTypePropsToInternal() argument
1037 switch(nFormat) in convertTypePropsToInternal()
1153 int nFormat) in convertFilterPropsToInternal() argument
1160 switch(nFormat) in convertFilterPropsToInternal()
1260 int nFormat) in convertDetectServicePropsToInternal() argument
1269 int nFormat) in convertFrameLoaderPropsToInternal() argument
1278 int nFormat) in convertContentHandlerPropsToInternal() argument
1916 public synchronized void validate(int nFormat) in validate() argument
1919 validateTypes(nFormat); in validate()
1920 validateFilters(nFormat); in validate()
1934 private void validateTypes(int nFormat) in validateTypes() argument
1969 if (nFormat == FORMAT_6Y) in validateTypes()
2018 public synchronized void validateFilters(int nFormat) in validateFilters() argument
2049 if (nFormat == FORMAT_60) in validateFilters()