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.h1223 class InputEventAckNotificationObserver : public content::NotificationObserver { class in inherits:content::NotificationObserver
1225 InputEventAckNotificationObserver(AutomationProvider* automation,
1228 virtual ~InputEventAckNotificationObserver();
1242 DISALLOW_COPY_AND_ASSIGN(InputEventAckNotificationObserver);
H A Dautomation_provider_observers.cc2147 InputEventAckNotificationObserver::InputEventAckNotificationObserver( function in class:InputEventAckNotificationObserver
2167 InputEventAckNotificationObserver::~InputEventAckNotificationObserver() {}
2169 void InputEventAckNotificationObserver::Observe(

Completed in 512 milliseconds