HomeSort by relevance Sort by last modified time
    Searched defs:FindNext (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/
pickle.cc 347 const char* Pickle::FindNext(size_t header_size,
  /external/lzma/CPP/Windows/
FileFind.cpp 152 bool CFindFile::FindNext(CFileInfo &fi)
244 bool CFindStream::FindNext(CStreamInfo &si)
264 res = _find.FindNext(si);
458 return _findFile.FindNext(fi);
FileFind.h 89 bool FindNext(CFileInfo &fileInfo);
107 bool FindNext(CStreamInfo &streamInfo);
149 bool FindNext() { return BOOLToBool(::FindNextChangeNotification(_handle)); }
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 491 int32_t CPWL_ListBox::FindNext(int32_t nIndex, FX_WCHAR nChar) const {
493 return m_pList->FindNext(nIndex, nChar);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 236 int32_t CFX_List::FindNext(int32_t nIndex, FX_WCHAR nChar) const {
572 int32_t nFindIndex = FindNext(nIndex, nChar);
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 221 milliseconds