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

/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp66 struct HyperTextView::ActionInfo { struct in class:HyperTextView
67 ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action) function in struct:HyperTextView::ActionInfo
75 ~ActionInfo()
80 static int Compare(const ActionInfo* a, const ActionInfo* b)
85 static int CompareEqualIfIntersecting(const ActionInfo* a,
86 const ActionInfo* b)
101 : public BObjectList<HyperTextView::ActionInfo> {
104 : BObjectList<HyperTextView::ActionInfo>(itemsPerBlock, owning)
164 const ActionInfo* actionInf
[all...]
H A DHyperTextView.h60 struct ActionInfo;
64 const ActionInfo* _ActionInfoAt(const BPoint& where) const;
68 const ActionInfo* fLastActionInfo;

Completed in 31 milliseconds