Searched refs:GetType (Results 151 - 172 of 172) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp54 if (fExpectReply && request->GetType() == fExpectedReply) {
59 switch (request->GetType()) {
221 B_PRIu32 "\n", request->GetType()));
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1775 st->st_type = attribute->GetType();
2009 st->st_type = index->GetType();
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp156 BAppFileInfo::GetType(char* type) const function in class:BAppFileInfo
/haiku/src/kits/storage/
H A DAppFileInfo.cpp156 BAppFileInfo::GetType(char* type) const function in class:BAppFileInfo
/haiku/src/apps/mail/
H A DMailApp.cpp621 node.GetType(type);
H A DMailWindow.cpp837 if (BNodeInfo(&node).GetType(fileType) != B_OK)
2892 fileInfo.GetType(mimeType);
2899 fileInfo.GetType(mimeType);
H A DContent.cpp1136 node.GetType(type);
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp265 if (info.GetType(type) != B_OK)
H A DIconView.cpp1381 if (info.GetType(type) != B_OK)
/haiku/src/kits/tracker/
H A DNavMenu.cpp201 if (nodeinfo.GetType(mimestr) == B_OK && strlen(mimestr) > 0) {
H A DOpenWithWindow.cpp212 if (info.GetType(type) != B_OK)
H A DFSUtils.cpp3445 if (info.GetType(type) == B_OK
H A DPoseView.cpp4310 mime.GetType(mimeType);
7576 if (info.GetType(type) != B_OK) {
/haiku/src/apps/terminal/
H A DTermViewStates.cpp1103 switch (link.GetType()) {
/haiku/src/kits/app/
H A DRoster.cpp2557 if (nodeInfo->GetType(mimeType) == B_OK)
2568 || nodeInfo->GetType(mimeType) != B_OK) {
H A DApplication.cpp1067 if (info.GetType(mimeType) != B_OK
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp958 if (gradient.GetType() == BGradient::TYPE_LINEAR
1896 switch (gradient.GetType()) {
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1736 if (nodeInfo.GetType(mimeString) == B_OK)
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp1478 type = modifiedType->GetType();
/haiku/src/servers/app/
H A DWindow.cpp913 if (lastClickTarget.GetType() == ClickTarget::TYPE_WINDOW_DECORATOR
H A DDesktop.cpp329 if (clickTarget.GetType() == ClickTarget::TYPE_WINDOW_CONTENTS)
/haiku/headers/private/userlandfs/private/
H A DRequests.h1987 switch (request->GetType()) {

Completed in 230 milliseconds

1234567