Searched refs:Contains (Results 226 - 250 of 255) sorted by relevance

1234567891011

/haiku-fatelf/src/kits/interface/
H A DChannelSlider.cpp299 if (frame.Contains(where)) {
H A DMenuField.cpp442 if (!fMenuBar->Frame().Contains(where))
H A DOutlineListView.cpp175 && LatchRect(ItemFrame(index), item->fLevel).Contains(point)) {
H A DSlider.cpp569 if (BarFrame().Contains(point) || ThumbFrame().Contains(point))
H A DSplitLayout.cpp874 if (frame.Contains(point)) {
H A DListView.cpp1022 if (Bounds().Contains(itemFrame))
H A DWindow.cpp3903 if (!view->IsHidden() && view->Bounds().Contains(point)) {
/haiku-fatelf/src/kits/storage/
H A DMimeType.cpp241 BMimeType::Contains(const BMimeType *type) const function in class:BMimeType
/haiku-fatelf/src/preferences/filetypes/
H A DIconView.cpp809 && BitmapRect().Contains(where)) {
/haiku-fatelf/src/preferences/keymap/
H A DKeymapWindow.cpp983 if (!screen.Frame().Contains(windowFrame)) {
/haiku-fatelf/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp724 inBorderRegion = decorator->GetFootprint().Contains(where);
/haiku-fatelf/src/apps/cortex/TransportView/
H A DTransportView.cpp177 if(nameBounds.Contains(point)) {
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp1077 if (!rangeList->Contains(instructionPointer)) {
/haiku-fatelf/src/apps/text_search/
H A DGrepWindow.cpp1839 if (directory.Contains(&entry))
/haiku-fatelf/src/servers/app/drawing/
H A DDrawingEngine.cpp894 if (!fPainter->Bounds().Contains(frame)) {
/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp1200 || dir.Contains(&wind_entry)) {
H A DIconCache.cpp225 if (bounds.Contains(where))
/haiku-fatelf/src/bin/mail_utils/
H A Dspamdbm.cpp5007 if (!TextAnyMIMEType.Contains (&ComponentMIMEType) &&
5030 ExamineComponent = TextPlainMIMEType.Contains (&ComponentMIMEType);
5035 ExamineComponent = TextAnyMIMEType.Contains (&ComponentMIMEType);
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1169 } else if (!region.Contains(where)) {
/haiku-fatelf/src/apps/magnify/
H A DMagnify.cpp439 if (haveLoc && BScreen(B_MAIN_SCREEN_ID).Frame().Contains(loc)) {
/haiku-fatelf/src/kits/app/
H A DRoster.cpp154 && directory.Contains(&entry)) {
/haiku-fatelf/src/preferences/shortcuts/clv/
H A DColumnListView.cpp1008 if(ClickedItem->fExpanderButtonRect.Contains(point))
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditWindow.cpp1338 && screen.Frame().Contains(newFrame)) {
/haiku-fatelf/src/servers/app/
H A DDesktop.cpp1803 if (window->IsVisible() && window->VisibleRegion().Contains(where))
/haiku-fatelf/src/apps/mail/
H A DContent.cpp1919 for (int32 index = 0; dir.Contains(name); index++)

Completed in 409 milliseconds

1234567891011