Searched refs:GrepWindow (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/apps/text_search/
H A DGrepWindow.cpp22 #include "GrepWindow.h"
50 #define B_TRANSLATION_CONTEXT "GrepWindow"
86 GrepWindow::GrepWindow(BMessage* message) function in class:GrepWindow
151 GrepWindow::~GrepWindow()
158 void GrepWindow::FrameResized(float width, float height)
166 void GrepWindow::FrameMoved(BPoint origin)
174 void GrepWindow::MenusBeginning()
181 void GrepWindow
[all...]
H A DGrepApp.cpp30 #include "GrepWindow.h"
80 new GrepWindow(message);
132 new GrepWindow(&emptyMessage);
H A DGrepWindow.h37 class GrepWindow : public BWindow { class in inherits:BWindow
39 GrepWindow(BMessage* message);
40 virtual ~GrepWindow();

Completed in 43 milliseconds