HomeSort by relevance Sort by last modified time
    Searched defs:bFind (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/src/fgas/src/crt/
fx_memory.cpp 232 FX_BOOL bFind = FALSE;
235 bFind = TRUE;
240 if (bFind) {
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 325 FX_BOOL bFind;
337 pData->bFind = TRUE;
347 if (fd.bFind) {
350 return fd.bFind;
1021 bool bFind = true;
1023 bFind = pdfium::ContainsValue(*fields, pField);
1024 if (bIncludeOrExclude == bFind) {
    [all...]
doc_vt.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 615 FX_BOOL bFind = FALSE;
616 IFWL_Widget* pNextTabStop = pWidgetMgr->nextTab(pForm, pFocus, bFind);
618 bFind = FALSE;
619 pNextTabStop = pWidgetMgr->nextTab(pForm, NULL, bFind);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]
PublicMethods.cpp 636 FX_BOOL bFind = FALSE;
642 bFind = TRUE;
647 if (!bFind) {
668 FX_BOOL bFind = FALSE;
681 bFind = TRUE;
686 if (!bFind) {
    [all...]
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 851 FX_BOOL bFind = FALSE;
858 if (!bFind) {
868 if (!bFind || !bAllChars) {
872 if (!bFind) {
879 bFind = TRUE;
887 if (!bAllChars && bFind) {
    [all...]
fx_textbreak.cpp 827 FX_BOOL bFind = FALSE;
834 if (!bFind) {
844 if (!bFind || !bAllChars) {
848 if (!bFind) {
855 bFind = TRUE;
863 if (!bAllChars && bFind) {
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp     [all...]

Completed in 334 milliseconds