Searched refs:HasItem (Results 76 - 92 of 92) sorted by relevance

1234

/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp649 if (!fLocalLayouters.HasItem(localLayouter)) {
H A DOutlineListView.cpp424 return fFullList.HasItem(item);
H A DColumnListView.cpp1085 if (!fSortColumns.HasItem(column))
1189 if (fColumns.HasItem(column)) {
3133 if (fSortColumns->HasItem(fSelectedColumn)) {
H A DListView.cpp1163 BListView::HasItem(BListItem *item) const function in class:BListView
H A DTextView.cpp776 && fDisallowedChars->HasItem(
2477 if (!fDisallowedChars->HasItem(reinterpret_cast<void*>(character)))
5976 if (fDisallowedChars->HasItem(
5990 if (fDisallowedChars->HasItem(
/haiku/src/apps/mediaplayer/
H A DController.cpp1027 if (listener && !fListeners.HasItem(listener))
/haiku/src/servers/input/
H A DAddOnManager.cpp968 if (!fDeviceAddOns.HasItem(addOn)
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp517 if (listener && !fListeners.HasItem(listener))
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp357 if (item && !selectedItems.HasItem((void*)item))
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp2747 if (fExpressionChildren.HasItem(node->NodeChild())) {
3221 if (!fExpressionChildren.HasItem(node->NodeChild()))
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp1187 if (fChildren.HasItem(child) || !fChildren.AddItem(child))
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.cpp1029 if (!fListeners.HasItem(listener) && fListeners.AddItem(listener)) {
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp1358 if (currentArea != veto && !newGroup.HasItem(currentArea)) {
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp1003 if (listener && !fListeners.HasItem((void*)listener))
/haiku/src/kits/tracker/
H A DPoseView.cpp5233 if (!fBrokenLinks->HasItem(brokenLinksCopy->ItemAt(i)))
7272 if (fSelectionPivotPose && !fSelectionList->HasItem(fSelectionPivotPose))
7274 if (fRealPivotPose && !fSelectionList->HasItem(fRealPivotPose))
7875 pose->Select(!fSelectionList->HasItem(pose));
7906 if (!newList->HasItem((void*)(addr_t)oldIndex)) {
8778 if (fSelectionList->HasItem(pose))
8799 if (fSelectionList->HasItem(pose))
/haiku/src/servers/app/
H A DWindow.cpp1574 return fSubsets.HasItem(window);
H A DDesktop.cpp1091 if (!fWorkspacesViews.HasItem(view))

Completed in 223 milliseconds

1234