Searched refs:profile_ (Results 251 - 275 of 1032) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_search_provider.h36 Profile* profile_; member in class:app_list::WebserviceSearchProvider
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Domnibox_provider.h37 Profile* profile_; member in class:app_list::OmniboxProvider
H A Dsearch_webstore_result.h31 Profile* profile_; member in class:app_list::SearchWebstoreResult
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_win.cc44 profile_->GetPath().BaseName().AsUTF8Unsafe().c_str(),
H A Dlauncher_app_tab_helper.cc77 : profile_(profile) {
100 const extensions::Extension* extension = GetExtensionForTab(profile_, tab);
105 return GetExtensionByID(profile_, id) != NULL;
109 profile_ = profile;
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Drecently_used_folders_combo_model_unittest.cc59 scoped_ptr<TestingProfile> profile_; member in class:RecentlyUsedFoldersComboModelTest
70 profile_.reset(new TestingProfile());
71 profile_->CreateBookmarkModel(true);
81 return BookmarkModelFactory::GetForProfile(profile_.get());
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_folder_target.h25 Profile* profile_; variable
/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error_service.h63 Profile* profile_; member in class:GlobalErrorService
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_controller.cc76 profile_(profile),
104 if (!prerender::IsOmniboxEnabled(profile_))
155 if (profile_->GetNetworkPredictor()) {
156 profile_->GetNetworkPredictor()->AnticipateOmniboxUrl(
H A Domnibox_current_page_delegate_impl.cc30 profile_(profile) {}
107 InstantSearchPrerenderer::GetForProfile(profile_);
115 predictors::AutocompleteActionPredictorFactory::GetForProfile(profile_)->
134 InstantSearchPrerenderer::GetForProfile(profile_);
/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_infobar_delegate.h32 Profile* profile_; member in class:SessionCrashedInfoBarDelegate
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_settings_browsertest.cc32 : profile_(NULL) {}
37 if (!profile_) {
38 profile_ = browser() ? browser()->profile() :
41 return profile_;
H A Dextension_settings_browsertest.h41 Profile* profile_; member in class:ExtensionSettingsUIBrowserTest
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dextension_statuses_handler.h38 Profile* profile_; member in class:syncfs_internals::ExtensionStatusesHandler
H A Dfile_metadata_handler.h38 Profile* profile_; member in class:syncfs_internals::FileMetadataHandler
/external/chromium_org/extensions/browser/api/app_window/
H A Dapp_window_apitest.cc29 : profile_(profile), icon_updates_(0) {
30 AppWindowRegistry::Get(profile_)->AddObserver(this);
33 AppWindowRegistry::Get(profile_)->RemoveObserver(this);
44 Profile* profile_; member in class:extensions::__anon8053::TestAppWindowRegistryObserver
/external/chromium_org/third_party/webrtc/base/
H A Dwinfirewall.h49 INetFwProfile* profile_; member in class:rtc::WinFirewall
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_unittest.cc181 profile_ = builder.Build().Pass();
185 SigninManagerFactory::GetForProfile(profile_.get()));
189 profile_.get()));
203 profile_.reset();
224 content::Source<Profile>(profile_.get()),
230 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get());
263 UserPolicySigninServiceFactory::GetForProfile(profile_.get());
316 profile_->GetRequestContext(),
348 scoped_ptr<TestingProfile> profile_; member in class:policy::__anon4410::UserPolicySigninServiceTest
384 SigninManagerFactory::GetForProfile(profile_
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc345 explicit DeviceEventRouterImpl(Profile* profile) : profile_(profile) {}
356 BroadcastEvent(profile_,
364 return profile_->GetPrefs()->GetBoolean(prefs::kExternalStorageDisabled);
368 Profile* const profile_; member in class:file_manager::__anon3134::DeviceEventRouterImpl
387 profile_(profile),
404 if (!profile_) {
417 DriveIntegrationServiceFactory::FindForProfile(profile_);
424 VolumeManager* const volume_manager = VolumeManager::Get(profile_);
434 profile_ = NULL;
438 if (!profile_) {
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc54 profile_(profile),
80 Profile* profile_; member in class:TestProvider
151 TemplateURLServiceFactory::GetForProfile(profile_);
224 TestingProfile profile_; member in class:AutocompleteProviderTest
230 if (TemplateURLServiceFactory::GetForProfile(&profile_) == NULL) {
232 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
239 TemplateURLServiceFactory::GetForProfile(&profile_);
270 &profile_,
278 &profile_,
284 &profile_, TemplateURLServiceFactor
[all...]
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc99 profile_(NULL),
111 profile_ = profile;
117 content::Source<Profile>(profile_));
119 theme_syncable_service_.reset(new ThemeSyncableService(profile_, this));
268 content::Source<Profile>(profile_));
310 extensions::ExtensionSystem::Get(profile_)->extension_service();
352 if (!profile_ || !ready_)
358 extensions::ExtensionSystem::Get(profile_)->extension_service();
365 extensions::ExtensionRegistry::Get(profile_)
367 extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_);
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc188 : profile_(profile),
253 PrefService* prefs = profile_->GetPrefs();
284 profile_, Profile::EXPLICIT_ACCESS);
302 extensions::ActivityLog::GetInstance(profile_)->RemoveURLs(restrict_urls);
309 power::OriginPowerMapFactory::GetForBrowserContext(profile_);
325 if (profile_->GetNetworkPredictor()) {
331 profile_->GetNetworkPredictor()));
336 TemplateURLServiceFactory::GetForProfile(profile_);
353 prerender::PrerenderManagerFactory::GetForProfile(profile_);
366 TabRestoreServiceFactory::GetForProfile(profile_);
[all...]
/external/chromium_org/chrome/browser/android/
H A Dmost_visited_sites.cc193 : profile_(profile), num_sites_(0), is_control_group_(false),
198 content::URLDataSource::Add(profile_,
199 new suggestions::SuggestionsSource(profile_));
200 content::URLDataSource::Add(profile_, new ThumbnailListSource(profile_));
206 ProfileSyncServiceFactory::GetForProfile(profile_);
213 ProfileSyncServiceFactory::GetForProfile(profile_);
235 history::TopSites* top_sites = profile_->GetTopSites();
259 scoped_refptr<TopSites> top_sites(profile_->GetTopSites());
264 SuggestionsServiceFactory::GetForProfile(profile_);
[all...]
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc189 : profile_(profile),
199 TabRestoreServiceFactory::GetForProfile(profile_);
203 app_id_ = ShellIntegration::GetChromiumModelIdForProfile(profile_->GetPath());
204 icon_dir_ = profile_->GetPath().Append(chrome::kJumpListIconDirname);
205 history::TopSites* top_sites = profile_->GetTopSites();
219 content::Source<Profile>(profile_));
223 pref_change_registrar_->Init(profile_->GetPrefs());
244 history::TopSites* top_sites = profile_->GetTopSites();
271 if (profile_) {
273 TabRestoreServiceFactory::GetForProfile(profile_);
[all...]
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_devices_controller.cc106 profile_ = Profile::FromBrowserContext(web_contents->GetBrowserContext());
119 if (GetDevicePolicy(profile_,
136 if (GetDevicePolicy(profile_,
304 GetDefaultDevicesForProfile(profile_,
314 GetDefaultDevicesForProfile(profile_,
338 profile_->GetHostContentSettingsMap()->UpdateLastUsageByPattern(
344 profile_->GetHostContentSettingsMap()->UpdateLastUsageByPattern(
447 if (CheckAllowAllMediaStreamContentForOrigin(profile_,
470 GetDevicePolicy(profile_,
485 if (profile_
[all...]

Completed in 3240 milliseconds

<<11121314151617181920>>