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

/haiku/headers/os/support/
H A DUrl.h78 bool HasPreferredApplication() const;
/haiku/src/kits/support/
H A DUrl.cpp692 BUrl::HasPreferredApplication() const function in class:BUrl
745 if (HasPreferredApplication())
746 printf("HasPreferredApplication() == true\n");
748 printf("HasPreferredApplication() == false\n");

Completed in 82 milliseconds