Searched refs:EventDispatchInfo (Results 1 – 4 of 4) sorted by relevance
41 struct EventDispatchInfo;75 virtual void OnWillDispatchEvent(scoped_ptr<EventDispatchInfo> details) = 0;199 scoped_ptr<EventDispatchInfo> details);374 struct EventDispatchInfo { struct375 EventDispatchInfo(const std::string& extension_id,378 ~EventDispatchInfo();
72 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::EventDispatchInfo781 EventDispatchInfo::~EventDispatchInfo() {} in ~EventDispatchInfo()
106 virtual void OnWillDispatchEvent(scoped_ptr<EventDispatchInfo> details)
618 void ActivityLog::OnWillDispatchEvent(scoped_ptr<EventDispatchInfo> details) { in OnWillDispatchEvent()