Searched refs:Grepper (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/text_search/
H A DGrepper.h31 class Grepper { class
33 Grepper(const char* pattern, const Model* model,
36 virtual ~Grepper();
H A DGrepper.cpp24 #include "Grepper.h"
43 #define B_TRANSLATION_CONTEXT "Grepper"
51 // For the moment I don't know the life cycle of the Grepper object.
101 Grepper::Grepper(const char* pattern, const Model* model, function in class:Grepper
122 Grepper::~Grepper()
131 Grepper::IsValid() const
140 Grepper::Start()
153 Grepper
[all...]
H A DGrepWindow.h35 class Grepper;
138 Grepper* fGrepper;
H A DGrepWindow.cpp45 #include "Grepper.h"
806 fGrepper = new (nothrow) Grepper(fOldPattern.String(), fModel,
815 // Grepper owns iterator
1005 fGrepper = new (nothrow) Grepper(fOldPattern.String(), fModel,
1016 // Grepper owns iterator

Completed in 94 milliseconds