Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zFolderInStream.cpp15 _updateCallback = updateCallback; in Init()
47 const HRESULT result = _updateCallback->GetStream(_indexes[Processed.Size()], &stream); in OpenStream()
131 return _updateCallback->SetOperationResult(NArchive::NUpdate::NOperationResult::kOK); in AddFileInfo()
D7zFolderInStream.h36 CMyComPtr<IArchiveUpdateCallback> _updateCallback; variable
/third_party/node/deps/v8/tools/js/
Dweb-api-helper.mjs9 _updateCallback = this.forceUpdate.bind(this); field in V8CustomElement
29 window.requestAnimationFrame(this._updateCallback);
34 this._updateTimeoutId = setTimeout(this._updateCallback, kDelayMs);