Home
last modified time | relevance | path

Searched refs:OpenWithPreferredApplication (Results 1 – 5 of 5) sorted by relevance

/haiku/src/bin/
H A Dopen.cpp100 result = url.OpenWithPreferredApplication(); in main()
/haiku/headers/os/support/
H A DUrl.h80 status_t OpenWithPreferredApplication(
/haiku/src/kits/support/
H A DUrl.cpp722 BUrl::OpenWithPreferredApplication(bool onProblemAskUser) const in OpenWithPreferredApplication() function in BUrl
/haiku/docs/user/support/
H A DUrl.dox471 \fn status_t BUrl::OpenWithPreferredApplication(bool onProblemAskUser=true) const
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp750 url.OpenWithPreferredApplication(); in MessageReceived()