Searched refs:Contains (Results 201 - 225 of 255) sorted by relevance

1234567891011

/haiku-fatelf/src/apps/cortex/RouteApp/
H A DStatusView.cpp244 if (dragRect.Contains(point)) {
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp187 if (fScrollView && IsEnabled() && Bounds().Contains(point)) {
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp643 if (markerFrame.Contains(where)) {
H A DStyleListView.cpp404 if (itemFrame.Contains(where)) {
H A DPathListView.cpp349 if (itemFrame.Contains(where) && fCommandStack) {
/haiku-fatelf/src/apps/people/
H A DPictureView.cpp336 if (fPicture != NULL && fPictureRect.Contains(position)
/haiku-fatelf/src/kits/mail/
H A DMailComponent.cpp512 if (MIMEType(&type) == B_OK && textAny.Contains(&type))
/haiku-fatelf/src/servers/mail/
H A DDeskbarView.cpp144 return trash.Contains(&entry);
H A DMailDaemon.cpp843 return trash.Contains(&entry);
/haiku-fatelf/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp268 if (ScreenClipping(windowContentClipping).Contains(where))
/haiku-fatelf/src/kits/interface/
H A DDragger.cpp690 if (!parentBounds.Contains(bounds)) {
/haiku-fatelf/src/apps/bsnow/
H A DSnowView.cpp285 if (!ur.Contains(BRect(fFlakes[cw][i].pos-BPoint(4,4), fFlakes[cw][i].pos+BPoint(4,4))))
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaConverterApp.cpp220 while (directory.Contains(name.String())) {
/haiku-fatelf/src/apps/diskprobe/
H A DDataView.cpp797 if (bounds.Contains(frame))
999 if (!bounds.Contains(frame))
/haiku-fatelf/src/servers/app/
H A DView.cpp369 if (!rect.Contains(where))
427 if (!frame.Contains(where))
/haiku-fatelf/src/apps/aboutsystem/
H A DAboutSystem.cpp751 if (r.Contains(point))
754 if (Bounds().Contains(point)) {
1350 B_TRANSLATE("Contains software from the GNU Project, "
1364 B_TRANSLATE("Contains software from the FreeBSD Project, "
1377 B_TRANSLATE("Contains software developed by the NetBSD "
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityView.cpp1084 if (_HistoryFrame().Contains(dropPoint)) {
1094 if (frame.Contains(dropPoint)) {
/haiku-fatelf/src/kits/tracker/
H A DFilePanelPriv.cpp1447 if (dir.Contains(fTextControl->Text())) {
1448 if (dir.Contains(fTextControl->Text(), B_DIRECTORY_NODE)) {
H A DWidgetAttributeText.cpp787 if (parent.Contains(text)) {
925 if (parent.Contains(text)) {
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.cpp1473 if (!dragRegion.Contains(thePoint))
1510 if (!rect.Contains(mouse)) {
/haiku-fatelf/src/apps/mediaplayer/
H A DMainWin.cpp988 || !fControls->Frame().Contains(videoViewWhere)) {
1807 if (!screenFrame.Contains(frame)) {
1906 if (rect.Contains(fMouseDownMousePos)) {
/haiku-fatelf/src/tests/kits/storage/
H A DMimeTypeTest.cpp2966 // * Contains()
3068 CHK(super.Contains(&type) == true);
3077 // Contains(), ==
3093 // Contains()
3096 CHK(type.Contains(&type2) == true);
3101 CHK(type.Contains(&type2) == contains);
3103 CHK(type.Contains(&type2) == false);
3105 CHK(type.Contains(&type2) == false);
3116 CHK(type.Contains(NULL) == false);
4854 +* bool Contains(cons
[all...]
/haiku-fatelf/src/apps/showimage/
H A DShowImageView.cpp251 if (Bounds().Contains(mousePos))
1109 if (fHasSelection && fSelectionBox.Bounds().Contains(point)
/haiku-fatelf/src/preferences/backgrounds/
H A DBackgroundsView.cpp986 if (!imageType.Contains(&refType))
1173 if (IsEnabled() && Bounds().Contains(point)) {
/haiku-fatelf/src/kits/app/
H A DApplication.cpp1569 && BMimeType("application").Contains(&type)) {

Completed in 311 milliseconds

1234567891011