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

<<111213141516171819

/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_actions_controller.h39 Profile* profile_; variable
/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dcontent_setting_decoration.h62 Profile* profile_; // weak member in class:ContentSettingDecoration
H A Dpage_action_decoration.h70 Profile* profile_; member in class:PageActionDecoration
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_backend_unittest.cc35 TestTabContents* contents2 = new TestTabContents(profile_.get(), NULL);
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.h86 Profile* profile_; member in class:BookmarkBubbleGtk
/external/chromium/chrome/browser/ui/gtk/
H A Dcontent_setting_bubble_gtk.h67 Profile* profile_; member in class:ContentSettingBubbleGtk
H A Dfirst_run_bubble.cc77 : profile_(profile),
78 theme_service_(GtkThemeService::GetFrom(profile_)),
140 string16 search_engine = GetDefaultSearchEngineName(profile_);
185 GetDefaultSearchEngineName(profile_)).c_str());
H A Dfirst_run_bubble.h66 Profile* profile_; member in class:FirstRunBubble
/external/chromium/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.h79 Profile* profile_; member in class:ContentSettingBubbleContents
H A Dfirst_run_bubble.cc86 Profile* profile_; member in class:FirstRunBubbleView
99 profile_(profile) {
149 profile_);
155 profile_);
251 Profile* profile_; member in class:FirstRunOEMBubbleView
263 profile_(profile) {
309 profile_);
397 Profile* profile_; member in class:FirstRunMinimalBubbleView
408 profile_(profile),
416 GetDefaultSearchEngineName(profile_))));
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate.h60 Profile* profile_; // Weak pointer. Always an original profile. member in class:HtmlDialogTabContentsDelegate
/external/chromium/chrome/browser/webdata/
H A Dautofill_change.cc20 profile_(profile) {
/external/chromium/chrome/browser/extensions/
H A Dextension_function_dispatcher.cc405 : profile_(render_view_host->process()->profile()),
425 FaviconSource* favicon_source = new FaviconSource(profile_);
426 profile_->GetChromeURLDataManager()->AddDataSource(favicon_source);
439 Source<Profile>(profile_),
448 Source<Profile>(profile_),
483 function->set_profile(profile_);
541 return profile_;
H A Dextension_file_browser_private_api.cc231 profile_(profile),
307 profile_->GetFileSystemContext()->path_manager();
329 Profile* profile_; member in class:LocalFileSystemCallbackDispatcher
396 if (!FindCommonTasks(profile_, files_list, &common_tasks))
399 ExtensionService* service = profile_->GetExtensionService();
439 profile_(profile),
533 profile_->GetFileSystemContext()->path_manager();
558 profile_->GetFileSystemContext(),
592 profile_->GetExtensionProcessManager()->GetExtensionProcess(
623 Profile* profile_; member in class:ExecuteTasksFileSystemCallbackDispatcher
[all...]
H A Dextension_tts_api.h78 Profile* profile() { return profile_; }
94 Profile* profile_; member in class:Utterance
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc69 profile_(profile),
91 DCHECK(profile_ != NULL);
94 SiteInstance* site_instance = SiteInstance::CreateSiteInstance(profile_);
132 Source<Profile>(profile_));
378 RenderViewHostDelegateHelper::UpdateInspectorSetting(profile_, key, value);
382 RenderViewHostDelegateHelper::ClearInspectorSettings(profile_);
397 return RenderViewHostDelegateHelper::GetWebkitPrefs(profile_,
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc26 profile_(profile),
90 profile_, io_data_);
102 profile_, io_data_);
114 profile_, io_data_);
134 profile_, io_data_, app_id);
142 io_data_->InitializeProfileParams(profile_);
144 io_data_->enable_referrers(), profile_->GetPrefs());
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc138 profile_(profile) {
153 text(), profile_);
163 Profile* profile_; member in class:__anon2534::BookmarkButton
340 : profile_(NULL),
388 if (profile_ == profile)
397 profile_ = profile;
406 Source<Profile> ns_source(profile_->GetOriginalProfile());
416 model_ = profile_->GetBookmarkModel();
542 !profile_->GetPrefs()->GetBoolean(prefs::kEditBookmarksEnabled))
667 return bookmark_utils::PerformBookmarkDrop(profile_, dat
[all...]
/external/chromium/chrome/browser/download/
H A Ddownload_manager.cc52 profile_(NULL),
184 Profile* original_profile = profile_->GetOriginalProfile();
185 if (original_profile != profile_)
206 if (profile_->IsOffTheRecord() != download_item->is_otr())
214 Profile* original_profile = profile_->GetOriginalProfile();
215 if (original_profile != profile_)
225 profile_ = profile;
226 request_context_getter_ = profile_->GetRequestContext();
231 download_prefs_.reset(new DownloadPrefs(profile_->GetPrefs()));
463 profile_
[all...]
/external/chromium/chrome/browser/
H A Djumplist_win.cc576 JumpList::JumpList() : profile_(NULL) {
605 profile_ = profile;
611 if (profile_ && profile_->GetTabRestoreService())
612 profile_->GetTabRestoreService()->RemoveObserver(this);
613 profile_ = NULL;
629 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
689 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
736 TabRestoreService* tab_restore_service = profile_->GetTabRestoreService();
H A Dbrowsing_data_appcache_helper.cc107 profile_(profile) {
114 new CannedBrowsingDataAppCacheHelper(profile_);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc133 profile_.CreateRequestContext();
156 profile_.ResetRequestContext();
164 new TestProfileSyncService(&factory_, &profile_, "test", false,
168 &profile_,
178 EXPECT_CALL(profile_, GetHistoryServiceWithoutCreating()).
181 EXPECT_CALL(profile_, GetPasswordStore(_)).
184 EXPECT_CALL(profile_, GetHistoryService(_)).
190 EXPECT_CALL(profile_, GetTokenService()).
284 ProfileMock profile_; member in class:ProfileSyncServiceTypedUrlTest
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_unittest.cc133 TestingProfile profile_; member in class:__anon1700::AutocompleteProviderTest
167 profile_.CreateTemplateURLModel();
172 TemplateURLModel* turl_model = profile_.GetTemplateURLModel();
183 profile_.GetTemplateURLModel()->Add(keyword_t_url);
193 &profile_);
196 AutocompleteProvider* search_provider = new SearchProvider(NULL, &profile_);
H A Dhistory_provider.cc27 DCHECK(profile_);
31 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.cc66 : profile_(profile),
133 DCHECK_EQ(profile_, new_tab->profile());
226 PrefService* prefs = profile_->GetPrefs();
243 browser_ = Browser::CreateForDevTools(profile_);
393 ThemeService* tp = ThemeServiceFactory::GetForProfile(profile_);
411 ThemeService* tp = ThemeServiceFactory::GetForProfile(profile_);

Completed in 444 milliseconds

<<111213141516171819