Searched refs:node_ref (Results 151 - 175 of 190) sorted by relevance

12345678

/haiku/src/kits/tracker/
H A DDirMenu.cpp227 window->TargetModel()->NodeRef(), sizeof (node_ref));
H A DFilePanelPriv.cpp346 node_ref child;
360 const_cast<const node_ref*>(&child)),
396 node_ref itemNode;
399 node_ref dirNode;
420 node_ref itemNode;
1494 node_ref rootRef;
1531 TFilePanel::SelectChildInParent(const entry_ref*, const node_ref* child)
H A DFSUndoRedo.cpp155 node_ref source;
H A DContainerWindow.h135 virtual bool IsShowing(const node_ref*) const;
H A DPoseView.cpp1231 BPoseView::WatchNewNode(const node_ref* item)
1238 BPoseView::WatchNewNode(const node_ref* item, uint32 mask, BMessenger messenger)
1434 node_ref dirNode;
1435 node_ref itemNode;
1717 node_ref itemNode;
1720 node_ref dirNode;
1741 node_ref ref;
2365 node_ref node;
3277 node_ref node;
3391 node_ref destNodeRe
[all...]
H A DOpenWithWindow.cpp508 OpenWithContainerWindow::IsShowing(const node_ref*) const
926 OpenWithPoseView::Represents(const node_ref*) const
1313 window->TargetModel()->NodeRef(), sizeof(node_ref));
H A DNavMenu.cpp288 originatingWindow->TargetModel()->NodeRef(), sizeof(node_ref));
321 originatingWindow->TargetModel()->NodeRef(), sizeof (node_ref));
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp279 node_ref nref;
/haiku/src/kits/storage/
H A DStatable.cpp83 // Fills out ref with the node_ref of the node.
85 BStatable::GetNodeRef(node_ref* ref) const
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp51 node_ref ref;
/haiku/src/servers/app/font/
H A DFontManager.cpp298 FontManager::_AddFont(FT_Face face, node_ref nodeRef, const char* path,
/haiku/src/apps/deskbar/
H A DStatusView.cpp107 printf("node_ref: %" B_PRIdDEV ", %" B_PRIdINO "\n", item->nodeRef.device,
542 TReplicantTray::DeskbarItemFor(node_ref& nodeRef)
574 TReplicantTray::NodeExists(node_ref& nodeRef)
619 node_ref nodeRef;
649 node_ref nodeRef;
713 TReplicantTray::AddItem(int32 id, node_ref nodeRef, BEntry& entry, bool isAddOn)
743 TReplicantTray::UnloadAddOn(node_ref* nodeRef, dev_t* device, bool which,
965 node_ref nodeRef;
/haiku/src/apps/mail/
H A DAddressTextControl.cpp86 const node_ref& nodeRef);
473 const node_ref& nodeRef)
H A DMailApp.cpp689 node_ref nodeRef;
700 node_ref mailNodeRef;
/haiku/src/servers/package/
H A DRoot.cpp171 Root::Init(const node_ref& nodeRef, bool isSystemRoot)
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp272 ClientVolume::GetNode(const node_ref& nodeRef)
/haiku/src/apps/showimage/
H A DImageFileNavigator.cpp255 node_ref nodeRef;
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp87 node_ref nref;
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp376 node_ref node;
/haiku/src/kits/mail/
H A DMailProtocol.cpp323 node_ref newParentRef;
/haiku/src/servers/notification/
H A DNotificationWindow.cpp396 node_ref nref;
/haiku/src/kits/app/
H A DMessage.cpp723 node_ref ref;
726 printf("node_ref(device=%d, node=%" B_PRIdINO ", ",
2724 BMessage::AddNodeRef(const char* name, const node_ref* ref)
2726 size_t size = sizeof(node_ref);
3018 BMessage::FindNodeRef(const char* name, node_ref* ref) const
3025 BMessage::FindNodeRef(const char* name, int32 index, node_ref* ref) const
3038 *ref = node_ref();
3210 BMessage::ReplaceNodeRef(const char* name, const node_ref* ref)
3217 BMessage::ReplaceNodeRef(const char* name, int32 index, const node_ref* ref)
3219 size_t size = sizeof(node_ref)
[all...]
/haiku/src/apps/people/
H A DPersonWindow.cpp445 node_ref nodeRef;
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp705 node_ref nodeRef;
805 node_ref nodeRef;
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp240 // 5. BDirectory(const node_ref*)
245 node_ref nref;
252 BDirectory dir((node_ref *)NULL);
259 node_ref nref;
462 // 5. BDirectory(const node_ref*)
466 node_ref nref;
473 CPPUNIT_ASSERT( dir.SetTo((node_ref *)NULL) == B_BAD_VALUE );

Completed in 327 milliseconds

12345678