Searched defs:FindNext (Results 1 - 7 of 7) sorted by relevance

/external/libmojo/ipc/
H A Dipc_message.cc170 void Message::FindNext(const char* range_start, function in class:IPC::Message
/external/lzma/CPP/Windows/
H A DFileFind.h89 bool FindNext(CFileInfo &fileInfo);
108 bool FindNext(CStreamInfo &streamInfo);
152 bool FindNext() { return BOOLToBool(::FindNextChangeNotification(_handle)); } function in class:NWindows::NFile::NFind::CFindChangeNotification
H A DFileFind.cpp184 bool CFindFile::FindNext(CFileInfo &fi) function in class:NWindows::NFile::NFind::CFindFile
304 bool CFindStream::FindNext(CStreamInfo &si) function in class:NWindows::NFile::NFind::CFindStream
324 res = _find.FindNext(si);
624 return _findFile.FindNext(fi);
/external/pdfium/core/fpdftext/
H A Dcpdf_textpagefind.cpp129 bool CPDF_TextPageFind::FindNext() { function in class:CPDF_TextPageFind
248 ret = findEngine.FindNext();
/external/libchrome/base/
H A Dpickle.cc402 const char* Pickle::FindNext(size_t header_size, function in class:base::Pickle
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ListBox.cpp431 int32_t CPWL_ListBox::FindNext(int32_t nIndex, FX_WCHAR nChar) const { function in class:CPWL_ListBox
432 return m_pList->FindNext(nIndex, nChar);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.cpp354 int32_t nFindIndex = FindNext(nIndex, nChar);
737 int32_t CFX_ListCtrl::FindNext(int32_t nIndex, FX_WCHAR nChar) const { function in class:CFX_ListCtrl

Completed in 234 milliseconds