Home
last modified time | relevance | path

Searched refs:bLast (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp633 bool bLast = true; in GetItemIndex() local
644 bLast = false; in GetItemIndex()
655 if (bLast) in GetItemIndex()
Dfxet_edit.h147 void SetLast(bool bLast);
Dfxet_edit.cpp332 void CFX_Edit_UndoItem::SetLast(bool bLast) { in SetLast() argument
333 m_bLast = bLast; in SetLast()