Home | History | Annotate | Download | only in graphics

Lines Matching defs:Client

27 /// Scroll, and implement the Client interface. Your OnPaint handler will
37 /// class MyClass : public pp::Instance, public PaintManager::Client {
53 /// // Implementation of PaintManager::Client
71 class Client {
104 virtual ~Client() {}
113 /// and client.
124 /// @param client A non-owning pointer and must remain valid (normally the
125 /// object implementing the Client interface will own the paint manager).
140 PaintManager(Instance* instance, Client* client, bool is_always_opaque);
151 /// @param client A non-owning pointer and must remain valid (normally the
152 /// object implementing the Client interface will own the paint manager).
167 void Initialize(Instance* instance, Client* client, bool is_always_opaque);
259 // Does the client paint and executes a Flush if necessary.
272 Client* client_;