Home
last modified time | relevance | path

Searched refs:TabsWindowsAPI (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_windows_api.cc17 TabsWindowsAPI::TabsWindowsAPI(Profile* profile) : profile_(profile) { in TabsWindowsAPI() function in extensions::TabsWindowsAPI
53 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()
Dtabs_windows_api.h17 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>;
Dash_panel_contents.cc153 extensions::TabsWindowsAPI* tabs_windows_api = in NativeWindowChanged()
154 extensions::TabsWindowsAPI::Get(profile()); in NativeWindowChanged()
Dtabs_event_router.cc171 TabsWindowsAPI* tabs_window_api = TabsWindowsAPI::Get(profile_); in OnBrowserSetLastActive()
/external/chromium_org/chrome/browser/profiles/
Dchrome_browser_main_extra_parts_profiles.cc304 extensions::TabsWindowsAPI::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc708 extensions::TabsWindowsAPI* tabs_windows_api = in OnActiveStateChanged()
709 extensions::TabsWindowsAPI::Get(profile()); in OnActiveStateChanged()