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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 186 void SetEditFocus(FX_BOOL bLast);
263 void SetNoteFocus(FX_BOOL bLast);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 215 FX_BOOL bLast = TRUE;
230 bLast = FALSE;
241 if (bLast) return m_aListItems.GetSize()-1;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 627 void CPWL_Note_Contents::SetEditFocus(FX_BOOL bLast)
632 m_pEdit->SetCaret(bLast ? m_pEdit->GetTotalWords() : 0);
1186 void CPWL_NoteItem::SetNoteFocus(FX_BOOL bLast)
1188 m_pContents->SetEditFocus(bLast);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 335 void SetLast(FX_BOOL bLast){m_bLast = bLast;}

Completed in 93 milliseconds