Searched refs:bNext (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_IFormFiller.h126 void SetFocusAnnotTab(CPDFSDK_Annot* pWidget, FX_BOOL bSameField, FX_BOOL bNext);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h175 CPDFSDK_Widget* GetSibling(CPDFSDK_Widget* pWidget, FX_BOOL bNext) const;
H A Dfsdk_annothandler.h207 CPDFSDK_Annot* GetNextAnnot(CPDFSDK_Annot* pSDKAnnot,FX_BOOL bNext);
/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c1153 UBool bNext = TRUE; local
1159 while (bNext) {
1162 bNext = FALSE;
1963 UBool bNext = TRUE; local
1969 while (bNext) {
1973 bNext = FALSE;
/external/icu/icu4c/source/common/
H A Duloc_tag.c1153 UBool bNext = TRUE; local
1159 while (bNext) {
1162 bNext = FALSE;
1963 UBool bNext = TRUE; local
1969 while (bNext) {
1973 bNext = FALSE;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp347 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::GetNextAnnot(CPDFSDK_Annot* pSDKAnnot,FX_BOOL bNext) argument
351 CPDFSDK_Annot* pNext = bNext ?
H A Dfsdk_baseform.cpp1729 CPDFSDK_Widget* CPDFSDK_InterForm::GetSibling(CPDFSDK_Widget* pWidget, FX_BOOL bNext) const
1738 if (bNext)
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1622 int CPDF_InterForm::GetPageWithWidget(int iCurPage, FX_BOOL bNext) argument
1633 iNewPage += bNext ? 1 : -1;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1004 int GetPageWithWidget(int iCurPage, FX_BOOL bNext);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp717 void CFFL_IFormFiller::SetFocusAnnotTab(CPDFSDK_Annot* pWidget, FX_BOOL bSameField, FX_BOOL bNext) argument

Completed in 593 milliseconds