HomeSort by relevance Sort by last modified time
    Searched refs:EqualNoCase (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 205 if (strPageMode.IsEmpty() || strPageMode.EqualNoCase("UseNone"))
207 if (strPageMode.EqualNoCase("UseOutlines"))
209 if (strPageMode.EqualNoCase("UseThumbs"))
211 if (strPageMode.EqualNoCase("FullScreen"))
213 if (strPageMode.EqualNoCase("UseOC"))
215 if (strPageMode.EqualNoCase("UseAttachments"))
  /external/pdfium/core/include/fxcrt/
fx_string.h 193 bool EqualNoCase(const CFX_ByteStringC& str) const;
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 254 bool CFX_ByteString::EqualNoCase(const CFX_ByteStringC& str) const {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 50 if (tag.EqualNoCase("p")) {
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 363 if (face.EqualNoCase(facebuf)) {
    [all...]

Completed in 581 milliseconds