Searched defs:PlatformEventWaiter (Results 1 - 2 of 2) sorted by path

/external/chromium_org/ui/events/test/
H A Dplatform_event_waiter.cc12 PlatformEventWaiter::PlatformEventWaiter( function in class:ui::PlatformEventWaiter
20 PlatformEventWaiter::~PlatformEventWaiter() {
24 void PlatformEventWaiter::WillProcessEvent(const PlatformEvent& event) {
31 void PlatformEventWaiter::DidProcessEvent(const PlatformEvent& event) {
35 PlatformEventWaiter* PlatformEventWaiter::Create(
38 return new PlatformEventWaiter(success_callback, event_matcher);
H A Dplatform_event_waiter.h13 class PlatformEventWaiter : public PlatformEventObserver { class in namespace:ui
17 static PlatformEventWaiter* Create(const base::Closure& success_callback,
21 PlatformEventWaiter(const base::Closure& success_callback,
23 virtual ~PlatformEventWaiter();
32 DISALLOW_COPY_AND_ASSIGN(PlatformEventWaiter);

Completed in 252 milliseconds