HomeSort by relevance Sort by last modified time
    Searched defs:TabsWindowsAPI (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_windows_api.cc 15 TabsWindowsAPI::TabsWindowsAPI(Profile* profile)
25 TabsWindowsAPI::~TabsWindowsAPI() {
29 TabsWindowsAPI* TabsWindowsAPI::Get(Profile* profile) {
30 return ProfileKeyedAPIFactory<TabsWindowsAPI>::GetForProfile(profile);
33 WindowsEventRouter* TabsWindowsAPI::windows_event_router() {
39 void TabsWindowsAPI::Shutdown() {
43 static base::LazyInstance<ProfileKeyedAPIFactory<TabsWindowsAPI> >
    [all...]
tabs_windows_api.h 16 class TabsWindowsAPI : public ProfileKeyedAPI,
19 explicit TabsWindowsAPI(Profile* profile);
20 virtual ~TabsWindowsAPI();
22 // Convenience method to get the TabsWindowsAPI for a profile.
23 static TabsWindowsAPI* Get(Profile* profile);
31 static ProfileKeyedAPIFactory<TabsWindowsAPI>* GetFactoryInstance();
38 friend class ProfileKeyedAPIFactory<TabsWindowsAPI>;
44 return "TabsWindowsAPI";

Completed in 51 milliseconds