Home
last modified time | relevance | path

Searched defs:FindNext (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/ipc/
Dipc_message.cc138 void Message::FindNext(const char* range_start, in FindNext() function in IPC::Message
Dipc_message_unittest.cc125 TEST(IPCMessageTest, FindNext) { in TEST() argument
/external/lzma/CPP/Windows/
DFileFind.cpp184 bool CFindFile::FindNext(CFileInfo &fi) in FindNext() function in NWindows::NFile::NFind::CFindFile
304 bool CFindStream::FindNext(CStreamInfo &si) in FindNext() function in NWindows::NFile::NFind::CFindStream
DFileFind.h152 bool FindNext() { return BOOLToBool(::FindNextChangeNotification(_handle)); } in FindNext() function
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp211 bool CPDF_TextPageFind::FindNext() { in FindNext() function in CPDF_TextPageFind
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp352 int32_t CPWL_ListBox::FindNext(int32_t nIndex, wchar_t nChar) const { in FindNext() function in CPWL_ListBox
Dcpwl_list_impl.cpp605 int32_t CPWL_ListCtrl::FindNext(int32_t nIndex, wchar_t nChar) const { in FindNext() function in CPWL_ListCtrl
/external/libchrome/base/
Dpickle.cc358 const char* Pickle::FindNext(size_t header_size, in FindNext() function in base::Pickle
Dpickle_unittest.cc318 TEST(PickleTest, FindNext) { in TEST() argument