Home
last modified time | relevance | path

Searched refs:currentType (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/storage/mime/
H A DMimeSnifferAddonManager.cpp156 BMimeType currentType; in GuessMimeType() local
158 &currentType); in GuessMimeType()
160 type->SetTo(currentType.Type()); in GuessMimeType()
186 BMimeType currentType; in GuessMimeType() local
188 length, &currentType); in GuessMimeType()
190 type->SetTo(currentType.Type()); in GuessMimeType()
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp42 const char* currentType) in NewFileTypeWindow() argument
60 if (currentType != NULL) { in NewFileTypeWindow()
61 if (!strncmp(type, currentType, strlen(type))) in NewFileTypeWindow()
H A DNewFileTypeWindow.h21 NewFileTypeWindow(FileTypesWindow* target, const char* currentType);
H A DTypeListWindow.h21 TypeListWindow(const char* currentType, uint32 what, BWindow* target);
H A DTypeListWindow.cpp28 TypeListWindow::TypeListWindow(const char* currentType, uint32 what, in TypeListWindow() argument
H A DAttributeWindow.cpp304 type_code currentType = _CurrentType(); in _CheckDisplayAs() local
314 if (type == currentType) { in _CheckDisplayAs()