Home | History | Annotate | Download | only in display

Lines Matching defs:TestDelegate

22 // Strings returned by TestDelegate::GetActionsAndClear() to describe various
33 // String returned by TestDelegate::GetActionsAndClear() if no actions were
37 // Returns a string describing a TestDelegate::SetBackgroundColor() call.
42 // Returns a string describing a TestDelegate::ConfigureCrtc() call.
52 // Returns a string describing a TestDelegate::CreateFramebuffer() call.
62 // Returns a string describing a TestDelegate::ConfigureCTM() call.
72 // TestDelegate::GetActionsAndClear(). The list of actions must be
89 class TestDelegate : public OutputConfigurator::Delegate {
93 TestDelegate() {}
94 virtual ~TestDelegate() {}
204 DISALLOW_COPY_AND_ASSIGN(TestDelegate);
253 : test_api_(&configurator_, TestDelegate::kXRandREventBase) {}
257 delegate_ = new TestDelegate();
340 TestDelegate* delegate_; // not owned