Home
last modified time | relevance | path

Searched refs:EventDispatchInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/extensions/browser/
Devent_router.h41 struct EventDispatchInfo;
75 virtual void OnWillDispatchEvent(scoped_ptr<EventDispatchInfo> details) = 0;
199 scoped_ptr<EventDispatchInfo> details);
374 struct EventDispatchInfo { struct
375 EventDispatchInfo(const std::string& extension_id,
378 ~EventDispatchInfo();
Devent_router.cc72 scoped_ptr<EventDispatchInfo> details) { in NotifyExtensionDispatchObserverOnUIThread()
106 make_scoped_ptr(new EventDispatchInfo( in DispatchExtensionMessage()
774 EventDispatchInfo::EventDispatchInfo(const std::string& extension_id, in EventDispatchInfo() function in extensions::EventDispatchInfo
781 EventDispatchInfo::~EventDispatchInfo() {} in ~EventDispatchInfo()
/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_log.h106 virtual void OnWillDispatchEvent(scoped_ptr<EventDispatchInfo> details)
Dactivity_log.cc618 void ActivityLog::OnWillDispatchEvent(scoped_ptr<EventDispatchInfo> details) { in OnWillDispatchEvent()