Searched refs:EqualNoCase (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdf_ext.cpp231 if (strPageMode.IsEmpty()||strPageMode.EqualNoCase(FX_BSTR("UseNone")))
233 else if (strPageMode.EqualNoCase(FX_BSTR("UseOutlines")))
235 else if (strPageMode.EqualNoCase(FX_BSTR("UseThumbs")))
237 else if (strPageMode.EqualNoCase(FX_BSTR("FullScreen")))
239 else if (strPageMode.EqualNoCase(FX_BSTR("UseOC")))
241 else if (strPageMode.EqualNoCase(FX_BSTR("UseAttachments")))
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h213 bool EqualNoCase(FX_BSTR str) const;
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp263 bool CFX_ByteString::EqualNoCase(FX_BSTR str) const function in class:CFX_ByteString
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp59 if (tag.EqualNoCase("p"))
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp324 if (face.EqualNoCase(facebuf)) {

Completed in 259 milliseconds