Home | History | Annotate | Download | only in ui

Lines Matching full:profile

50 class Profile;
126 // Creates a new browser of the given |type| and for the given |profile|. The
131 Browser(Type type, Profile* profile);
134 // Creates a normal tabbed browser with the specified profile. The Browser's
136 static Browser* Create(Profile* profile);
140 static Browser* CreateForPopup(Type type, Profile* profile,
145 static Browser* CreateForType(Type type, Profile* profile);
153 Profile* profile,
158 static Browser* CreateForDevTools(Profile* profile);
181 Profile* profile() const { return profile_; }
224 static void OpenEmptyWindow(Profile* profile);
226 // Opens a new window with the tabs from |profile|'s TabRestoreService.
227 static void OpenWindowWithRestoredTabs(Profile* profile);
231 // |profile|, that session is re-used.
232 static void OpenURLOffTheRecord(Profile* profile, const GURL& url);
238 Profile* profile,
251 Profile* profile,
263 static TabContents* OpenAppShortcutWindow(Profile* profile,
269 // existing browser windows for |profile|.
270 static TabContents* OpenApplicationTab(Profile* profile,
275 static void OpenBookmarkManagerWindow(Profile* profile);
280 static void OpenHistoryWindow(Profile* profile);
281 static void OpenDownloadsWindow(Profile* profile);
282 static void OpenHelpWindow(Profile* profile);
283 static void OpenOptionsWindow(Profile* profile);
284 static void OpenClearBrowingDataDialogWindow(Profile* profile);
285 static void OpenImportSettingsDialogWindow(Profile* profile);
286 static void OpenInstantConfirmDialogWindow(Profile* profile);
291 static void OpenExtensionsWindow(Profile* profile);
586 // existing profile we do not want to override those preferences so we only
605 // Retrieve the last active tabbed browser with a profile matching |profile|.
606 static Browser* GetTabbedBrowser(Profile* profile, bool match_incognito);
608 // Retrieve the last active tabbed browser with a profile matching |profile|.
610 static Browser* GetOrCreateTabbedBrowser(Profile* profile);
664 TabContentsFactory(Profile* profile,
671 virtual Profile* GetProfile() const;
683 // Construct a TabContents for a given URL, profile and transition type.
687 Profile* profile,
800 virtual void ShowPageInfo(Profile* profile,
835 Profile* profile) OVERRIDE;
981 // given user profile. This is done only once per application name / per
982 // session / per user profile.
983 static void RegisterAppPrefs(const std::string& app_name, Profile* profile);
1044 // This Browser's profile.
1045 Profile* const profile_;
1170 // The profile's tab restore service. The service is owned by the profile,