Searched refs:FindRect (Results 76 - 93 of 93) sorted by relevance

1234

/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp532 if (settings.FindRect("app_type_next_frame", &rect) == B_OK)
/haiku/src/kits/interface/
H A DColorControl.cpp384 if (message->FindRect("frame", &frame) == B_OK
H A DSplitLayout.cpp248 err = from->FindRect(kInsetsField, &insets);
H A DShelf.cpp1446 if (data->FindRect("_frame", &frame) != B_OK)
H A DView.cpp452 archive->FindRect("_frame", &frame);
5016 if (message->FindRect("be:area", &rect) == B_OK)
5244 err = message->FindRect("data", &newFrame);
H A DMenu.cpp1573 && archive->FindRect("_i_frames", i, &bounds) == B_OK)
H A DTextView.cpp337 if (archive->FindRect("_trect", &rect) != B_OK)
/haiku/src/libs/alm/
H A DALMLayout.cpp265 status_t err = archive->FindRect(kInsetsField, &insets);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp502 if (archive->FindRect("window frame", &frame) == B_OK) {
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp828 if (settings.FindRect(_WindowFrameName(), &windowFrame) == B_OK) {
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1543 data->FindRect("_frame", &bounds);
/haiku/src/servers/input/
H A DInputServer.cpp541 if (message->FindRect("screen_bounds", &frame) != B_OK)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1308 if (teamWindowSettings.FindRect("frame", &frame) == B_OK) {
/haiku/src/apps/deskbar/
H A DStatusView.cpp982 BRect originalBounds = archive->FindRect("_frame");
/haiku/src/apps/terminal/
H A DTermWindow.cpp619 status = position.FindRect("rect", id, frame);
/haiku/src/servers/app/
H A DDesktop.cpp1056 || screenData.FindRect("frame", &frame) != B_OK) {
2414 message.FindRect("tab frame", &tabFrame);
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1245 if (decoratorSettings.FindRect("tab frame", &tabRect) == B_OK)
3870 if (message.FindRect(rectAttributeName, &frame) == B_OK) {
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1597 if (message->FindRect("window frame", &fNoVideoFrame) != B_OK)

Completed in 248 milliseconds

1234