Searched refs:TabsWindowsAPI (Results 1 – 6 of 6) sorted by relevance
17 TabsWindowsAPI::TabsWindowsAPI(Profile* profile) : profile_(profile) { in TabsWindowsAPI() function in extensions::TabsWindowsAPI53 TabsWindowsAPI::~TabsWindowsAPI() { in ~TabsWindowsAPI()57 TabsWindowsAPI* TabsWindowsAPI::Get(Profile* profile) { in Get()58 return ProfileKeyedAPIFactory<TabsWindowsAPI>::GetForProfile(profile); in Get()61 TabsEventRouter* TabsWindowsAPI::tabs_event_router() { in tabs_event_router()67 WindowsEventRouter* TabsWindowsAPI::windows_event_router() { in windows_event_router()73 void TabsWindowsAPI::Shutdown() { in Shutdown()77 static base::LazyInstance<ProfileKeyedAPIFactory<TabsWindowsAPI> >80 ProfileKeyedAPIFactory<TabsWindowsAPI>* TabsWindowsAPI::GetFactoryInstance() { in GetFactoryInstance()84 void TabsWindowsAPI::OnListenerAdded(const EventListenerInfo& details) { in OnListenerAdded()
17 class TabsWindowsAPI : public ProfileKeyedAPI, public EventRouter::Observer {19 explicit TabsWindowsAPI(Profile* profile);20 virtual ~TabsWindowsAPI();23 static TabsWindowsAPI* Get(Profile* profile);32 static ProfileKeyedAPIFactory<TabsWindowsAPI>* GetFactoryInstance();39 friend class ProfileKeyedAPIFactory<TabsWindowsAPI>;
153 extensions::TabsWindowsAPI* tabs_windows_api = in NativeWindowChanged()154 extensions::TabsWindowsAPI::Get(profile()); in NativeWindowChanged()
171 TabsWindowsAPI* tabs_window_api = TabsWindowsAPI::Get(profile_); in OnBrowserSetLastActive()
304 extensions::TabsWindowsAPI::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
708 extensions::TabsWindowsAPI* tabs_windows_api = in OnActiveStateChanged()709 extensions::TabsWindowsAPI::Get(profile()); in OnActiveStateChanged()