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

/haiku-fatelf/headers/os/interface/
H A DShelf.h119 BDragger::relation& relation);
128 BDragger::relation& relation);
H A DDragger.h102 enum relation { enum in class:BDragger
110 relation fRelation;
/haiku-fatelf/src/kits/interface/
H A DShelf.cpp164 BDragger::relation relation, unsigned long id);
181 BDragger::relation relation; member in struct:BPrivate::replicant_data
261 BDragger::relation _relation, unsigned long _id)
266 relation(_relation),
279 relation(BDragger::TARGET_UNKNOWN),
1210 if (item->relation == BDragger::TARGET_IS_PARENT
1211 || item->relation == BDragger::TARGET_IS_SIBLING) {
1214 if (item->relation
1304 BDragger::relation relation = BDragger::TARGET_UNKNOWN; local
1355 _GetReplicant(BMessage *data, BView *view, const BPoint &point, BDragger *&dragger, BDragger::relation &relation) argument
1403 _GetReplicantData(BMessage *data, BView *view, BView *&replicant, BDragger *&dragger, BDragger::relation &relation) argument
[all...]
/haiku-fatelf/src/kits/tracker/
H A DOpenWithWindow.cpp786 // sort by relation and by name
1046 // relation with the lowest number goes first
1162 int32 relation = modelProxy->Relation(fIterator, &fEntriesToOpen); local
1163 if (lastRelation != -1 && relation != lastRelation)
1165 lastRelation = relation;
1592 int32 relation = Relation(entriesToOpen, appModel, preferredApp, 0); local
1593 if (relation == kNoRelation && !ShowAllApplications()) {
1605 if (relation != kNoRelation && relation != kSuperhandler
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c9828 xmlSchemaPErrMemory(NULL, "allocating schema relation", NULL);
10266 xmlSchemaSchemaRelationPtr relation = NULL; local
10289 * skip the location and relation logic and just parse the doc.
10310 * Create a relation for the graph of schemas.
10312 relation = xmlSchemaSchemaRelationCreate();
10313 if (relation == NULL)
10316 relation);
10317 relation->type = type;
10323 relation->importNamespace = importNamespace;
10327 * Note that we don't assign a bucket to the relation
[all...]

Completed in 79 milliseconds