Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileFind.h198 bool FindNext(CFileInfo &fileInfo);
217 bool FindNext(CStreamInfo &streamInfo);
257 bool FindNext() { return BOOLToBool(::FindNextChangeNotification(_handle)); } in FindNext() function
DFileFind.cpp229 bool CFindFile::FindNext(CFileInfo &fi) in FindNext() function in NWindows::NFile::NFind::CFindFile
350 bool CFindStream::FindNext(CStreamInfo &si) in FindNext() function in NWindows::NFile::NFind::CFindStream
370 res = _find.FindNext(si); in Next()
768 return _findFile.FindNext(fi); in NextAny()
/third_party/chromium/patch/
D0003-ohos-1115.patch57504 + virtual void FindNext(const bool forward) const = 0;
62675 +void NWebDelegate::FindNext(const bool forward) const {
62677 + LOG(ERROR) << "fail to FindNext, find_delegate_ is nullptr";
62680 + find_delegate_->FindNext(GetBrowser().get(), forward);
63673 + void FindNext(const bool forward) const override;
64307 +void NWebFindDelegate::FindNext(CefBrowser* browser, bool forward) {
64427 + // FindNext are available. The value provided in active_ordinal is 0-based.
64445 + void FindNext(CefBrowser* browser, bool forward);
64458 + // Used to check the validity of FindNext operations.
64461 + // Required by FindNext and the incremental find replies.
[all …]