Searched refs:bFind (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_FontMap.h65 bool bFind);
H A DPWL_FontMap.cpp183 bool bFind) {
190 if (bFind)
181 GetFontIndex(const CFX_ByteString& sFontName, int32_t nCharset, bool bFind) argument
/external/pdfium/xfa/fwl/
H A Dcfwl_notedriver.cpp306 bool bFind = false; local
307 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind);
309 bFind = false;
310 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind);
H A Dcfwl_widgetmgr.h54 CFWL_Widget* NextTab(CFWL_Widget* parent, CFWL_Widget* focus, bool& bFind);
H A Dcfwl_widgetmgr.cpp289 bool& bFind) {
294 bFind = true;
296 CFWL_Widget* bRet = NextTab(child, focus, bFind);
287 NextTab(CFWL_Widget* parent, CFWL_Widget* focus, bool& bFind) argument
/external/pdfium/core/fpdfdoc/
H A Dcpdf_interform.cpp328 bool bFind; member in struct:__anon16409::__anon16410
341 pData->bFind = true;
352 if (fd.bFind)
355 return fd.bFind;
1178 bool bFind = true; local
1180 bFind = pdfium::ContainsValue(*fields, pField);
1181 if (bIncludeOrExclude == bFind) {
H A Dcpdf_variabletext.cpp481 bool bFind = false; local
487 bFind = true;
493 bFind = true;
501 if (!bFind)
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp621 bool bFind = false; local
629 if (!bFind)
639 if (!bFind || !bAllChars) {
643 if (!bFind) {
649 bFind = true;
656 if (!bAllChars && bFind)
H A Dfgas_textbreak.cpp817 bool bFind = false; local
824 if (!bFind)
833 if (!bFind || !bAllChars) {
836 if (!bFind) {
842 bFind = true;
849 if (!bAllChars && bFind)
/external/pdfium/fpdfsdk/javascript/
H A DPublicMethods.cpp489 bool bFind = false; local
495 bFind = true;
500 if (!bFind) {
521 bool bFind = false; local
534 bFind = true;
539 if (!bFind) {
H A DField.cpp2645 bool bFind = false; local
2649 bFind = true;
2653 if (!bFind)

Completed in 197 milliseconds