HomeSort by relevance Sort by last modified time
    Searched defs:EventDelegate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_api.h 52 class EventDelegate {
54 virtual ~EventDelegate() {}
65 void SetEventDelegateForTest(scoped_ptr<EventDelegate> delegate);
70 scoped_ptr<EventDelegate> event_delegate_;
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.h 57 class EventDelegate {
59 EventDelegate() {}
60 virtual ~EventDelegate() {}
67 DISALLOW_COPY_AND_ASSIGN(EventDelegate);
92 void SetEventDelegateForTest(scoped_ptr<EventDelegate> event_delegate);
130 scoped_ptr<EventDelegate> event_delegate_;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItem.h 65 class EventDelegate {
67 virtual ~EventDelegate() { };
90 TimedItem(const Timing&, PassOwnPtr<EventDelegate> = nullptr);
125 OwnPtr<EventDelegate> m_eventDelegate;

Completed in 43 milliseconds