Home
last modified time | relevance | path

Searched refs:textType (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp485 BMimeType textType("text"); in CommonFindAppTest13() local
487 = (textType.GetPreferredApp(preferredApp) == B_OK); in CommonFindAppTest13()
492 BMimeType textType("text"); in CommonFindAppTest13() local
493 textType.SetPreferredApp(hasPreferredApp ? preferredApp : NULL); in CommonFindAppTest13()
H A DLaunchTester.cpp649 BMimeType textType("text"); in CommonLaunchTest13() local
651 = (textType.GetPreferredApp(preferredApp) == B_OK); in CommonLaunchTest13()
656 BMimeType textType("text"); in CommonLaunchTest13() local
657 textType.SetPreferredApp(hasPreferredApp ? preferredApp : NULL); in CommonLaunchTest13()