Home
last modified time | relevance | path

Searched refs:ClientLooper (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.h27 class ClientLooper : public BLooper {
29 ClientLooper(const char* name,
31 virtual ~ClientLooper();
H A DClientLooper.cpp85 ClientLooper::ClientLooper(const char* name, WindowLayer* serverWindow) in ClientLooper() function in ClientLooper
101 ClientLooper::~ClientLooper() in ~ClientLooper()
108 ClientLooper::MessageReceived(BMessage* message) in MessageReceived()
169 ClientLooper::_DrawAnimatedLayer(int32 token) in _DrawAnimatedLayer()
H A DWindowLayer.h12 class ClientLooper; variable
160 ClientLooper* fClient;
H A Dmakefile33 SRCS= ClientLooper.cpp \
H A DWindowLayer.cpp60 fClient(new ClientLooper(name, this)), in WindowLayer()
/haiku/src/servers/app/
H A DWindow.h72 class ClientLooper; variable