Home | History | Annotate | Download | only in automation

Lines Matching full:profile

62 #include "chrome/browser/profiles/profile.h"
143 TestingAutomationProvider::TestingAutomationProvider(Profile* profile)
144 : AutomationProvider(profile),
177 // Get the correct profile based on the browser that the user provided.
182 importer::SourceProfile profile = importer_list_->GetSourceProfileAt(i);
183 if (profile.importer_name == import_settings_data_.browser_name) {
184 source_profile = profile;
200 Profile* target_profile = import_settings_data_.browser->profile();
689 tab->profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
691 DCHECK(history_service) << "Tab " << tab_handle << "'s profile " <<
1066 *visible = ActiveDownloadsUI::GetPopup(browser->profile());
1247 DownloadManager* dlm = tab->profile()->GetDownloadManager();
1561 *visible = browser->profile()->GetPrefs()->GetBoolean(
1579 if (!browser->profile()->GetBookmarkModel()->IsLoaded()) {
1583 browser->profile(),
1584 browser->profile()->GetBookmarkModel()));
1595 BookmarkModel* model = browser->profile()->GetBookmarkModel();
1616 BookmarkModel* model = browser->profile()->GetBookmarkModel();
1644 BookmarkModel* model = browser->profile()->GetBookmarkModel();
1671 BookmarkModel* model = browser->profile()->GetBookmarkModel();
1696 BookmarkModel* model = browser->profile()->GetBookmarkModel();
1719 BookmarkModel* model = browser->profile()->GetBookmarkModel();
1741 BookmarkModel* model = browser->profile()->GetBookmarkModel();
1834 browser->profile()->GetPrefs()->SetInteger(name.c_str(), value);
1846 browser->profile()->GetPrefs()->SetString(name.c_str(), value);
1859 *value = browser->profile()->GetPrefs()->GetBoolean(name.c_str());
1871 browser->profile()->GetPrefs()->SetBoolean(name.c_str(), value);
1989 ActiveDownloadsUI::GetPopup(browser->profile());
1991 ActiveDownloadsUI::OpenPopup(browser->profile());
2530 browser->profile()->IsOffTheRecord());
2569 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
2656 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
2700 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
2724 if (browser->profile()->HasCreatedDownloadManager()) {
2726 browser->profile()->GetDownloadManager()->
2745 if (!browser->profile()->HasCreatedDownloadManager()) {
2751 browser->profile()->GetDownloadManager()->
2799 if (!browser->profile()->HasCreatedDownloadManager()) {
2809 DownloadManager* download_manager = browser->profile()->GetDownloadManager();
3411 Profile* profile = browser->profile();
3414 profile->GetPasswordStore(Profile::IMPLICIT_ACCESS);
3454 Profile* profile = browser->profile();
3457 profile->GetPasswordStore(Profile::EXPLICIT_ACCESS);
3470 Profile* profile = browser->profile();
3474 profile->GetPasswordStore(Profile::EXPLICIT_ACCESS);
3532 profile(), string_to_time_period[time_period], base::Time());
3844 const Extension* theme = ThemeServiceFactory::GetThemeForProfile(profile());
3887 ExtensionService* service = profile()->GetExtensionService();
3928 ExtensionService* service = profile()->GetExtensionService();
3968 PersonalDataManager* pdm = tab_contents->profile()->GetOriginalProfile()
4034 PersonalDataManager* pdm = tab_contents->profile()
4066 browser->profile(), username, password, 0));
4102 ProfileSyncServiceHarness::CreateAndAttach(browser->profile()));
4137 ProfileSyncServiceHarness::CreateAndAttach(browser->profile()));
4143 // Ensure that the profile sync service is initialized before waiting for sync
4146 if (!browser->profile()->GetProfileSyncService()) {
4174 ProfileSyncServiceHarness::CreateAndAttach(browser->profile()));
4226 ProfileSyncServiceHarness::CreateAndAttach(browser->profile()));
4293 AutofillProfile* profile = *it;
4299 string16 value = profile->GetInfo(type_it->first);
4352 AutofillProfile profile;
4353 // Loop through the possible profile types and add those provided.
4360 profile.SetInfo(type_it->first, current_value);
4367 autofill_profiles.push_back(profile);
4408 // Strings ordered by order of fields when adding a profile in Autofill prefs.
4534 history::TopSites* top_sites = browser->profile()->GetTopSites();
4559 history::TopSites* top_sites = browser->profile()->GetTopSites();
4578 history::TopSites* top_sites = browser->profile()->GetTopSites();
4592 history::TopSites* top_sites = browser->profile()->GetTopSites();
4791 browser->profile()->GetPrefs());
4820 PrefService* prefs = browser->profile()->GetPrefs();
4856 browser->profile()->GetPrefs());
4887 PrefService* prefs = browser->profile()->GetPrefs();
4928 ExtensionService* service = browser->profile()->GetExtensionService();
4960 Browser::OpenApplication(profile(), extension, launch_container,
4986 ExtensionService* service = browser->profile()->GetExtensionService();
5345 ExtensionService* service = profile()->GetExtensionService();
5359 ExtensionProcessManager* manager = profile()->GetExtensionProcessManager();
5437 browser->profile()->ShutdownSessionService();
5454 browser->profile()->GetHostContentSettingsMap();