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 { class in inherits:BLooper
29 ClientLooper(const char* name,
31 virtual ~ClientLooper();
H A Dmakefile33 SRCS= ClientLooper.cpp \
H A DClientLooper.cpp15 #include "ClientLooper.h"
85 ClientLooper::ClientLooper(const char* name, WindowLayer* serverWindow) function in class:ClientLooper
101 ClientLooper::~ClientLooper()
108 ClientLooper::MessageReceived(BMessage* message)
169 ClientLooper::_DrawAnimatedLayer(int32 token)
H A DWindowLayer.h12 class ClientLooper;
160 ClientLooper* fClient;
H A DWindowLayer.cpp8 #include "ClientLooper.h"
60 fClient(new ClientLooper(name, this)),
/haiku/src/servers/app/
H A DWindow.h72 class ClientLooper;

Completed in 95 milliseconds