Home
last modified time | relevance | path

Searched refs:sFrames (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp13 static BRect* sFrames = NULL; variable
61 delete[] sFrames; in ~TestApp()
83 sFrames = new BRect[sNumFrames]; in _CreateFrames()
85 sFrames[i] = frame; in _CreateFrames()
102 BWindow* window = new TestWindow(sFrames[fFrameNum++], fTestViews); in _WindowCreator()
/haiku/src/tests/servers/app/stacktile/
H A Dmain.cpp12 static BRect* sFrames = NULL; variable
54 delete[] sFrames; in ~TestApp()