Home
last modified time | relevance | path

Searched refs:TestWindow (Results 1 – 16 of 16) sorted by relevance

/haiku/src/tests/servers/app/stacktile/
H A Dmain.cpp33 class TestWindow : public BWindow { class
35 TestWindow(BRect frame);
36 virtual ~TestWindow();
66 BWindow* window = new TestWindow(BRect(20, 20, 300, 200)); in _CreateFrames()
77 TestWindow::TestWindow(BRect frame) in TestWindow() function in TestWindow
84 TestWindow::~TestWindow() in ~TestWindow()
90 TestWindow::DispatchMessage(BMessage* message, BHandler* handler) in DispatchMessage()
/haiku/src/tests/kits/interface/
H A DMenuBeginningTest.cpp16 class TestWindow : public BWindow { class
18 TestWindow();
48 BWindow *window = new TestWindow(); in main()
54 TestWindow::TestWindow() in TestWindow() function in TestWindow
62 TestWindow::MenusBeginning() in MenusBeginning()
69 TestWindow::MenusEnded() in MenusEnded()
/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp38 class TestWindow : public BWindow { class
40 TestWindow(BRect frame, bool createView);
41 virtual ~TestWindow();
102 BWindow* window = new TestWindow(sFrames[fFrameNum++], fTestViews); in _WindowCreator()
124 TestWindow::TestWindow(BRect frame, bool views) in TestWindow() function in TestWindow
133 TestWindow::~TestWindow() in ~TestWindow()
/haiku/src/tests/servers/app/harness/
H A Dharness.cpp84 TestWindow::TestWindow(const char* title) in TestWindow() function in TestWindow
109 TestWindow::~TestWindow() in ~TestWindow()
117 TestWindow::MessageReceived(BMessage* message) in MessageReceived()
135 TestWindow::AddTest(Test* test) in AddTest()
162 TestWindow::SetToTest(int32 index) in SetToTest()
H A Dharness.h32 class TestWindow : public BWindow {
34 TestWindow(const char* title);
35 virtual ~TestWindow();
/haiku/src/tests/servers/app/benchmark/
H A DTestWindow.cpp43 TestWindow::TestWindow(BRect frame, Test* test, drawing_mode mode, in TestWindow() function in TestWindow
57 TestWindow::QuitRequested() in QuitRequested()
68 TestWindow::SetAllowedToQuit(bool allowed) in SetAllowedToQuit()
H A DTestWindow.h38 class TestWindow : public BWindow {
40 TestWindow(BRect fame, Test* test,
H A DBenchmark.cpp65 fTestWindow = new TestWindow(frame, fTest, fDrawingMode, in ReadyToRun()
96 TestWindow* fTestWindow;
H A DJamfile15 TestWindow.cpp
/haiku/src/tests/servers/app/clip_to_picture/
H A Dmain.cpp125 class TestWindow : public BWindow { class
127 TestWindow();
128 virtual ~TestWindow();
145 TestWindow::TestWindow() in TestWindow() function in TestWindow
189 TestWindow::~TestWindow() in ~TestWindow()
197 TestWindow::MessageReceived(BMessage* message) in MessageReceived()
215 TestWindow::AddTest(Test* test) in AddTest()
242 TestWindow::SetToTest(int32 index) in SetToTest()
398 TestWindow* window = new TestWindow(); in main()
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp36 class TestWindow : public BWindow { class
38 TestWindow(BRect frame);
39 virtual ~TestWindow();
95 new TestWindow(fFrame); in MessageReceived()
231 TestWindow::TestWindow(BRect frame) in TestWindow() function in TestWindow
245 TestWindow::~TestWindow() in ~TestWindow()
/haiku/src/tests/kits/game/direct_window_info_test/
H A Ddwinfo.cpp49 class TestWindow : public BDirectWindow { class
51 TestWindow() : BDirectWindow(BRect(100, 100, 400, 300), "DWInfo", B_DOCUMENT_WINDOW, 0) in TestWindow() function in TestWindow
103 (new TestWindow())->Show(); in main()
/haiku/src/tests/servers/app/gradients/
H A Dmain.cpp203 TestWindow* window = new TestWindow("Gradient tests"); in main()
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp72 class TestWindow : public BWindow { class
74 TestWindow(Test* test) in TestWindow() function in TestWindow
335 BWindow* window = new TestWindow(test); in main()
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp439 TestWindow* window = new TestWindow("Transformation tests"); in main()
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1551 class TestWindow : public BWindow { class
1553 TestWindow() in TestWindow() function in TestWindow
1666 BWindow* window = new TestWindow; in main()