Home
last modified time | relevance | path

Searched refs:EqualNoCase (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp205 if (strPageMode.IsEmpty() || strPageMode.EqualNoCase("UseNone")) in FPDFDoc_GetPageMode()
207 if (strPageMode.EqualNoCase("UseOutlines")) in FPDFDoc_GetPageMode()
209 if (strPageMode.EqualNoCase("UseThumbs")) in FPDFDoc_GetPageMode()
211 if (strPageMode.EqualNoCase("FullScreen")) in FPDFDoc_GetPageMode()
213 if (strPageMode.EqualNoCase("UseOC")) in FPDFDoc_GetPageMode()
215 if (strPageMode.EqualNoCase("UseAttachments")) in FPDFDoc_GetPageMode()
/external/pdfium/core/include/fxcrt/
Dfx_string.h193 bool EqualNoCase(const CFX_ByteStringC& str) const;
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp254 bool CFX_ByteString::EqualNoCase(const CFX_ByteStringC& str) const { in EqualNoCase() function in CFX_ByteString
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp50 if (tag.EqualNoCase("p")) { in SetText()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp363 if (face.EqualNoCase(facebuf)) { in MapFont()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp3695 if (identifyString.EqualNoCase("html")) { in Decode()
3697 } else if (identifyString.EqualNoCase("xml")) { in Decode()
3965 if (identifyString.EqualNoCase("html")) { in Encode()
3967 } else if (identifyString.EqualNoCase("xml")) { in Encode()