Searched refs:TextListenerRef (Results 1 – 4 of 4) sorted by relevance
90 bool AddListener(TextListenerRef listener);91 bool RemoveListener(TextListenerRef listener);120 std::vector<TextListenerRef>
71 typedef BReference<TextListener> TextListenerRef; typedef
476 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()
124 TextListenerRef fTextListener;