Home | History | Annotate | Download | only in ui

Lines Matching refs:profile

20 class Profile;
24 // initialize the profile.
37 Profile* profile, int* return_code) {
38 return ProcessCmdLineImpl(cmd_line, cur_dir, true, profile, return_code,
50 Profile* profile, int* return_code) {
51 return ProcessCmdLineImpl(cmd_line, cur_dir, process_startup, profile,
57 Profile* profile,
63 // Launches a browser window associated with |profile|. |command_line| should
67 bool LaunchBrowser(const CommandLine& command_line, Profile* profile,
110 bool Launch(Profile* profile,
141 bool OpenApplicationWindow(Profile* profile);
145 bool OpenApplicationTab(Profile* profile);
199 void CheckDefaultBrowser(Profile* profile);
203 Profile* profile_;
214 Profile* profile);
218 Profile* profile, int* return_code,