Searched defs:InputEventAckNotificationObserver (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.h1249 class InputEventAckNotificationObserver : public NotificationObserver { class in inherits:NotificationObserver
1251 InputEventAckNotificationObserver(AutomationProvider* automation,
1254 virtual ~InputEventAckNotificationObserver();
1266 DISALLOW_COPY_AND_ASSIGN(InputEventAckNotificationObserver);
H A Dautomation_provider_observers.cc2201 InputEventAckNotificationObserver::InputEventAckNotificationObserver( function in class:InputEventAckNotificationObserver
2213 InputEventAckNotificationObserver::~InputEventAckNotificationObserver() {}
2215 void InputEventAckNotificationObserver::Observe(
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.h1397 class InputEventAckNotificationObserver : public content::NotificationObserver { class in inherits:content::NotificationObserver
1399 InputEventAckNotificationObserver(AutomationProvider* automation,
1402 virtual ~InputEventAckNotificationObserver();
1416 DISALLOW_COPY_AND_ASSIGN(InputEventAckNotificationObserver);
H A Dautomation_provider_observers.cc2154 InputEventAckNotificationObserver::InputEventAckNotificationObserver( function in class:InputEventAckNotificationObserver
2174 InputEventAckNotificationObserver::~InputEventAckNotificationObserver() {}
2176 void InputEventAckNotificationObserver::Observe(

Completed in 107 milliseconds