Searched refs:Contains (Results 51 - 75 of 255) sorted by relevance

1234567891011

/haiku-fatelf/src/kits/interface/
H A DRegion.cpp296 BRegion::Contains(BPoint point) const function in class:BRegion
308 BRegion::Contains(int32 x, int32 y) function in class:BRegion
320 BRegion::Contains(int32 x, int32 y) const function in class:BRegion
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h26 bool Contains(const char* string) const;
/haiku-fatelf/src/apps/deskcalc/
H A DCalcWindow.cpp162 if (forceCenter || !screenFrame.Contains(frame)) {
/haiku-fatelf/src/apps/diskprobe/
H A DFileWindow.cpp116 FileWindow::Contains(const entry_ref &ref, const char *attribute) function in class:FileWindow
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp90 if (fCheckBoxRect.Contains(where)) {
/haiku-fatelf/src/kits/shared/
H A DShakeTrackingFilter.cpp69 if (!fTargetView->Bounds().Contains(position))
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DAbstractButton.cpp161 bool pressedInBounds = Bounds().Contains(where);
/haiku-fatelf/src/tests/servers/app/window_creation/
H A Dmain.cpp87 if (!fScreenFrame.Contains(frame))
/haiku-fatelf/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp136 } while (!BRect(100, 100, 200, 200).Contains(leftTop));
/haiku-fatelf/src/tools/
H A Dgenerate_attribute_stores.cpp74 if (!directory.Contains(ATTRIBUTE_DIR_NAME,
/haiku-fatelf/src/kits/tracker/
H A DTrackerString.h77 bool Contains(const char*, bool caseSensitivity = false) const;
/haiku-fatelf/headers/os/interface/
H A DRect.h84 bool Contains(BPoint p) const;
85 bool Contains(BRect r) const;
/haiku-fatelf/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp349 if (fBlankRect.Contains(where)) {
359 if (fNeverBlankRect.Contains(where))
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp258 if (fVolumes->Contains(volume))
284 if (fVolumes->Contains(volume)) {
/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp181 if (r.Contains(point)) {
202 if (item && r.Contains(point)) {
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp227 if (!screen.Frame().Contains(Frame())) {
335 if (!screenRect.Contains(windowRect)) {
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/popup_control/
H A DInputSlider.cpp71 if (!fWindow->Frame().Contains(view->ConvertToScreen(point)))
133 if (fTextView->Frame().Contains(where))
138 if (SliderFrame().Contains(where)) {
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.cpp92 if (fPreviousManipulator->TrackingBounds(fView).Contains(where)
132 if (manipulator->TrackingBounds(fView).Contains(where)
/haiku-fatelf/src/preferences/mouse/
H A DMouseView.cpp154 if (frame.Contains(where)) {
165 if (clipping.Contains(where)) {
/haiku-fatelf/src/servers/app/
H A DIntRect.cpp260 IntRect::Contains(const IntPoint& point) const function in class:IntRect
268 IntRect::Contains(const IntRect& rect) const function in class:IntRect
H A DIntRect.h89 bool Contains(const IntPoint& p) const;
90 bool Contains(const IntRect& r) const;
/haiku-fatelf/src/servers/app/stackandtile/
H A DStacking.cpp231 if (!window->Decorator()->TitleBarRect().Contains(mousePosition))
250 if (tab->tabRect.Contains(mousePosition)) {
/haiku-fatelf/src/servers/notification/
H A DAppGroupView.cpp133 if (BRect(fCloseRect).InsetBySelf(-5, -5).Contains(point)) {
146 } else if (BRect(fCollapseRect).InsetBySelf(-5, -5).Contains(point)) {
/haiku-fatelf/src/system/kernel/slab/
H A DObjectCache.cpp263 if (!partial.Contains(source) && !full.Contains(source)) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DVolumeManager.cpp257 if (fVolumes->Contains(volume))
283 if (fVolumes->Contains(volume)) {

Completed in 598 milliseconds

1234567891011