Searched refs:IndexOf (Results 76 - 100 of 171) sorted by relevance

1234567

/haiku/src/servers/app/stackandtile/
H A DTiling.cpp248 int32 hIndex = hTabs->IndexOf(crossing->HorizontalTab());
251 int32 vIndex = vTabs->IndexOf(crossing->VerticalTab());
523 int32 index = orthTabs->IndexOf(startOrthTab);
H A DSATGroup.cpp180 int32 oldIndex = fWindowList.IndexOf(window);
247 int32 indexAfter = fWindowList.IndexOf(after);
1086 int32 leftTab = fVerticalTabs.IndexOf(area->LeftTab());
1087 int32 rightTab = fVerticalTabs.IndexOf(area->RightTab());
1088 int32 topTab = fHorizontalTabs.IndexOf(area->TopTab());
1089 int32 bottomTab = fHorizontalTabs.IndexOf(area->BottomTab());
/haiku/src/preferences/media/
H A DMediaWindow.cpp528 fListView->Select(fListView->IndexOf(mixer));
530 fListView->Select(fListView->IndexOf(video));
532 fListView->Select(fListView->IndexOf(audio));
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp181 int32 toRetrieve = fUniqueIDs.IndexOf(uid);
281 int32 toRetrieve = fUniqueIDs.IndexOf(uidString);
526 Delete(fUniqueIDs.IndexOf(toDelete.StringAt(i)));
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp289 int32 index = tabMenu->IndexOf(selected);
543 fController->CloseTab(ContainerView()->IndexOf(this));
569 fController->CloseTab(ContainerView()->IndexOf(this));
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp173 fListView->IndexOf(this));
340 int32 index = IndexOf(where);
633 indices[i] = IndexOf((BListItem*)items.ItemAtFast(i));
H A DStyleListView.cpp172 fListView->InvalidateItem(fListView->IndexOf(this));
399 int32 index = IndexOf(where);
555 indices[i] = IndexOf((BListItem*)items.ItemAtFast(i));
H A DTransformerListView.cpp90 fListView->IndexOf(this));
344 indices[i] = IndexOf((BListItem*)items.ItemAtFast(i));
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp279 // IndexOf
281 Desktop::IndexOf(WindowLayer* window) const function in class:Desktop
283 return fWindows.IndexOf((void*)window);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp111 int32 target = IndexOf(point);
150 int32 to = IndexOf(point);
/haiku/headers/libs/linprog/
H A DLinearSpec.h98 int32 IndexOf(const Variable* variable) const;
/haiku/src/libs/linprog/
H A DConstraint.cpp68 int32 i = fLS->Constraints().IndexOf(this);
/haiku/src/kits/interface/
H A DGroupLayout.cpp312 int32 index = fVisibleItems.IndexOf(item);
H A DOptionPopUp.cpp339 return menu->IndexOf(marked);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp165 int32 firstIndex = IndexOf(updateRect.LeftTop());
166 int32 lastIndex = IndexOf(updateRect.RightBottom());
507 DrawListItem( this, IndexOf( item ), itemFrame );
578 int32 index = IndexOf(where);
/haiku/headers/os/app/
H A DLooper.h65 int32 IndexOf(BHandler* handler) const;
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp236 fTypeField->Menu()->IndexOf(fTypeField->Menu()->FindMarked()),
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp167 int32 action = fActionMenu->IndexOf(fActionMenu->FindMarked());
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp458 int32 IndexOf(TreeTableNode* child);
566 TreeTableNode::IndexOf(TreeTableNode* child) function in class:TreeTableNode
568 return fChildren != NULL ? fChildren->IndexOf(child) : -1;
1136 _path.AddComponent(node->Parent()->IndexOf(node));
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp170 fOpenAsEncoding = (uint32)fOpenPanelEncodingMenu->IndexOf(
/haiku/headers/os/interface/
H A DTabView.h186 int32 IndexOf(BTab* tab) const;
/haiku/src/apps/pairs/
H A DPairsWindow.cpp152 switch (fIconSizeMenu->IndexOf(marked)) {
/haiku/src/kits/app/
H A DLooper.cpp454 BLooper::IndexOf(BHandler* handler) const function in class:BLooper
458 return fHandlers.IndexOf(handler);
472 if (handler && handler->Looper() == this && IndexOf(handler) >= 0) {
1466 // check that new target is owned by looper; use IndexOf() to avoid
1469 if (newTarget == NULL || IndexOf(newTarget) < 0)
/haiku/src/apps/fontdemo/
H A DControlView.cpp292 familyindex = fFontFamilyMenu->IndexOf(currentFamilyItem);
302 fFontStyleindex = submenu->IndexOf(markedStyle);
/haiku/src/preferences/time/
H A DZoneView.cpp135 fZoneList->Select(fZoneList->IndexOf(fCurrentZoneItem));
469 int32 currentZoneIndex = fZoneList->IndexOf(fCurrentZoneItem);

Completed in 243 milliseconds

1234567