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

/haiku/src/servers/launch/
H A DConditions.cpp61 class NotCondition : public ConditionContainer { class in inherits:ConditionContainer
63 NotCondition(const BMessage& args);
64 NotCondition();
140 return new NotCondition(args);
338 NotCondition::NotCondition(const BMessage& args) function in class:NotCondition
345 NotCondition::NotCondition() function in class:NotCondition
351 NotCondition::Test(ConditionContext& context) const
363 NotCondition
[all...]

Completed in 29 milliseconds