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

/haiku/headers/build/os/app/
H A DRoster.h174 bool *wasDocument) const;
177 bool *wasDocument) const;
/haiku/headers/os/app/
H A DRoster.h202 bool* wasDocument) const;
206 BFile* appFile, bool* wasDocument) const;
/haiku/src/kits/app/
H A DRoster.cpp1905 bool wasDocument = true; local
1919 &appFlags, &wasDocument);
1928 wasDocument ? docRef : NULL);
1935 bool isScript = wasDocument && docRef != NULL && *docRef == appRef;
1969 } else if (wasDocument && appThread == B_NOT_AN_EXECUTABLE)
1997 if (!wasDocument) {
2036 const entry_ref* _ref = argvOnly || !wasDocument
2106 \param wasDocument A pointer to a pre-allocated bool variable to be set to
2217 \param wasDocument A pointer to a pre-allocated bool variable to be set to

Completed in 39 milliseconds