Searched refs:BNodeInfo (Results 26 - 50 of 99) sorted by relevance

1234

/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp162 && (BNodeInfo::GetTrackerIcon(&ref, this, m_size) == B_OK)) {
185 BNodeInfo::GetTrackerIcon(&appInfo.ref, this, m_size);
/haiku/src/kits/tracker/
H A DModel.cpp610 BNodeInfo info(fNode);
652 BNodeInfo info(fNode);
913 BNodeInfo info(fNode);
989 BNodeInfo mime(&file);
1469 BNodeInfo nodeInfo(Node());
H A DFindPanel.cpp227 if (BNodeInfo(fFile).GetType(type) == B_OK
301 if (BNodeInfo(file).GetType(type) != B_OK)
412 ThrowOnError(BNodeInfo(file).SetType(
439 BNodeInfo(file).SetType(queryTemplate
1313 BNodeInfo(&file).SetType(queryTemplate
1983 BNodeInfo(&node).GetType(type);
2020 BNodeInfo(&node).GetType(type);
/haiku/src/servers/mail/
H A DDeskbarView.cpp421 BNodeInfo(&file).SetType("application/x-vnd.Be-query");
441 BNodeInfo(&file).SetType("application/x-vnd.Be-query");
487 BNodeInfo info(&node);
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp684 BNodeInfo* fileInfo = new BNodeInfo(&file);
/haiku/src/apps/people/
H A DPersonWindow.cpp210 BNodeInfo* node = new BNodeInfo(&file);
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp122 BNodeInfo::GetTrackerIcon(&ref, icon, B_LARGE_ICON);
H A DPieView.cpp81 if (BNodeInfo::GetTrackerIcon(&fAppRef, fIcon, B_MINI_ICON) == B_OK) {
292 if (BNodeInfo::GetTrackerIcon(&fClickedFile->ref, icon,
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp183 BNodeInfo nodeInfo(&node);
/haiku/src/preferences/filetypes/
H A DPreferredAppMenu.cpp225 BNodeInfo nodeInfo(&file);
/haiku/src/kits/print/
H A DJobs.cpp118 BNodeInfo info(&node);
H A DPrinter.cpp148 BNodeInfo(&node).GetType(type);
/haiku/src/apps/screenshot/
H A DUtility.cpp127 BNodeInfo nodeInfo(&file);
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp247 BNodeInfo info(&node);
/haiku/src/apps/terminal/
H A DTermApp.cpp236 BNodeInfo info(&file);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp145 BNodeInfo nodeInfo(&node);
/haiku/src/apps/processcontroller/
H A DUtilities.cpp68 || BNodeInfo::GetTrackerIcon(&info.ref, infoPack.team_icon,
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp38 BNodeInfo nodeInfo(&node);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp374 // the BNodeInfo to ignore it and just use the bitmap bounds.
375 if (BNodeInfo::GetTrackerIcon(ref, icon, (icon_size)fIconSize) == B_OK)
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp320 BNodeInfo info(&node);
/haiku/src/kits/app/
H A DNotification.cpp45 if (BNodeInfo::GetTrackerIcon(&appInfo.ref, fBitmap,
/haiku/src/kits/midi/
H A DSoftSynth.cpp144 BNodeInfo nodeInfo(&node);
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp103 BNodeInfo::SetTo(NULL);
132 error = BNodeInfo::SetTo(file);
142 BNodeInfo::SetTo(NULL);
/haiku/src/kits/storage/
H A DAppFileInfo.cpp103 BNodeInfo::SetTo(NULL);
132 error = BNodeInfo::SetTo(file);
142 BNodeInfo::SetTo(NULL);
/haiku/src/apps/mail/
H A DMailApp.cpp530 BNodeInfo(&copy).SetType("text/plain");
562 BNodeInfo(&user).SetType("text/plain");
620 BNodeInfo node(&file);

Completed in 141 milliseconds

1234