Searched refs:Contains (Results 1 - 25 of 251) sorted by path

1234567891011

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex321 Contains special data as described in section \ref{resources-unknown}.
335 Contains special data as described in section \ref{resources-unknown}.
345 Contains special data as described in section \ref{resources-unknown}.
537 Contains the check sum for the resource info table. The check sum is
/haiku/headers/os/interface/
H A DRect.h84 bool Contains(BPoint point) const;
85 bool Contains(BRect rect) const;
H A DRegion.h54 bool Contains(BPoint point) const;
55 bool Contains(int32 x, int32 y);
56 bool Contains(int32 x, int32 y) const;
/haiku/headers/os/storage/
H A DDirectory.h44 bool Contains(const char *path, int32 nodeFlags = B_ANY_NODE) const;
45 bool Contains(const BEntry *entry, int32 nodeFlags = B_ANY_NODE) const;
H A DMimeType.h93 bool Contains(const BMimeType* type) const;
/haiku/headers/private/debugger/model/
H A DTeamMemoryBlock.h42 bool Contains(target_addr_t address) const;
H A DWatchpoint.h35 bool Contains(target_addr_t address) const;
/haiku/headers/private/debugger/types/
H A DTargetAddressRange.h54 bool Contains(target_addr_t address) const function in class:TargetAddressRange
59 bool Contains(const TargetAddressRange& other) const function in class:TargetAddressRange
66 return Contains(other.Start()) || other.Contains(Start());
H A DTargetAddressRangeList.h34 bool Contains(target_addr_t address) const;
/haiku/headers/private/debugger/util/
H A DRangeList.h48 bool Contains(int32 value) const;
/haiku/headers/private/shared/
H A DHashSet.h128 bool Contains(const Key& key) const;
180 bool Contains(const Key& key) const function in class:BPrivate::SynchronizedHashSet
186 return fSet.Contains(key);
313 // Contains
316 HashSet<Key>::Contains(const Key& key) const function in class:BPrivate::HashSet
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp127 if (tab->minimizeRect.Contains(where)) {
138 if (fTopTab->look == B_DOCUMENT_WINDOW_LOOK && fResizeRect.Contains(where))
146 && fBorderRect.Contains(where) && !fFrame.Contains(where)) {
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp350 if (fBlankRect.Contains(where)) {
360 if (fNeverBlankRect.Contains(where))
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp258 if (fVolumes->Contains(volume))
284 if (fVolumes->Contains(volume)) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp172 if (!fBoxRect.Contains(where))
188 if (fBoxRect.Contains(where)) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp694 if (attributes.Contains("\\Noselect"))
H A DProtocol.cpp88 if (Capabilities().Contains("ID")) {
232 if (!Capabilities().Contains("QUOTA"))
/haiku/src/add-ons/network_settings/dialup/
H A DInterfaceUtils.cpp16 #include <ListItem.h> // Contains StringItem class declaration
26 if(!screenFrame.Contains(point))
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticWindow.cpp286 if (!screen.Frame().Contains(centeredRect))
297 if (!screen.Frame().Contains(tryRect))
300 if (!screen.Frame().Contains(tryRect))
312 if (!screen.Frame().Contains(tryRect))
315 if (!screen.Frame().Contains(tryRect))
/haiku/src/add-ons/translators/ppm/
H A DPPMMain.cpp66 if (!f.Contains(o)) {
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.cpp119 if (Frame().Contains(point))
H A DDiagramItemGroup.cpp177 if (item->Frame().Contains(point) && (item->howCloseTo(point) == 1.0)) {
189 if (item->Frame().Contains(point)) {
207 if (item->Frame().Contains(point) && (item->howCloseTo(point) == 1.0))
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp181 if (r.Contains(point)) {
205 if (r.Contains(point)) {
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp106 if (!screen.Frame().Contains(Frame())) {
149 if (!screenRect.Contains(windowRect)) {
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp244 if (dragRect.Contains(point)) {

Completed in 140 milliseconds

1234567891011