Lines Matching defs:BMimeType

7 	BMimeType implementation.
37 /*! \brief Creates an uninitialized BMimeType object.
39 BMimeType::BMimeType()
46 /*! \brief Creates a BMimeType object and initializes it to the supplied
52 BMimeType::BMimeType(const char *mimeType)
62 BMimeType::~BMimeType()
90 BMimeType::SetTo(const char *mimeType)
92 if (!mimeType || !BMimeType::IsValid(mimeType)) {
111 BMimeType::Unset()
126 BMimeType::InitCheck() const
137 BMimeType::Type() const
149 BMimeType::IsValid() const
151 return InitCheck() == B_OK && BMimeType::IsValid(Type());
160 BMimeType::IsSupertypeOnly() const
185 // BMimeType::IsInstalled() const
193 BMimeType is not properly initialized, the supplied object will be Unset().
194 \param superType A pointer to the BMimeType object that shall be
202 BMimeType::GetSupertype(BMimeType *superType) const
230 Two BMimeType objects are said to be equal, if they represent the same
232 \param type The BMimeType to be compared with.
236 BMimeType::operator==(const BMimeType &type) const
257 A BMimeType objects equals a MIME string, if its MIME string equals the
264 BMimeType::operator==(const char *type) const
266 BMimeType mime;
280 BMimeType::Contains(const BMimeType *type) const
286 BMimeType super;
298 BMimeType::IsValid(const char *string)
349 BMimeType::SetType(const char *mimeType)
356 BMimeType::GuessMimeType(const entry_ref *ref, BMimeType *type)
393 BMimeType::GuessMimeType(const void *_buffer, int32 length, BMimeType *type)
410 BMimeType::GuessMimeType(const char *filename, BMimeType *type)
420 void BMimeType::_ReservedMimeType1() {}
421 void BMimeType::_ReservedMimeType2() {}
422 void BMimeType::_ReservedMimeType3() {}
427 BMimeType &
428 BMimeType::operator=(const BMimeType &)
436 BMimeType::BMimeType(const BMimeType &)