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

/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp114 fLastActionInfo(NULL)
124 fLastActionInfo(NULL)
165 if (actionInfo != fLastActionInfo) {
167 if (fLastActionInfo != NULL) {
168 action = fLastActionInfo->action;
170 action->MouseAway(this, where, fLastActionInfo->startOffset,
171 fLastActionInfo->endOffset, message);
184 fLastActionInfo = actionInfo;
H A DHyperTextView.h68 const ActionInfo* fLastActionInfo; member in class:HyperTextView

Completed in 36 milliseconds