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

  /external/pdfium/fpdfsdk/
cpdfsdk_annothandlermgr.cpp 288 bool bNext) {
298 bNext ? ai.GetNextAnnot(pSDKAnnot) : ai.GetPrevAnnot(pSDKAnnot);
312 bNext ? pWidgetIterator->MoveToNext() : pWidgetIterator->MoveToPrevious();
319 return bNext ? ai.GetNextAnnot(pSDKAnnot) : ai.GetPrevAnnot(pSDKAnnot);
cpdfsdk_annothandlermgr.h 110 CPDFSDK_Annot* GetNextAnnot(CPDFSDK_Annot* pSDKAnnot, bool bNext);
cpdfsdk_interform.h 44 CPDFSDK_Widget* GetSibling(CPDFSDK_Widget* pWidget, bool bNext) const;
cpdfsdk_interform.cpp 106 bool bNext) const {
110 if (bNext)
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.h 146 void SetFocusAnnotTab(CPDFSDK_Annot* pWidget, bool bSameField, bool bNext);
  /external/icu/icu4c/source/common/
uloc_tag.cpp 798 UBool bNext = TRUE;
804 while (bNext) {
807 bNext = FALSE;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]

Completed in 334 milliseconds