Searched refs:fType (Results 1 - 25 of 228) sorted by last modified time

12345678910

/haiku/src/apps/diskprobe/
H A DProbeView.cpp173 BString fType; member in class:TypeMenuItem
841 fType(type)
852 *_width += Menu()->StringWidth(fType.String());
867 point.x = Frame().right - 4 - Menu()->StringWidth(fType.String());
870 Menu()->DrawString(fType.String(), point);
H A DDataEditor.cpp498 fType = info.type;
734 bytesWritten = fFile.WriteAttr(fAttribute, fType, fRealViewOffset,
963 bytesRead = node.ReadAttr(fAttribute, fType, fRealViewOffset, fView,
/haiku/src/preferences/filetypes/
H A DIconView.h155 BMimeType fType; member in class:IconView
H A DIconView.cpp363 //fType = B_VECTOR_ICON_TYPE;
673 if (!strcasecmp(type, fType.Type())) {
688 && !strcasecmp(type, fType.Type())) {
913 icon->SetTo(fRef, fType.Type());
915 icon->SetTo(fType);
995 fType.SetTo(fileType);
997 fType.Unset();
1013 fType.SetTo(type.Type());
1043 fType.Unset();
1076 if (bitmap != NULL && icon_for_type(fType, *bitma
[all...]
H A DApplicationTypeWindow.cpp91 const char* Type() const { return fType.String(); }
100 BString fType; member in class:SupportedTypeItem
188 fType(type)
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp46 fType(type),
95 return BTransactionIssue(fType, packageName, fPath1, fPath2,
100 BTransactionIssue::BType fType; member in struct:CommitTransactionHandler::TransactionIssueBuilder
/haiku/src/kits/tracker/
H A DPoseView.cpp5297 fType(type),
5309 return accumulator && accumulator->fType == fType
5326 (fCallOnThis->PoseView()->*fFunc)(fType.String(),
5338 BString fType; member in class:MetaMimeChangedAccumulator
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp288 fType(0)
297 fType(0)
314 return fType;
356 fType = B_MIME_STRING_TYPE;
358 fType = B_RAW_TYPE;
364 uint32 fType; member in struct:FUSEVolume::AttrCookie
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp35 fType(type),
174 switch (fType) {
288 switch (fType) {
335 switch (fType) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp30 fType(type)
44 fParent, fName, fMode, fOpenMode, fType);
55 uint32 fType; member in class:BFSInodeTracing::Create
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h162 { return fType; }
168 DwarfType* fType; member in class:DwarfInheritance
182 { return fType; }
189 DwarfType* fType; member in class:DwarfDataMember
220 { return fType; }
223 DwarfType* fType; member in class:DwarfArrayDimension
244 DwarfType* fType; member in class:DwarfFunctionParameter
257 virtual Type* GetType() const { return fType; }
263 Type* fType; member in class:DwarfTemplateParameter
H A DDwarfTypes.cpp461 fType(type)
463 fType->AcquireReference();
469 fType->ReleaseReference();
476 return fType;
488 fType(type)
490 fType->AcquireReference();
496 fType->ReleaseReference();
509 return fType;
549 fType(type)
551 fType
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp276 fType(NULL)
285 fType = dynamic_cast<DIEType*>(value.reference);
286 return fType != NULL ? B_OK : B_BAD_DATA;
409 fType(NULL)
418 fType = dynamic_cast<DIEType*>(value.reference);
419 return fType != NULL ? B_OK : B_BAD_DATA;
873 fType(NULL),
930 fType = dynamic_cast<DIEType*>(value.reference);
931 return fType != NULL ? B_OK : B_BAD_DATA;
1052 fType(NUL
[all...]
/haiku/src/system/boot/loader/
H A Dmenu.cpp61 fType(MENU_ITEM_STANDARD),
140 fType = type;
220 fType(type),
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp35 fType(GRADIENT_LINEAR),
57 fType(GRADIENT_LINEAR),
83 if (archive->FindInt32("type", (int32*)&fType) < B_OK)
84 fType = GRADIENT_LINEAR;
106 fType(other.fType),
150 ret = into->AddInt32("type", (int32)fType);
176 SetType(other.fType);
205 fType == other.fType
[all...]
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp253 fType(image->info.basic_info.type),
300 return fType;
436 image_type fType; member in struct:__anon2::ImageInfo
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.cpp104 fType(type)
154 if (fType == UnixFifoType::Datagram) {
203 if (fType == UnixFifoType::Datagram) {
242 if (fType == UnixFifoType::Datagram) {
307 if (fType == UnixFifoType::Datagram) {
664 switch (fType) {
H A DUnixFifo.h102 UnixFifoType fType; member in class:UnixBufferQueue
166 UnixFifoType fType; member in class:UnixFifo
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp36 fType(type),
47 return fType;
77 int fType; member in struct:CliContext::Event
/haiku/headers/os/interface/
H A DAlert.h119 uint8 fType; member in class:BAlert
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp20 fType(type),
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp149 { fType = type; }
160 type_code Type() const { return fType; }
168 type_code fType; member in class:Attribute
187 { return fType; }
234 int32 fType; member in class:Inode
1010 fType(0),
1038 fType = type;
1171 fType = type;
/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp80 rule_type Type() const { return fType; }
102 rule_type fType; member in class:Rule
452 fType(type),
/haiku/src/kits/interface/
H A DAlert.cpp185 ret = data->AddInt32("_atype", fType);
210 return (alert_type)fType;
217 fType = type;
536 switch (fType) {
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.cpp85 fType(type)
106 if (fType == TYPE_SETTINGS)
110 package->Volume()->MountType(), fType);

Completed in 188 milliseconds

12345678910