Searched refs:profile_ (Results 176 - 200 of 451) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc172 if (!profile_ || profile_->IsOffTheRecord())
176 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
182 ProfileSyncService* sync_service = profile_->GetProfileSyncService();
350 if (profile_->IsOffTheRecord())
369 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
415 if (profile_->IsOffTheRecord())
425 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
484 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
545 WebDataService* wds = profile_
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_default.cc29 : profile_(profile),
45 Profile* profile_; member in class:PasswordStoreDefault::MigrateHelper
96 profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated,
105 login_db_(login_db), profile_(profile) {
211 PrefService* prefs = profile_->GetPrefs();
215 migrate_helper_.reset(new MigrateHelper(profile_, web_data_service_, this));
H A Dpassword_form_manager.cc32 profile_(profile),
36 DCHECK(profile_);
118 profile_->GetPasswordStore(Profile::EXPLICIT_ACCESS);
190 DCHECK(!profile_->IsOffTheRecord());
203 profile_->GetPasswordStore(Profile::EXPLICIT_ACCESS);
345 DCHECK(!profile_->IsOffTheRecord());
348 profile_->GetPasswordStore(Profile::IMPLICIT_ACCESS);
386 DCHECK(!profile_->IsOffTheRecord());
389 profile_->GetPasswordStore(Profile::IMPLICIT_ACCESS);
/external/chromium/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc25 profile_(profile),
66 ChromeURLRequestContextGetter::CreateOffTheRecord(profile_, io_data_);
78 profile_, io_data_);
98 profile_, io_data_, app_id);
106 io_data_->InitializeProfileParams(profile_);
108 io_data_->enable_referrers(), profile_->GetPrefs());
H A Dprofile_io_data.cc76 explicit ProfileGetter(Profile* profile) : profile_(profile) {
80 Source<Profile>(profile_));
90 if (profile_ == profile)
91 profile_ = NULL;
97 return profile_;
108 Profile* profile_; member in class:__anon2218::ChromeCookieMonsterDelegate::ProfileGetter
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc24 profile_(profile),
68 Browser* browser = BrowserList::GetLastActiveWithProfile(profile_);
70 browser = BrowserList::FindBrowserWithProfile(profile_);
98 ExtensionService* service = profile_->GetExtensionService();
100 profile_, page_action_->extension_id(), page_action_->id(),
149 const Extension* extension = profile_->GetExtensionService()->
/external/chromium/chrome/common/net/gaia/
H A Dgaia_oauth_client_unittest.cc127 TestingProfile profile_; member in class:gaia::GaiaOAuthClientTest
163 profile_.GetRequestContext());
187 profile_.GetRequestContext());
210 profile_.GetRequestContext());
231 profile_.GetRequestContext());
251 profile_.GetRequestContext());
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_preference_unittest.cc54 profile_.reset(new TestingProfile());
55 profile_->CreateRequestContext();
56 prefs_ = profile_->GetTestingPrefService();
68 profile_.reset();
78 &factory_, profile_.get(), "test", false, task));
94 profile_.get(),
96 profile_->GetTokenService()->IssueAuthTokenForTest(
178 scoped_ptr<TestingProfile> profile_; member in class:ProfileSyncServicePreferenceTest
340 profile_->GetPrefs()->Set(prefs::kHomePage, *expected);
348 profile_
[all...]
H A Dprofile_sync_factory_impl_unittest.cc28 profile_.reset(new TestingProfile());
32 new ProfileSyncFactoryImpl(profile_.get(), command_line_.get()));
87 scoped_ptr<Profile> profile_; member in class:ProfileSyncFactoryImplTest
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc155 Profile* profile_; member in class:__anon2413::DefaultBrowserInfoBarDelegate
172 profile_(contents->profile()),
229 profile_->GetPrefs()->SetBoolean(prefs::kCheckDefaultBrowser, false);
315 Profile* profile_; member in class:__anon2413::SessionCrashedInfoBarDelegate
323 profile_(contents->profile()) {
353 SessionRestore::RestoreSession(profile_, NULL, true, false,
625 profile_(NULL),
635 profile_(NULL),
647 profile_ = profile;
862 (profile_
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model_unittest.cc664 profile_.reset(NULL);
668 scoped_ptr<TestingProfile> profile_; member in class:BookmarkModelTestWithProfile
700 bb_model_ = profile_->GetBookmarkModel();
711 profile_.reset(NULL);
712 profile_.reset(new TestingProfile());
713 profile_->CreateHistoryService(true, false);
776 profile_.reset(NULL);
777 profile_.reset(new TestingProfile());
778 profile_->CreateBookmarkModel(true);
779 profile_
[all...]
H A Dbookmark_html_writer.cc371 : profile_(profile),
377 Source<Profile>(profile_));
384 ExtractUrls(profile_->GetBookmarkModel()->GetBookmarkBarNode());
385 ExtractUrls(profile_->GetBookmarkModel()->other_node());
421 new Writer(codec.Encode(profile_->GetBookmarkModel()),
441 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc134 profile_(profile),
141 if (!profile_)
146 Source<Profile>(profile_));
153 DictionaryPrefUpdate(profile_->GetPrefs(),
155 DictionaryPrefUpdate(profile_->GetPrefs(),
161 profile_->GetPrefs()->GetDictionary(prefs::kNTPMostVisitedURLsBlacklist);
163 profile_->GetPrefs()->GetDictionary(prefs::kNTPMostVisitedPinnedURLs);
176 HistoryService* history = profile_->GetHistoryServiceWithoutCreating();
287 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)->ScheduleDBTask(
353 DictionaryPrefUpdate update(profile_
[all...]
H A Din_memory_history_backend.cc30 : profile_(NULL) {
61 profile_ = profile;
71 Source<Profile> source(profile_);
/external/chromium/chrome/browser/extensions/
H A Dextension_host.cc128 profile_(site_instance->browsing_instance()->profile()),
154 Source<Profile>(profile_));
160 Source<Profile>(profile_),
217 profile_->GetExtensionService()->DidCreateRenderViewForBackgroundPage(
245 !profile_->GetExtensionService()->IsBackgroundPageReady(extension_)) {
260 DCHECK(profile_->GetExtensionService()->
267 Source<Profile>(profile_),
319 Source<Profile>(profile_),
384 Source<Profile>(profile_),
407 profile_
[all...]
H A Dextension_event_router.cc84 : profile_(profile),
136 profile_->GetRuntimeId(), listener.extension_id, event_name));
178 if (!profile_)
182 DCHECK(!restrict_to_profile || profile_->IsSameProfile(restrict_to_profile));
189 ExtensionService* service = profile_->GetExtensionService();
/external/chromium/chrome/browser/
H A Dbackground_application_list_model_unittest.cc44 scoped_ptr<Profile> profile_; member in class:BackgroundApplicationListModelTest
61 profile_.reset(NULL);
68 profile_.reset(profile);
104 ExtensionService* service = profile_->GetExtensionService();
110 new BackgroundApplicationListModel(profile_.get()));
181 ExtensionService* service = profile_->GetExtensionService();
187 new BackgroundApplicationListModel(profile_.get()));
H A Dbackground_contents_service_unittest.cc59 profile_(profile) {
63 profile_(profile) {
77 Source<Profile>(profile_),
93 Source<Profile>(profile_),
106 Profile* profile_; member in class:MockBackgroundContents
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_data_type_controller_unittest.cc95 &profile_,
106 EXPECT_CALL(profile_, GetPersonalDataManager()).
110 EXPECT_CALL(profile_, GetWebDataService(_)).
152 ProfileMock profile_; member in class:__anon2312::AutofillDataTypeControllerTest
176 EXPECT_CALL(profile_, GetPersonalDataManager()).
190 EXPECT_CALL(profile_, GetPersonalDataManager()).
196 EXPECT_CALL(profile_, GetWebDataService(_)).
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc232 : profile_(profile) {}
246 profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateOnDesktop));
254 profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInAppsMenu));
261 profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInQuickLaunchBar));
265 profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInAppsMenu));
377 web_app::CreateShortcut(profile_->GetPath(),
399 profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateOnDesktop,
402 profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateInAppsMenu,
405 profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateInQuickLaunchBar,
/external/chromium/chrome/browser/chromeos/login/
H A Dcookie_fetcher_unittest.cc43 TestingProfile profile_; member in class:chromeos::CookieFetcherTest
83 CookieFetcher* cf = new CookieFetcher(&profile_,
105 CookieFetcher* cf = new CookieFetcher(&profile_,
132 CookieFetcher* cf = new CookieFetcher(&profile_,
156 CookieFetcher* cf = new CookieFetcher(&profile_,
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_flow.cc106 profile_ = profile;
135 PrefService* prefs = profile_->GetPrefs();
214 profile_->GetCloudPrintProxyService()->EnableForUser(credentials.lsid,
243 profile_->GetRequestContext()));
310 PrefService* prefs = profile_->GetPrefs();
/external/chromium/chrome/browser/ui/webui/
H A Dslideshow_ui.cc92 Profile* profile_; member in class:SlideshowHandler
138 : profile_(NULL),
151 profile_ = web_ui->GetProfile();
153 profile_->GetChromeURLDataManager()->AddDataSource(
154 new FaviconSource(profile_));
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc136 scoped_ptr<TestingProfile> profile_; member in class:HistoryURLProviderTest
154 profile_.reset(new TestingProfile());
155 profile_->CreateHistoryService(true, no_db);
156 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
158 autocomplete_ = new HistoryURLProvider(this, profile_.get(), "en-US,en,ko");
460 profile_->BlockUntilHistoryProcessesPendingRequests();
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc151 profile_.reset(new TestingProfile());
154 scoped_ptr<Profile> profile_; member in class:CloudPrintURLTest
159 CloudPrintURL(profile_.get()).
165 CloudPrintURL(profile_.get()).
175 CloudPrintURL(profile_.get()).
184 CloudPrintURL(profile_.get()).

Completed in 3338 milliseconds

1234567891011>>