Home
last modified time | relevance | path

Searched refs:UpdateItems (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DIArchive.h374 …STDMETHOD(UpdateItems)(ISequentialOutStream *outStream, UInt32 numItems, IArchiveUpdateCallback *u…
DXzHandler.cpp808 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, in UpdateItems() function in NArchive::NXz::CHandler
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp231 STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numItems, in UpdateItems() function in NArchive::N7z::CHandler
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp813 HRESULT result = outArchive->UpdateItems(outFileStream, dirItems.Size(), updateCallback); in main()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h275 void UpdateItems();
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp780 HRESULT result = outArchive->UpdateItems(tailStream, updatePairs2.Size(), updateCallback); in Compress()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp381 void CFX_Edit_GroupUndoItem::UpdateItems() { in UpdateItems() function in CFX_Edit_GroupUndoItem
3009 m_pGroupUndoItem->UpdateItems(); in EndGroupUndo()