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

/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp13 // #pragma mark - URLAction
16 URLAction::URLAction(const BString& url) function in class:URLAction
23 URLAction::~URLAction()
29 URLAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
H A DHyperTextActions.h13 class URLAction : public HyperTextAction { class in inherits:HyperTextAction
15 URLAction(const BString& url);
16 virtual ~URLAction();
H A DAboutSystem.cpp1459 new URLAction(urlAddress));
1473 new URLAction(urlAddress));
1608 new URLAction("https://www.haiku-os.org"));
1611 new URLAction("https://www.haiku-inc.org/donate"));

Completed in 73 milliseconds