Home
last modified time | relevance | path

Searched refs:InputEventAckNotificationObserver (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.h1249 class InputEventAckNotificationObserver : public NotificationObserver {
1251 InputEventAckNotificationObserver(AutomationProvider* automation,
1254 virtual ~InputEventAckNotificationObserver();
1266 DISALLOW_COPY_AND_ASSIGN(InputEventAckNotificationObserver);
Dautomation_provider_observers.cc2201 InputEventAckNotificationObserver::InputEventAckNotificationObserver( in InputEventAckNotificationObserver() function in InputEventAckNotificationObserver
2213 InputEventAckNotificationObserver::~InputEventAckNotificationObserver() {} in ~InputEventAckNotificationObserver()
2215 void InputEventAckNotificationObserver::Observe( in Observe()
Dtesting_automation_provider.cc903 new InputEventAckNotificationObserver(this, reply_message, mouse_event.type); in WebkitMouseClick()
925 new InputEventAckNotificationObserver(this, reply_message, mouse_event.type); in WebkitMouseMove()
973 new InputEventAckNotificationObserver(this, reply_message, mouse_event.type); in WebkitMouseDrag()
4721 new InputEventAckNotificationObserver(this, reply_message, event.type); in SendWebkitKeyEvent()