Home
last modified time | relevance | path

Searched refs:NotifyNegatives (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/text_search/
H A DFileIterator.h24 virtual bool NotifyNegatives() const = 0;
H A DChangesIterator.h24 virtual bool NotifyNegatives() const;
H A DInitialIterator.h34 virtual bool NotifyNegatives() const;
H A DInitialIterator.cpp96 InitialIterator::NotifyNegatives() const in NotifyNegatives() function in InitialIterator
H A DChangesIterator.cpp76 ChangesIterator::NotifyNegatives() const in NotifyNegatives() function in ChangesIterator
H A DGrepper.cpp182 if (fIterator->NotifyNegatives()) { in _WriterThread()