Searched refs:FindNext (Results 1 - 11 of 11) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileFind.h90 bool FindNext(CFileInfo &fileInfo);
93 bool FindNext(CFileInfoW &fileInfo);
148 bool FindNext() { return BOOLToBool(::FindNextChangeNotification(_handle)); } function in class:NWindows::NFile::NFind::CFindChangeNotification
H A DFileFind.cpp160 bool CFindFile::FindNext(CFileInfo &fi) function in class:NWindows::NFile::NFind::CFindFile
170 bool CFindFile::FindNext(CFileInfoW &fi) function in class:NWindows::NFile::NFind::CFindFile
287 return _findFile.FindNext(fi);
318 return _findFile.FindNext(fi);
/external/pdfium/core/include/fpdftext/
H A Dfpdf_text.h141 virtual FX_BOOL FindNext() = 0;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListBox.h85 FX_INT32 FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp586 FX_INT32 CPWL_ListBox::FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const function in class:CPWL_ListBox
589 return m_pList->FindNext(nIndex,nChar);
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h151 virtual FX_BOOL FindNext();
H A Dfpdf_text_int.cpp2336 FX_BOOL CPDF_TextPageFind::FindNext() function in class:CPDF_TextPageFind
2456 ret = findEngine.FindNext();
/external/pdfium/fpdfsdk/src/
H A Dfpdftext.cpp162 return textpageFind->FindNext();
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h238 virtual FX_INT32 FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const;
H A Dfx_edit.h460 virtual FX_INT32 FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp289 FX_INT32 CFX_List::FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const function in class:CFX_List
710 FX_INT32 nFindIndex = FindNext(nIndex,nChar);

Completed in 1167 milliseconds