Searched refs:Contains (Results 176 - 200 of 255) sorted by relevance

1234567891011

/haiku-fatelf/src/bin/bfs_tools/lib/
H A DInode.cpp1153 Directory::Contains(const block_run *run) function in class:Directory
1173 Directory::Contains(const Inode *inode) function in class:Directory
1197 return Contains(&inode->InodeBuffer()->inode_num);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPInboundProtocol.cpp481 return BDirectory(fMailboxPath.Path()).Contains(&entry, B_FILE_NODE);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DIMAPStorage.cpp386 if (!dir.Contains(ref.name))
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp291 || !fChartFrame.InsetByCopy(1, 1).Contains(fLastMousePos)) {
/haiku-fatelf/src/apps/webpositive/
H A DDownloadWindow.cpp236 if (view->Bounds().Contains(viewWhere)) {
H A DBrowserWindow.cpp613 if (CurrentWebView()->Bounds().Contains(where)) {
1372 if (!screenFrame.Contains(frame)) {
1472 if (persistentStorage->Contains(key)) {
1477 } else if (sessionStorage->Contains(key)) {
/haiku-fatelf/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp344 if (fPackageNames->Contains(fPackageInfo.Name())) {
/haiku-fatelf/src/servers/notification/
H A DNotificationView.cpp333 if (!closeRect.Contains(point)) {
/haiku-fatelf/src/apps/debugger/controllers/
H A DDebugReportGenerator.cpp402 if (fCurrentBlock == NULL || !fCurrentBlock->Contains(startAddress)) {
/haiku-fatelf/src/preferences/virtualmemory/
H A DSettingsWindow.cpp226 if (!screenFrame.Contains(fSettings.WindowPosition()))
/haiku-fatelf/docs/develop/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-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp171 if (jack && jack->Frame().Contains(point))
214 if (labelRect.Contains(point))
/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp618 || BMimeType(supportedType).Contains(&mimeType);
651 found = BMimeType(supportedType).Contains(type);
/haiku-fatelf/src/kits/shared/
H A DCalendarView.cpp341 if (!frame.Contains(where))
1071 if (tmp.Contains(where)) {
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp670 || BMimeType(supportedType).Contains(&mimeType);
704 found = BMimeType(supportedType).Contains(type);
/haiku-fatelf/src/preferences/keymap/
H A DKeyboardLayoutView.cpp1058 if (key->frame.Contains(keyPoint)) {
1060 if (frame.Contains(point))
/haiku-fatelf/src/preferences/mail/
H A DConfigWindow.cpp500 if (!screenFrame.Contains(Frame().LeftTop())
501 || !screenFrame.Contains(Frame().RightBottom()))
/haiku-fatelf/src/apps/workspaces/
H A DWorkspaces.cpp553 if (window->Frame().Contains(where))
564 if (!Bounds().Contains(where))
/haiku-fatelf/src/kits/interface/
H A DColumnListView.cpp3335 if (fLatchRect.Contains(pos)) {
3535 if (fLatchRect.Contains(position) && row->HasLatch()) {
3543 if (fLatchRect.Contains(position)) {
3702 if (fFieldRect.Contains(position)) {
3738 if (fLatchRect.Contains(position)) {
3763 if (fVisibleRect.Contains(position)) {
3778 if (fVisibleRect.Contains(position)) {
3830 if (fLatchRect.Contains(position)) {
H A DTextView.cpp618 if (region.Contains(where)) {
745 if (Bounds().Contains(where))
1025 if (region.Contains(fWhere))
4826 && (fTrackingMouse != NULL || !textRegion.Contains(where))) {
4840 if (Bounds().Contains(where))
4865 if (!bounds.Contains(dragRect))
5172 if (Bounds().Contains(where))
/haiku-fatelf/src/apps/tv/
H A DMainWin.cpp453 if (r.Contains(fMouseDownMousePos)) {
462 if (r.Contains(fMouseDownMousePos)) {
/haiku-fatelf/src/apps/deskcalc/
H A DCalcView.cpp560 if (bounds.Contains(point)) {
791 if (keypadRect.Contains(dropPoint) && dropColor) {
/haiku-fatelf/src/kits/tracker/
H A DPoseView.cpp398 size_t size = (size_t)node->Contains(name, B_RAW_TYPE);
402 size = (size_t)node->Contains(name, B_RAW_TYPE);
516 size_t size = (size_t)node->Contains(name, B_RAW_TYPE);
520 size = (size_t)node->Contains(name, B_RAW_TYPE);
3217 if (bounds.Contains(poseRect.LeftTop())
3218 || bounds.Contains(poseRect.LeftBottom())
3219 || bounds.Contains(poseRect.RightBottom())
3220 || bounds.Contains(poseRect.RightTop())) {
3258 if (Window()->Frame().Contains(globalLocation))
3535 if (!Bounds().Contains(rec
[all...]
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp233 if (screenFrame.Contains(point))
/haiku-fatelf/src/apps/charactermap/
H A DCharacterView.cpp134 return Bounds().Contains(_FrameFor(c));

Completed in 484 milliseconds

1234567891011