Home
last modified time | relevance | path

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 DTextDocument.cpp476 TextDocument::AddListener(TextListenerRef listener) in AddListener()
491 TextDocument::RemoveListener(TextListenerRef listener) in RemoveListener()
774 std::vector<TextListenerRef> listeners(fTextListeners); in _NotifyTextChanging()
778 const TextListenerRef& listener = listeners[i]; in _NotifyTextChanging()
793 std::vector<TextListenerRef> listeners(fTextListeners); in _NotifyTextChanged()
796 const TextListenerRef& listener = listeners[i]; in _NotifyTextChanged()
H A DTextDocumentLayout.h124 TextListenerRef fTextListener;