Searched refs:WindowsEventRouter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_windows_api.h15 class WindowsEventRouter;
26 WindowsEventRouter* windows_event_router();
50 scoped_ptr<WindowsEventRouter> windows_event_router_;
H A Dwindows_event_router.cc30 WindowsEventRouter::WindowsEventRouter(Profile* profile) function in class:extensions::WindowsEventRouter
49 WindowsEventRouter::~WindowsEventRouter() {
58 void WindowsEventRouter::OnWindowControllerAdded(
71 void WindowsEventRouter::OnWindowControllerRemoved(
85 void WindowsEventRouter::OnNativeFocusChange(
92 void WindowsEventRouter::ActiveWindowChanged(
99 void WindowsEventRouter::Observe(
133 void WindowsEventRouter
[all...]
H A Dwindows_event_router.h29 // The WindowsEventRouter sends chrome.windows.* events to listeners
33 class WindowsEventRouter : public WindowControllerListObserver, class in namespace:extensions
41 explicit WindowsEventRouter(Profile* profile);
42 virtual ~WindowsEventRouter();
84 DISALLOW_COPY_AND_ASSIGN(WindowsEventRouter);
H A Dtabs_windows_api.cc67 WindowsEventRouter* TabsWindowsAPI::windows_event_router() {
69 windows_event_router_.reset(new WindowsEventRouter(profile_));

Completed in 105 milliseconds