HomeSort by relevance Sort by last modified time
    Searched refs:CFX_ByteStringC (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterclipboardmgr.h 28 virtual FWL_ERR SetStringData(const CFX_ByteStringC& bs) = 0;
  /external/pdfium/xfa/src/fxjse/src/
class.h 25 const CFX_ByteStringC& szName);
value.h 178 V8_INLINE void SetString(const CFX_ByteStringC& szString) {
196 FX_BOOL GetObjectProperty(const CFX_ByteStringC& szPropName,
198 FX_BOOL SetObjectProperty(const CFX_ByteStringC& szPropName,
202 FX_BOOL DeleteObjectProperty(const CFX_ByteStringC& szPropName);
203 FX_BOOL HasObjectOwnProperty(const CFX_ByteStringC& szPropName,
205 FX_BOOL SetObjectOwnProperty(const CFX_ByteStringC& szPropName,
dynprop.cpp 20 CFX_ByteStringC szFxPropName = *szPropName;
38 const CFX_ByteStringC& szPropName,
73 const CFX_ByteStringC& szPropName,
88 const CFX_ByteStringC& szPropName) {
98 const CFX_ByteStringC& szPropName) {
122 CFX_ByteStringC szFxPropName = *szPropName;
144 CFX_ByteStringC szFxPropName = *szPropName;
168 CFX_ByteStringC szFxPropName(*szPropName, szPropName.length());
242 CFX_ByteStringC szFxPropName(*szPropName, szPropName.length());
267 CFX_ByteStringC szFxPropName(*szPropName, szPropName.length());
    [all...]
class.cpp 52 const CFX_ByteStringC& szName) {
63 CFX_ByteStringC szFunctionName(lpFunctionInfo->name);
86 CFX_ByteStringC szFunctionName(lpClassDefinition->name);
110 CFX_ByteStringC szPropertyName(lpPropertyInfo->name);
132 CFX_ByteStringC szPropertyName(lpPropertyInfo->name);
315 const CFX_ByteStringC& szName) {
value.cpp 101 const CFX_ByteStringC& szString) {
152 const CFX_ByteStringC& szPropName,
160 const CFX_ByteStringC& szPropName,
184 const CFX_ByteStringC& szPropName) {
190 const CFX_ByteStringC& szPropName,
197 const CFX_ByteStringC& szPropName,
241 void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Name,
242 const CFX_ByteStringC& utf8Message) {
353 FX_BOOL CFXJSE_Value::SetObjectProperty(const CFX_ByteStringC& szPropName,
369 FX_BOOL CFXJSE_Value::GetObjectProperty(const CFX_ByteStringC& szPropName,
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.h 62 FX_BOOL GetHValueByName(const CFX_ByteStringC& utf8Name,
64 FX_BOOL SetHValueByName(const CFX_ByteStringC& utf8Name,
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_locale.h 39 const CFX_ByteStringC& bsTag,
42 CFX_WideString GetCalendarSymbol(const CFX_ByteStringC& symbol,
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 93 void ParseWord(const CFX_ByteStringC& str);
100 static FX_DWORD CMap_GetCode(const CFX_ByteStringC& word);
102 const CFX_ByteStringC& first,
103 const CFX_ByteStringC& second);
207 static FX_DWORD StringToCode(const CFX_ByteStringC& str);
208 static CFX_WideString StringToWideString(const CFX_ByteStringC& str);
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_doc.h 159 virtual FX_BOOL CheckWord(IXFA_Doc* hDoc, const CFX_ByteStringC& sWord) {
163 const CFX_ByteStringC& sWord,
170 const CFX_ByteStringC& utf8Name,
174 const CFX_ByteStringC& szPropName,
177 const CFX_ByteStringC& szPropName,
188 FX_BOOL _GetHValueByName(const CFX_ByteStringC& utf8Name,
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 208 static CFX_ByteStringC _CompactStringGet(_CompactString* pCompact) {
210 return CFX_ByteStringC(pCompact->m_pBuffer,
214 return CFX_ByteStringC();
216 return CFX_ByteStringC(&pCompact->m_LenHigh, pCompact->m_CompactLen);
288 ((CFX_ByteStringC*)param)->GetPtr(),
289 ((CFX_ByteStringC*)param)->GetLength());
291 FX_BOOL CFX_CMapByteStringToPtr::Lookup(const CFX_ByteStringC& key,
300 void CFX_CMapByteStringToPtr::SetAt(const CFX_ByteStringC& key, void* value) {
325 void CFX_CMapByteStringToPtr::AddValue(const CFX_ByteStringC& key,
332 void CFX_CMapByteStringToPtr::RemoveKey(const CFX_ByteStringC& key)
    [all...]
fx_basic_bstring.cpp 47 return CFX_ByteStringC(buf, _Buffer_itoa(buf, i, flags));
123 CFX_ByteString::CFX_ByteString(const CFX_ByteStringC& stringSrc) {
131 CFX_ByteString::CFX_ByteString(const CFX_ByteStringC& str1,
132 const CFX_ByteStringC& str2) {
153 const CFX_ByteString& CFX_ByteString::operator=(const CFX_ByteStringC& str) {
213 const CFX_ByteStringC& string) {
230 bool CFX_ByteString::Equal(const CFX_ByteStringC& str) const {
254 bool CFX_ByteString::EqualNoCase(const CFX_ByteStringC& str) const {
789 FX_STRSIZE CFX_ByteString::Find(const CFX_ByteStringC& lpszSub,
846 FX_STRSIZE CFX_ByteString::Replace(const CFX_ByteStringC& lpszOld
    [all...]
fxcrt_platforms.h 21 FX_BOOL Open(const CFX_ByteStringC& fileName, FX_DWORD dwMode) override;
fx_basic_buffer.cpp 120 CFX_ByteStringC CFX_BinaryBuf::GetByteString() const {
121 return CFX_ByteStringC(m_pBuffer, m_DataSize);
123 CFX_ByteTextBuf& CFX_ByteTextBuf::operator<<(const CFX_ByteStringC& lpsz) {
149 void CFX_ByteTextBuf::operator=(const CFX_ByteStringC& str) {
246 CFX_ArchiveSaver& CFX_ArchiveSaver::operator<<(const CFX_ByteStringC& bstr) {
427 int32_t IFX_BufferArchive::AppendString(const CFX_ByteStringC& lpsz) {
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.cpp 35 void CFDE_CSSStyleSheetCache::AddStyleSheet(const CFX_ByteStringC& szKey,
62 const CFX_ByteStringC& szKey) const {
72 void CFDE_CSSStyleSheetCache::RemoveStyleSheet(const CFX_ByteStringC& szKey) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftextedit.h 36 const CFX_ByteStringC& bsReplace);
52 FX_BOOL CheckWord(const CFX_ByteStringC& sWord);
53 FX_BOOL GetSuggestWords(const CFX_ByteStringC& sWord,
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 56 CFX_ByteStringC replacement;
59 CFX_ByteStringC PDF_FindFullName(const PDF_AbbrPairs* table,
61 const CFX_ByteStringC& abbr) {
67 return CFX_ByteStringC(table[i].full_name.m_Ptr, table[i].full_name.m_Size);
69 return CFX_ByteStringC();
170 new CPDF_Name(PDF_NameDecode(CFX_ByteStringC(name, len)));
177 CFX_ByteString str = PDF_NameDecode(CFX_ByteStringC(name, len));
187 FX_atonum(CFX_ByteStringC(str, len), m_ParamBuf1[index].m_Number.m_bInteger,
496 CFX_ByteStringC fullname = PDF_FindFullName(
536 CFX_ByteStringC fullname = PDF_FindFullName
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 44 const CFX_ByteStringC& bsFamily,
fpf_skiafontmgr.cpp 173 static FX_DWORD FPF_SKIANormalizeFontName(const CFX_ByteStringC& bsfamily) {
186 static FX_DWORD FPF_SKIAGetFamilyHash(const CFX_ByteStringC& bsFamily,
208 static FX_BOOL FPF_SkiaMaybeSymbol(const CFX_ByteStringC& bsFacename) {
213 static FX_BOOL FPF_SkiaMaybeArabic(const CFX_ByteStringC& bsFacename) {
255 void CFPF_SkiaFontMgr::LoadPrivateFont(const CFX_ByteStringC& bsFileName) {}
257 IFPF_Font* CFPF_SkiaFontMgr::CreateFont(const CFX_ByteStringC& bsFamilyname,
372 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(const CFX_ByteStringC& bsFile,
410 void CFPF_SkiaFontMgr::ScanPath(const CFX_ByteStringC& path) {
440 void CFPF_SkiaFontMgr::ScanFile(const CFX_ByteStringC& file) {
  /external/pdfium/testing/
fx_string_testhelpers.cpp 33 std::ostream& operator<<(std::ostream& out, const CFX_ByteStringC& str) {
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h 67 virtual FX_BOOL Redo(const CFX_ByteStringC& bsRecord);
68 virtual FX_BOOL Undo(const CFX_ByteStringC& bsRecord);
93 const CFX_ByteStringC& bsDoRecord) override;
111 const CFX_ByteStringC& bsReplace);
139 int32_t AddDoRecord(const CFX_ByteStringC& bsDoRecord);
  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 324 bool CPDF_ApSettings::HasMKEntry(const CFX_ByteStringC& csEntry) const {
333 const CFX_ByteStringC& csEntry) const {
370 const CFX_ByteStringC& csEntry) const {
380 const CFX_ByteStringC& csEntry) const {
411 const CFX_ByteStringC& csEntry) const {
415 CPDF_Stream* CPDF_ApSettings::GetIcon(const CFX_ByteStringC& csEntry) const {
  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 156 virtual FX_BOOL GetHValueByName(const CFX_ByteStringC& utf8Name,
158 virtual FX_BOOL SetHValueByName(const CFX_ByteStringC& utf8Name,
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_combobox.h 114 FX_BOOL EditRedo(const CFX_ByteStringC& bsRecord);
115 FX_BOOL EditUndo(const CFX_ByteStringC& bsRecord);
  /external/pdfium/xfa/include/fwl/lightwidget/
combobox.h 37 FX_BOOL EditRedo(const CFX_ByteStringC& bsRecord);
38 FX_BOOL EditUndo(const CFX_ByteStringC& bsRecord);

Completed in 775 milliseconds

12 3 4 5