/haiku/src/tests/servers/app/stacktile/ |
H A D | main.cpp | 33 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 D | MenuBeginningTest.cpp | 16 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 D | main.cpp | 38 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 D | harness.cpp | 84 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 D | harness.h | 32 class TestWindow : public BWindow { 34 TestWindow(const char* title); 35 virtual ~TestWindow();
|
/haiku/src/tests/servers/app/benchmark/ |
H A D | TestWindow.cpp | 43 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 D | TestWindow.h | 38 class TestWindow : public BWindow { 40 TestWindow(BRect fame, Test* test,
|
H A D | Benchmark.cpp | 65 fTestWindow = new TestWindow(frame, fTest, fDrawingMode, in ReadyToRun() 96 TestWindow* fTestWindow;
|
H A D | Jamfile | 15 TestWindow.cpp
|
/haiku/src/tests/servers/app/clip_to_picture/ |
H A D | main.cpp | 125 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 D | main.cpp | 36 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 D | dwinfo.cpp | 49 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 D | main.cpp | 203 TestWindow* window = new TestWindow("Gradient tests"); in main()
|
/haiku/src/tests/kits/interface/layout/widget_layout_test/ |
H A D | WidgetLayoutTest.cpp | 72 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 D | main.cpp | 439 TestWindow* window = new TestWindow("Transformation tests"); in main()
|
/haiku/src/tests/kits/interface/layout/ |
H A D | LayoutTest1.cpp | 1551 class TestWindow : public BWindow { class 1553 TestWindow() in TestWindow() function in TestWindow 1666 BWindow* window = new TestWindow; in main()
|