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

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

Completed in 51 milliseconds