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

  /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/css/
CSSAnimations.h 83 class EventDelegate FINAL : public TimedItemEventDelegate {
85 EventDelegate(Element* target, const AtomicString& name)

Completed in 188 milliseconds