Searched refs:ref (Results 251 - 275 of 722) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp77 const NodeRef *ref,
79 : ref(ref),
85 const NodeRef *ref; member in struct:live_node_window
218 remove_observer(this, entry->ref);
322 const NodeRef *ref) {
330 // make sure the ref is valid
331 if (!ref) {
336 if (_findWindowFor(ref->id(), &window)) {
348 if (_addWindowFor(ref, windo
76 live_node_window( const NodeRef *ref, BWindow *window) argument
321 openWindowFor( const NodeRef *ref) argument
637 _addWindowFor( const NodeRef *ref, BWindow *window) argument
[all...]
/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp279 entry_ref ref; local
280 for (int32 index = 0; specifier->FindRef("refs", index, &ref)
282 launchMessage.AddRef("refs", &ref);
333 entry_ref ref; local
335 for (int32 index = 0; specifier->FindRef("data", index, &ref)
338 BPose* pose = FindPose(&ref, form, &poseIndex);
386 entry_ref ref; local
388 for (int32 index = 0; specifier->FindRef("refs", index, &ref)
391 BPose* pose = FindPose(&ref, form, &poseIndex);
429 entry_ref ref; local
526 entry_ref ref; local
595 entry_ref ref; local
632 entry_ref ref; local
712 FindPose(const entry_ref* ref, int32 specifierForm, int32* index) const argument
[all...]
H A DTracker.cpp383 const entry_ref* ref = window->TargetModel()->EntryRef(); local
384 if (entry.SetTo(ref) == B_OK
394 if (window != FindContainerWindow(ref)
687 entry_ref ref;
688 ASSERT(message->FindRef("refs", 0, &ref) == B_OK);
689 if (message->FindRef("refs", 0, &ref) != B_OK)
693 set_default_printer(ref.name);
702 makeActiveMessage.AddString("printer", ref.name);
723 entry_ref ref; local
724 ASSERT(message->FindRef("refs", index, &ref)
753 entry_ref ref; local
848 OpenRef(const entry_ref* ref, const node_ref* nodeToClose, const node_ref* nodeToSelect, OpenSelector selector, const BMessage* messageToBundle) argument
1027 entry_ref ref; local
1054 entry_ref ref; local
1165 entry_ref ref; local
1182 entry_ref ref; local
[all...]
H A DFSClipboard.cpp398 entry_ref ref; local
399 if (clip->FindRef(refName, &ref) != B_OK)
404 if (updateNodeRef.device != ref.device
405 || updateNodeRef.node != ref.directory) {
411 updateNodeRef.device = ref.device;
412 updateNodeRef.node = ref.directory;
426 BEntry entry(&ref);
429 bool sameDirectory = destNodeRef->device == ref.device
430 && destNodeRef->node == ref.directory;
445 moveList->AddItem(new entry_ref(ref));
560 const entry_ref* ref = model->EntryRef(); local
607 const entry_ref* ref = model->EntryRef(); local
751 UpdateNode(node_ref* node, entry_ref* ref) argument
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp371 NodeRef *ref; local
372 while (manager->getNextRef(&ref, &cookie) == B_OK)
374 remove_observer(this, ref);
598 NodeRef* ref; local
599 if(manager->getNodeRef(id, &ref) < B_OK)
603 status_t err = manager->roster->StartTimeSource(ref->node(), when);
607 ref->id(), strerror(err)));
617 NodeRef* ref; local
618 if(manager->getNodeRef(id, &ref) < B_OK)
622 status_t err = manager->roster->StopTimeSource(ref
1031 entry_ref ref; local
1261 NodeRef *ref; local
1532 NodeRef *ref; local
1719 _checkDroppedFile( entry_ref *ref, BPoint dropPoint) argument
1785 _changeBackground( entry_ref *ref) argument
[all...]
/haiku/src/apps/resedit/
H A DResView.cpp46 const int32 &flags, const entry_ref *ref)
54 if (ref) {
56 *fRef = *ref;
94 if (ref)
95 OpenFile(*ref);
177 entry_ref ref; local
178 while (msg->FindRef("refs", i++, &ref) == B_OK)
179 AddResource(ref);
240 ResView::OpenFile(const entry_ref &ref) argument
243 BFile file(&ref, B_READ_ONL
45 ResView(const BRect &frame, const char *name, const int32 &resize, const int32 &flags, const entry_ref *ref) argument
375 AddResource(const entry_ref &ref) argument
[all...]
/haiku/src/tests/kits/app/broster/
H A DLaunchTester.cpp121 entry_ref ref; local
124 CHK(entry.GetRef(&ref) == B_OK);
125 return ref;
136 return info.ref;
329 entry_ref ref = ref_for_team(team); local
330 CHK(ref_for_path(appFile1) == ref);
335 CHK(context.CheckMainArgsMessage(caller, team, cookie, &ref));
337 CHK(context.CheckArgvMessage(caller, team, cookie, &ref));
362 entry_ref ref = ref_for_team(team); local
363 CHK(ref_for_path(appFile1) == ref);
395 entry_ref ref = ref_for_team(team); local
430 entry_ref ref = ref_for_team(team); local
467 entry_ref ref = ref_for_team(team); local
504 entry_ref ref = ref_for_team(team); local
542 entry_ref ref = ref_for_team(team); local
583 entry_ref ref = ref_for_team(team); local
614 entry_ref ref = ref_for_team(team); local
669 entry_ref ref = ref_for_team(team); local
721 entry_ref ref = ref_for_team(team); local
1397 entry_ref ref = ref_for_team(team); local
1522 entry_ref ref = ref_for_team(team); local
1615 entry_ref ref = ref_for_team(team); local
1650 entry_ref ref = ref_for_team(team); local
1745 entry_ref ref = ref_for_team(team); local
1764 SimpleFileCaller1(const entry_ref &ref) argument
1875 entry_ref ref = ref_for_team(team); local
1911 entry_ref ref = ref_for_team(team); local
1950 entry_ref ref = ref_for_team(team); local
2015 entry_ref ref = ref_for_team(team); local
2089 entry_ref ref = ref_for_team(team); local
2157 entry_ref ref = ref_for_team(team); local
2185 SimpleFileCaller2(const entry_ref &ref) argument
2292 entry_ref ref = ref_for_team(team); local
2328 entry_ref ref = ref_for_team(team); local
2367 entry_ref ref = ref_for_team(team); local
2431 entry_ref ref = ref_for_team(team); local
2505 entry_ref ref = ref_for_team(team); local
2542 entry_ref ref = ref_for_team(team); local
2612 entry_ref ref = ref_for_team(team); local
2640 SimpleFileCaller3(const entry_ref &ref) argument
2747 entry_ref ref = ref_for_team(team); local
2783 entry_ref ref = ref_for_team(team); local
2822 entry_ref ref = ref_for_team(team); local
2886 entry_ref ref = ref_for_team(team); local
2966 entry_ref ref = ref_for_team(team); local
3001 entry_ref ref = ref_for_team(team); local
3071 entry_ref ref = ref_for_team(team); local
[all...]
/haiku/headers/os/media/
H A DMediaFiles.h32 const entry_ref& ref);
41 const char* item, const entry_ref& ref);
/haiku/headers/os/storage/
H A DResourceStrings.h25 BResourceStrings(const entry_ref& ref);
32 virtual status_t SetStringFile(const entry_ref* ref);
/haiku/src/apps/switcher/
H A DLaunchButton.h44 void SetTo(const entry_ref* ref);
65 void _UpdateIcon(const entry_ref* ref);
/haiku/src/servers/index/
H A DIndexServer.h72 void RegisterAddOn(entry_ref ref);
73 void UnregisterAddOn(entry_ref ref);
/haiku/src/tests/kits/app/common/
H A DAppRunner.h23 status_t GetRef(entry_ref *ref);
53 status_t find_test_app(const char *testApp, entry_ref *ref);
/haiku/src/preferences/keymap/
H A DKeymap.h37 status_t Load(const entry_ref& ref);
38 status_t Save(const entry_ref& ref);
/haiku/src/apps/expander/
H A DExpanderRules.h48 ExpanderRule* MatchingRule(const entry_ref* ref);
67 bool Filter(const entry_ref* ref, BNode* node,
H A DExpanderRules.cpp98 ExpanderRules::MatchingRule(const entry_ref* ref) argument
100 BEntry entry(ref, true);
105 BString fileName(ref->name);
220 RuleRefFilter::Filter(const entry_ref* ref, BNode* node, struct stat_beos* stat, argument
226 BString fileName(ref->name);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPMailbox.h37 const entry_ref& ref);
41 const entry_ref& ref, uint32 oldFlags,
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp74 CLuceneWriteDataBase::AddDocument(const entry_ref& ref) argument
78 if (fAddQueue.at(i) == ref)
81 fAddQueue.push_back(ref);
88 CLuceneWriteDataBase::RemoveDocument(const entry_ref& ref) argument
92 if (fDeleteQueue.at(i) == ref)
95 fDeleteQueue.push_back(ref);
242 CLuceneWriteDataBase::_IndexDocument(const entry_ref& ref) argument
244 BPath path(&ref);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNode.cpp45 node_ref ref; local
46 ref.device = fStat.st_dev;
47 ref.node = fStat.st_ino;
48 return ref;
103 NoAllocEntryRef ref(volumeID, directoryID, name);
104 return FindReferringEntry(ref);
114 NoAllocEntryRef ref(entry->GetEntryRef());
115 if (ref == entryRef)
/haiku/src/apps/launchbox/
H A DLaunchButton.h45 void SetTo(const entry_ref* ref);
66 void _UpdateIcon(const entry_ref* ref);
/haiku/src/system/boot/platform/efi/
H A Dmmu.cpp292 for (memory_region **ref = &allocated_regions; *ref;
293 ref = &(*ref)->next) {
295 if ((*ref)->matches((phys_addr_t)(addr_t)address, size)) {
300 memory_region* old = *ref;
302 *ref = (*ref)->next;
/haiku/src/system/kernel/cache/
H A Dvnode_store.h44 void SetFileCacheRef(file_cache_ref* ref) argument
45 { fFileCacheRef = ref; }
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp111 entry_ref ref; local
114 if (GetNextSelectedRef(&ref) == B_OK) {
115 BEntry entry(&ref);
116 BNode node(&ref);
120 BBitmap* bitmap = BTranslationUtils::GetBitmap(&ref);
154 if (BMimeType::GuessMimeType(&ref, &refType) == B_OK) {
185 ImageFilter::Filter(const entry_ref* ref, BNode* node, argument
194 if (BMimeType::GuessMimeType(ref, &refType) == B_OK)
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.h64 bool _GetSettingsFile(entry_ref* ref);
68 bool _GetWindowSettingsFile(entry_ref* ref);
87 // true iff the file-requester's ref should be appended to current
/haiku/src/servers/media/
H A DMediaFilesManager.cpp97 BPath path(&info.ref);
139 BPath path(&info.ref);
235 *_ref = &info->ref;
259 const entry_ref& ref)
266 status_t status = _SetItem(type, item, &ref);
351 entry_ref* ref = NULL; local
352 if (GetRefFor(type, name, &ref) != B_OK) {
395 const entry_ref* ref, const float* gain)
422 if (ref != NULL)
423 info.ref
258 SetRefFor(const char* type, const char* item, const entry_ref& ref) argument
394 _SetItem(const char* _type, const char* _item, const entry_ref* ref, const float* gain) argument
492 entry_ref ref; local
[all...]
/haiku/headers/os/mail/
H A DMailAttachment.h22 virtual status_t SetTo(entry_ref *ref) = 0;
39 BSimpleMailAttachment(entry_ref *ref);
45 virtual status_t SetTo(entry_ref *ref);
86 BAttributedMailAttachment(entry_ref *ref);
92 virtual status_t SetTo(entry_ref *ref);

Completed in 121 milliseconds

<<11121314151617181920>>