Searched defs:EventRouter (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dfile_operation_manager.js371 this.eventRouter_ = new FileOperationManager.EventRouter();
385 FileOperationManager.EventRouter = function() {
395 FileOperationManager.EventRouter.prototype.__proto__ = cr.EventTarget.prototype;
409 FileOperationManager.EventRouter.prototype.sendProgressEvent = function(
431 FileOperationManager.EventRouter.prototype.sendEntryChangedEvent = function(
445 FileOperationManager.EventRouter.prototype.dispatchEntryChangedEvent_ =
470 FileOperationManager.EventRouter.prototype.sendDeleteEvent = function(
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.h52 class EventRouter : public KeyedService, class in namespace:file_manager
60 explicit EventRouter(Profile* profile);
61 virtual ~EventRouter();
215 base::WeakPtrFactory<EventRouter> weak_factory_;
216 DISALLOW_COPY_AND_ASSIGN(EventRouter);
H A Devent_router.cc154 extensions::EventRouter::Get(profile)->BroadcastEvent(
376 EventRouter::DriveJobInfoWithStatus::DriveJobInfoWithStatus()
380 EventRouter::DriveJobInfoWithStatus::DriveJobInfoWithStatus(
385 EventRouter::EventRouter(Profile* profile) function in class:file_manager::EventRouter
394 EventRouter::~EventRouter() {
397 void EventRouter::Shutdown() {
437 void EventRouter::ObserveEvents() {
478 base::Bind(&EventRouter
[all...]
/external/chromium_org/extensions/browser/
H A Devent_router.h46 class EventRouter : public content::NotificationObserver, class in namespace:extensions
74 // Gets the EventRouter for |browser_context|.
77 static EventRouter* Get(content::BrowserContext* browser_context);
93 // An EventRouter is shared between |browser_context| and its associated
95 EventRouter(content::BrowserContext* browser_context,
97 virtual ~EventRouter();
315 DISALLOW_COPY_AND_ASSIGN(EventRouter);
339 EventRouter::UserGestureState user_gesture;
365 EventRouter::UserGestureState user_gesture,
H A Devent_router.cc82 const char EventRouter::kRegisteredEvents[] = "events";
84 struct EventRouter::ListenerProcess {
102 void EventRouter::DispatchExtensionMessage(IPC::Sender* ipc_sender,
134 EventRouter* EventRouter::Get(content::BrowserContext* browser_context) {
139 std::string EventRouter::GetBaseEventName(const std::string& full_event_name) {
145 void EventRouter::DispatchEvent(IPC::Sender* ipc_sender,
163 base::Bind(&EventRouter::IncrementInFlightEventsOnUI,
168 EventRouter::EventRouter(BrowserContex function in class:extensions::EventRouter
[all...]

Completed in 584 milliseconds