Searched refs:item (Results 601 - 625 of 629) sorted by relevance

<<212223242526

/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp762 BMenuItem* item = searchMenu->ItemAt(i); local
763 BMessage* message = item->Message();
765 item->SetMarked(true);
H A DBrowserWindow.cpp2257 BMenuItem* item = menu->ItemAt(i); local
2258 BString label = item->Label();
2260 if (item->Submenu()) {
2262 item->Submenu()->AddItem(newItem);
2265 menu->RemoveItem(item);
2267 subMenu->AddItem(item);
H A DURLInputGroup.cpp89 BrowsingHistoryItem item = history->HistoryItemAt(i); local
90 const BString& choiceText = item.URL();
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp305 named_color *item = (named_color*)fGradients.ItemAt(i);
307 if (strstr(grad, item->name)) {
308 rgb_color color = item->color;
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp757 // find the bottom item in the column
786 // find the right-most item in the row
954 BMenuItem *item; local
957 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Icon view"), message));
960 item->SetMarked(true);
964 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Mini icon view"), message));
967 item->SetMarked(true);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c581 int rc, item = 0; local
641 icx->parent_pos[icx->pindex] = item;
645 item++;
668 ntfs_log_trace("Parent entry number %d\n", item);
669 icx->parent_pos[icx->pindex] = item;
/haiku/src/build/libbe/app/
H A DMessage.cpp80 Type *item = (Type *)pointer; local
81 item->PrintToStream();
89 Type *item = (Type *)pointer; local
90 printf(format, *item, *item);
1376 // the caller expects to add to this field. Since we do no item pre-
/haiku/src/preferences/filetypes/
H A DIconView.cpp874 BMenuItem* item = new BMenuItem( local
877 item->SetEnabled(false);
879 menu->AddItem(item);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h234 small_data* item, int32 index);
/haiku/headers/os/interface/
H A DWindow.h320 BMenuItem* item);
/haiku/src/apps/terminal/
H A DPrefHandler.cpp511 setString(defaults->key, defaults->item);
/haiku/src/kits/app/
H A DMessage.cpp89 Type* item = (Type*)pointer; local
90 item->PrintToStream();
98 Type* item = (Type*)pointer; local
99 printf(format,* item,* item);
107 Type* item = (Type*)pointer; local
108 printf(format, *item, *item, *item);
1790 // the caller expects to add to this field. Since we do no item pr
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c381 ath_beacon_update(struct ieee80211vap *vap, int item) argument
385 setbit(bo->bo_flags, item);
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py439 for item in range(start, size):
440 start = yield recording[item]
/haiku/src/kits/media/
H A DParameterWeb.cpp62 //for each item BEGIN
66 //for each item END
1117 // add the item to the list
2018 int32* item = static_cast<int32*>(fValues->ItemAt(index)); local
2019 if (item == NULL)
2022 return *item;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c83 # define _NL_CURRENT(category, item) \
84 (current->values[_NL_ITEM_INDEX (item)].string)
/haiku/src/kits/tracker/
H A DPoseView.cpp936 // update item count view in window if necessary
1231 BPoseView::WatchNewNode(const node_ref* item) argument
1233 return WatchNewNode(item, WatchNewNodeMask(), BMessenger(this));
1238 BPoseView::WatchNewNode(const node_ref* item, uint32 mask, BMessenger messenger) argument
1240 status_t result = TTracker::WatchNode(item, mask, messenger);
1680 // make sure that the last item in the list is not placed
1994 // add item to list and draw if necessary
2015 // if this is the first item then we set extent here
2052 // check filter before adding item
2874 // see if source was a menu item
2875 BMenuItem* item; local
9924 BMenuItem* item = menu->ItemAt(index); local
[all...]
H A DPoseView.h561 status_t WatchNewNode(const node_ref* item);
/haiku/src/kits/interface/
H A DView.cpp4771 BLayoutItem* item = fLayoutData->fLayoutItems.ItemAt(index); local
4772 item->RemoveSelf();
4773 // Removes item from fLayoutItems list
4775 delete item;
6935 BView::Private::RegisterLayoutItem(BLayoutItem* item) argument
6937 fView->fLayoutData->fLayoutItems.AddItem(item);
6942 BView::Private::DeregisterLayoutItem(BLayoutItem* item) argument
6944 fView->fLayoutData->fLayoutItems.RemoveItem(item);
H A DWindow.cpp95 BMenuItem* item);
242 BWindow::Shortcut::Shortcut(uint32 key, uint32 modifiers, BMenuItem* item) argument
246 fMenuItem(item),
1685 BWindow::AddShortcut(uint32 key, uint32 modifiers, BMenuItem* item) argument
1687 Shortcut* shortcut = new(std::nothrow) Shortcut(key, modifiers, item);
H A DColumnListView.cpp2901 BMenuItem* item = new BMenuItem(name.String(), message); local
2902 item->SetMarked(column->IsVisible());
2903 item->SetTarget(me);
2904 fColumnPop->AddItem(item);
3644 // fill background below last item
4148 // so we will select the first visible item in the list.
4529 // New item is somewhere in the current region. Scroll everything
4539 // Adding the item may have caused the item that the user is currently
4541 // bugs, as the position of that item i
[all...]
/haiku/src/build/libgnuregex/
H A Dregex.c2329 /* This pushes an item onto the failure stack. Must be a four-byte
2332 #define PUSH_FAILURE_ITEM(item) \
2333 fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item
2343 #define DEBUG_PUSH(item)
3017 the type of `word', i.e., is something that fits into one item on the
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2560.c115 static void rt2560_beacon_update(struct ieee80211vap *, int item);
1274 rt2560_beacon_update(struct ieee80211vap *vap, int item) argument
1278 setbit(bo->bo_flags, item);
/haiku/src/bin/network/ftpd/
H A Dftpd.c1298 const void *item; local
1343 * back as a changed value of the PAM_USER item.
1345 if ((e = pam_get_item(pamh, PAM_USER, &item)) ==
1347 tmpl_user = (const char *) item;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c2825 rum_update_beacon(struct ieee80211vap *vap, int item) argument
2847 switch (item) {
2859 setbit(bo->bo_flags, item);

Completed in 470 milliseconds

<<212223242526