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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentLayout.cpp55 fTextListener(new(std::nothrow) LayoutTextListener(this), true),
67 fTextListener(new(std::nothrow) LayoutTextListener(this), true),
80 fTextListener(new(std::nothrow) LayoutTextListener(this), true),
84 fDocument->AddListener(fTextListener);
101 fDocument->RemoveListener(fTextListener);
108 fDocument->AddListener(fTextListener);
H A DTextDocumentLayout.h124 TextListenerRef fTextListener; member in class:TextDocumentLayout

Completed in 487 milliseconds