Searched refs:ActionInfo (Results 1 – 2 of 2) sorted by relevance
66 struct HyperTextView::ActionInfo { struct in HyperTextView67 ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action) in ActionInfo() argument75 ~ActionInfo() in ~ActionInfo() argument80 static int Compare(const ActionInfo* a, const ActionInfo* b) in Compare()85 static int CompareEqualIfIntersecting(const ActionInfo* a, in CompareEqualIfIntersecting()86 const ActionInfo* b) in CompareEqualIfIntersecting()101 : public BObjectList<HyperTextView::ActionInfo> { argument104 : BObjectList<HyperTextView::ActionInfo>(itemsPerBlock, owning) in ActionInfoList()164 const ActionInfo* actionInfo = _ActionInfoAt(where); in MouseMoved()206 fActionInfos->BinaryInsert(new ActionInfo(startOffset, endOffset, action), in AddHyperTextAction()[all …]
60 struct ActionInfo;64 const ActionInfo* _ActionInfoAt(const BPoint& where) const;68 const ActionInfo* fLastActionInfo;