Searched refs:TextListenerRef (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h90 bool AddListener(TextListenerRef listener);
91 bool RemoveListener(TextListenerRef listener);
120 std::vector<TextListenerRef>
H A DTextListener.h71 typedef BReference<TextListener> TextListenerRef; typedef
H A DTextDocumentLayout.h124 TextListenerRef fTextListener;
H A DTextDocument.cpp471 TextDocument::AddListener(TextListenerRef listener)
486 TextDocument::RemoveListener(TextListenerRef listener)
769 std::vector<TextListenerRef> listeners(fTextListeners);
773 const TextListenerRef& listener = listeners[i];
788 std::vector<TextListenerRef> listeners(fTextListeners);
791 const TextListenerRef& listener = listeners[i];

Completed in 126 milliseconds