Searched refs:IsFixedSize (Results 1 - 25 of 25) sorted by relevance

/haiku-fatelf/headers/os/support/
H A DFlattenable.h14 virtual bool IsFixedSize() const = 0;
H A DStringList.h66 virtual bool IsFixedSize() const;
/haiku-fatelf/headers/private/notification/
H A DAppUsage.h34 virtual bool IsFixedSize() const;
H A DNotificationReceived.h25 virtual bool IsFixedSize() const;
/haiku-fatelf/src/tests/kits/app/bpropertyinfo/
H A DPropertyFlattenTest.cpp60 assert(!propTest->IsFixedSize());
/haiku-fatelf/headers/os/app/
H A DPropertyInfo.h66 virtual bool IsFixedSize() const;
/haiku-fatelf/headers/os/storage/
H A DPath.h60 virtual bool IsFixedSize() const;
/haiku-fatelf/src/apps/resedit/
H A DBitmapView.h43 bool IsFixedSize(void) const { return fFixedSize; } function in class:BitmapView
/haiku-fatelf/src/servers/notification/
H A DNotificationReceived.cpp84 NotificationReceived::IsFixedSize() const function in class:NotificationReceived
H A DAppUsage.cpp87 AppUsage::IsFixedSize() const function in class:AppUsage
/haiku-fatelf/headers/os/net/
H A DNetworkCookieJar.h51 virtual bool IsFixedSize() const;
H A DNetworkAddress.h125 virtual bool IsFixedSize() const;
/haiku-fatelf/headers/os/media/
H A DParameterWeb.h95 virtual bool IsFixedSize() const;
165 virtual bool IsFixedSize() const;
244 virtual bool IsFixedSize() const;
H A DMediaAddOn.h78 virtual bool IsFixedSize() const;
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageFlattenableItemTest.h40 virtual bool IsFixedSize() const { return false; } function in class:MyFlattenableType
/haiku-fatelf/headers/os/interface/
H A DAffineTransform.h48 virtual bool IsFixedSize() const;
/haiku-fatelf/src/kits/storage/
H A DPath.cpp517 BPath::IsFixedSize() const function in class:BPath
/haiku-fatelf/src/kits/support/
H A DStringList.cpp330 BStringList::IsFixedSize() const function in class:BStringList
/haiku-fatelf/src/kits/media/
H A DMediaAddOn.cpp253 dormant_flavor_info::IsFixedSize() const function in class:dormant_flavor_info
H A DParameterWeb.cpp451 BParameterWeb::IsFixedSize() const function in class:BParameterWeb
850 BParameterGroup::IsFixedSize() const function in class:BParameterGroup
1494 BParameter::IsFixedSize() const function in class:BParameter
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkCookieJar.cpp217 BNetworkCookieJar::IsFixedSize() const function in class:BNetworkCookieJar
H A DNetworkAddress.cpp1044 BNetworkAddress::IsFixedSize() const function in class:BNetworkAddress
/haiku-fatelf/src/kits/app/
H A DPropertyInfo.cpp71 BPropertyInfo::IsFixedSize() const function in class:BPropertyInfo
/haiku-fatelf/src/kits/interface/
H A DAffineTransform.cpp78 BAffineTransform::IsFixedSize() const function in class:BAffineTransform
/haiku-fatelf/src/tests/kits/storage/
H A DPathTest.cpp1304 // 1. trivial methods (IsFixedSize(), TypeCode(), AllowsTypeCode)
1308 CPPUNIT_ASSERT( path.IsFixedSize() == false );
1317 CPPUNIT_ASSERT( path.IsFixedSize() == false );

Completed in 199 milliseconds