Searched refs:profile_ (Results 501 - 525 of 1032) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/chrome/browser/ui/webui/
H A Dfavicon_source.cc48 : profile_(profile->GetOriginalProfile()),
68 FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
147 ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_);
H A Dsync_setup_handler_unittest.cc250 profile_(profile) {
259 virtual Profile* GetProfile() const OVERRIDE { return profile_; }
269 Profile* profile_; member in class:TestingSyncSetupHandler
285 profile_ = builder.Build();
289 SigninManagerFactory::GetForProfile(profile_.get()));
291 profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
296 profile_.get(),
310 handler_.reset(new TestingSyncSetupHandler(&web_ui_, profile_.get()));
367 profile_.get())->current_login_ui());
383 scoped_ptr<Profile> profile_; member in class:SyncSetupHandlerTest
[all...]
/external/chromium_org/media/base/
H A Dvideo_decoder_config.cc14 profile_(VIDEO_CODEC_PROFILE_UNKNOWN),
84 profile_ = profile;
137 return profile_;
/external/chromium_org/chrome/browser/download/
H A Ddownload_prefs.cc104 DownloadPrefs::DownloadPrefs(Profile* profile) : profile_(profile) {
122 profile_, current, &migrated)) {
217 return file_manager::util::GetDownloadsFolderForProfile(profile_);
250 drive::DriveIntegrationServiceFactory::FindForProfile(profile_);
339 profile_->GetPrefs()->SetBoolean(prefs::kOpenPdfDownloadInAdobeReader,
371 profile_->GetPrefs()->SetString(prefs::kDownloadExtensionsToOpen, extensions);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Duma_policy_unittest.cc17 profile_.reset(new TestingProfile());
21 scoped_ptr<TestingProfile> profile_; member in class:extensions::UmaPolicyTest
25 ActivityLogPolicy* policy = new UmaPolicy(profile_.get());
30 UmaPolicy* policy = new UmaPolicy(profile_.get());
90 UmaPolicy* policy = new UmaPolicy(profile_.get());
130 UmaPolicy* policy = new UmaPolicy(profile_.get());
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider_unittest.cc76 scoped_ptr<TestingProfile> profile_; member in class:BookmarkProviderTest
89 profile_.reset(new TestingProfile());
90 DCHECK(profile_.get());
91 provider_ = new BookmarkProvider(profile_.get());
269 ChromeAutocompleteSchemeClassifier(profile_.get()));
350 ChromeAutocompleteSchemeClassifier(profile_.get()));
407 ChromeAutocompleteSchemeClassifier(profile_.get()));
450 ChromeAutocompleteSchemeClassifier(profile_.get()));
H A Dhistory_quick_provider_unittest.cc173 scoped_ptr<TestingProfile> profile_; member in class:HistoryQuickProviderTest
182 profile_.reset(new TestingProfile());
183 ASSERT_TRUE(profile_->CreateHistoryService(true, false));
184 profile_->CreateBookmarkModel(true);
186 BookmarkModelFactory::GetForProfile(profile_.get()));
187 profile_->BlockUntilHistoryIndexIsRefreshed();
189 HistoryServiceFactory::GetForProfile(profile_.get(),
192 provider_ = new HistoryQuickProvider(profile_.get());
194 profile_.get(), &HistoryQuickProviderTest::CreateTemplateURLService);
293 ChromeAutocompleteSchemeClassifier(profile_
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service_unittest.cc41 profile_(profile),
45 content::Source<Profile>(profile_));
59 ASSERT_EQ(profile_, content::Source<Profile>(source).ptr());
75 Profile* profile_; member in class:__anon2982::CaptivePortalObserver
104 profile_.reset(new TestingProfile());
105 service_.reset(new CaptivePortalService(profile_.get()));
272 TestingProfile* profile() { return profile_.get(); }
284 scoped_ptr<TestingProfile> profile_; member in class:CaptivePortalServiceTest
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.h91 Profile* profile() { return profile_; }
169 Profile* profile_; member in class:ChromeBrowserMainParts
H A Dchrome_net_benchmarking_message_filter.cc39 profile_(profile),
134 chrome_browser_net::Predictor* predictor = profile_->GetNetworkPredictor();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_service.h115 Profile* profile() { return profile_; }
135 Profile* profile_; member in class:ExtensionSyncService
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.h119 content::BrowserContext* profile_; member in class:local_discovery::PrivetNotificationService
149 content::BrowserContext* profile_; member in class:local_discovery::PrivetNotificationDelegate
/external/chromium_org/chrome/browser/password_manager/
H A Dchrome_password_manager_client.cc70 profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())),
78 PasswordManagerInternalsServiceFactory::GetForBrowserContext(profile_);
86 PasswordManagerInternalsServiceFactory::GetForBrowserContext(profile_);
144 profile_, username, origin);
224 return profile_->GetPrefs();
232 return PasswordStoreFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)
261 ProfileSyncServiceFactory::GetForProfile(profile_);
287 PasswordManagerInternalsServiceFactory::GetForBrowserContext(profile_);
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_prefs.h75 void set_profile(Profile* profile) { profile_ = profile; }
152 Profile* profile_; member in class:PluginPrefs
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service.cc40 profile_(profile),
124 profile_->GetRequestContext());
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc46 profile_(profile),
85 profile_, io_data_, protocol_handlers, request_interceptors.Pass());
95 ChromeURLRequestContextGetter::CreateForExtensions(profile_, io_data_);
132 ProtocolHandlerRegistryFactory::GetForBrowserContext(profile_)->
136 profile_,
162 profile_->GetPrefs());
170 profile_->GetPrefs());
173 io_data_->InitializeOnUIThread(profile_);
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_test_util.cc49 profile_.reset(new TestingProfile(temp_dir_.path()));
69 profile_.reset();
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.h51 Profile* profile() const { return profile_; }
169 Profile* profile_; member in class:BaseSessionService
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_auth_attempt.cc56 : profile_(profile),
93 profile_);
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_service_unittest.cc29 &profile_, &BuildSpellcheckService);
34 TestingProfile profile_; member in class:SpellcheckServiceTest
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_model_associator.h45 Profile* profile_,
151 Profile* profile_; member in class:browser_sync::BookmarkModelAssociator
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_search_provider_unittest.cc40 app_search_.reset(new AppSearchProvider(profile_.get(), NULL));
111 extensions::ExtensionPrefs::Get(profile_.get());
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_dialog.cc74 : profile_(profile),
140 platform_util::OpenExternal(profile_, GURL(chrome::kLearnMoreReportingURL));
/external/chromium_org/v8/tools/
H A Dtickprocessor.js103 this.profile_ = new V8Profile();
114 this.profile_.addFuncCode(type, name, start, size, funcAddr, state);
116 this.profile_.addCode(type, name, start, size);
122 this.profile_.moveCode(from, to);
127 this.profile_.deleteCode(start);
132 this.serializedEntries_[pos] = this.profile_.findEntry(addr);
237 this.profile_ = new V8Profile(separateIc);
318 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
324 self.profile_.addStaticCode(fName, fStart, fEnd);
336 this.profile_
[all...]
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_unittest.cc186 &enable_referrers_, NULL, NULL, profile_.GetTestingPrefService());
189 network_delegate_->set_profile(&profile_);
191 CookieSettings::Factory::GetForProfile(&profile_).get());
205 TestingProfile profile_; member in class:extensions::ExtensionWebRequestTest
226 &profile_, extension1_id, extension1_id, kEventName, kEventName + "/1",
230 &profile_, extension2_id, extension2_id, kEventName, kEventName + "/2",
257 &profile_, extension1_id, kEventName, kEventName + "/1",
266 &profile_, extension2_id, kEventName, kEventName + "/2",
274 &profile_, extension2_id, kEventName, kEventName + "/2",
282 &profile_, extension1_i
799 TestingProfile profile_; member in class:extensions::ExtensionWebRequestHeaderModificationTest
[all...]

Completed in 438 milliseconds

<<21222324252627282930>>