Searched refs:views (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp19 TestApp(uint32 numWindows, bool views);
45 TestApp::TestApp(uint32 numWindows, bool views) argument
51 fTestViews(views)
124 TestWindow::TestWindow(BRect frame, bool views) argument
128 if (views)
147 if (!strcmp(argv[2], "views"))
/haiku/src/kits/interface/
H A DBitmap.cpp451 BMessage views; local
453 if (ChildAt(i)->Archive(&views, deep))
454 ret = data->AddMessage("_views", &views);
455 views.MakeEmpty();
875 The bitmap must accept views and the supplied view must not be child of
908 /*! \brief Returns the BView at a certain index in the bitmap's list of views.
946 The bitmap must accept views, if locking should work.
960 The bitmap must accept views, if locking should work.
972 The bitmap must accept views, if locking should work.

Completed in 67 milliseconds