Home
last modified time | relevance | path

Searched defs:FindNext (Results 1 – 11 of 11) 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/perf_data_converter/src/
Dintervalmap.h131 bool IntervalMap<V>::FindNext(uint64 key, uint64* start, uint64* limit, in FindNext() function
Dintervalmap_test.cc166 std::shared_ptr<Command> FindNext(uint64 key, uint64 start, uint64 limit, in FindNext() function
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp129 bool CPDF_TextPageFind::FindNext() { in FindNext() function in CPDF_TextPageFind
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp358 int32_t CPWL_ListBox::FindNext(int32_t nIndex, wchar_t nChar) const { in FindNext() function in CPWL_ListBox
Dcpwl_list_impl.cpp602 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