Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_ext.cpp186 if (strPageMode.IsEmpty() || strPageMode.EqualNoCase("UseNone")) in FPDFDoc_GetPageMode()
188 if (strPageMode.EqualNoCase("UseOutlines")) in FPDFDoc_GetPageMode()
190 if (strPageMode.EqualNoCase("UseThumbs")) in FPDFDoc_GetPageMode()
192 if (strPageMode.EqualNoCase("FullScreen")) in FPDFDoc_GetPageMode()
194 if (strPageMode.EqualNoCase("UseOC")) in FPDFDoc_GetPageMode()
196 if (strPageMode.EqualNoCase("UseAttachments")) in FPDFDoc_GetPageMode()
/external/pdfium/core/fxcrt/
Dfx_string.h81 bool EqualNoCase(const CFX_ByteStringC& str) const;
Dfx_basic_bstring.cpp231 bool CFX_ByteString::EqualNoCase(const CFX_ByteStringC& str) const { in EqualNoCase() function in CFX_ByteString
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.cpp69 if (tag.EqualNoCase("p")) { in SetText()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp605 if (face.EqualNoCase(facebuf)) in MapFont()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp3382 if (identifyString.EqualNoCase("html")) in Decode()
3384 else if (identifyString.EqualNoCase("xml")) in Decode()
3647 if (identifyString.EqualNoCase("html")) in Encode()
3649 else if (identifyString.EqualNoCase("xml")) in Encode()