Searched refs:UpdateMimeInfoThread (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/registrar/mime/
H A DUpdateMimeInfoThread.cpp12 \file UpdateMimeInfoThread.h
13 UpdateMimeInfoThread implementation
17 #include "UpdateMimeInfoThread.h"
25 //! Creates a new UpdateMimeInfoThread object
26 UpdateMimeInfoThread::UpdateMimeInfoThread(const char* name, int32 priority, function in class:BPrivate::Storage::Mime::UpdateMimeInfoThread
44 UpdateMimeInfoThread::DoMimeUpdate(const entry_ref* entry, bool* _entryIsDir)
H A DUpdateMimeInfoThread.h6 \file UpdateMimeInfoThread.h
7 UpdateMimeInfoThread interface declaration
24 class UpdateMimeInfoThread : public MimeUpdateThread { class in namespace:BPrivate::Storage::Mime
26 UpdateMimeInfoThread(const char* name,
/haiku/headers/build/private/storage/mime/
H A DUpdateMimeInfoThread.h6 \file UpdateMimeInfoThread.h
7 UpdateMimeInfoThread interface declaration
19 class UpdateMimeInfoThread : public MimeUpdateThread { class in namespace:BPrivate::Storage::Mime
21 UpdateMimeInfoThread(const char *name, int32 priority,
/haiku/src/servers/registrar/
H A DMIMEManager.cpp31 #include "UpdateMimeInfoThread.h"
242 using BPrivate::Storage::Mime::UpdateMimeInfoThread;
283 thread = new(nothrow) UpdateMimeInfoThread(synchronous

Completed in 156 milliseconds