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

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc41 class TestPlatformEventSource : public ui::PlatformEventSource { class in namespace:views::__anon17044
43 TestPlatformEventSource() { function in class:views::__anon17044::TestPlatformEventSource
48 virtual ~TestPlatformEventSource() {}
55 DISALLOW_COPY_AND_ASSIGN(TestPlatformEventSource);
226 TestPlatformEventSource event_source_;
/external/chromium_org/ui/events/platform/
H A Dplatform_event_source_unittest.cc46 class TestPlatformEventSource : public PlatformEventSource { class in namespace:ui
48 TestPlatformEventSource() function in class:ui::TestPlatformEventSource
51 virtual ~TestPlatformEventSource() {}
74 DISALLOW_COPY_AND_ASSIGN(TestPlatformEventSource);
144 TestPlatformEventSource* source() { return source_.get(); }
149 source_.reset(new TestPlatformEventSource());
153 scoped_ptr<TestPlatformEventSource> source_;
729 base::Bind(base::IgnoreResult(&TestPlatformEventSource::Dispatch),

Completed in 109 milliseconds