Searched refs:profile_ (Results 726 - 750 of 1032) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbookmark_app_bubble_view.h84 Profile* profile_; member in class:BookmarkAppBubbleView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dorigin_chip_view.cc143 profile_(profile),
229 OriginChip::LabelFromURLForProfile(url_displayed_, profile_);
239 GetExtension(url_displayed_, profile_);
244 new OriginChipExtensionIcon(location_icon_view_, profile_, extension));
H A Dorigin_chip_view.h98 Profile* profile_; member in class:OriginChipView
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_reset_bubble_view.h117 Profile* profile_; member in class:ProfileResetBubbleView
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.h108 Profile* profile_; member in class:SelectFileDialogExtension
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_error_handler.cc22 : profile_(profile),
H A Dextension_icon_source.cc64 ExtensionIconSource::ExtensionIconSource(Profile* profile) : profile_(profile) {
205 ImageLoader::Get(profile_)->LoadImageAsync(
214 FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
307 const Extension* extension = ExtensionSystem::Get(profile_)->
H A Dextension_icon_source.h147 Profile* profile_; member in class:extensions::ExtensionIconSource
H A Dextension_loader_handler.cc133 : profile_(profile),
138 DCHECK(profile_);
223 ExtensionSystem::Get(profile_)->extension_service());
/external/chromium_org/media/base/
H A Dvideo_decoder_config.h140 VideoCodecProfile profile_; member in class:media::VideoDecoderConfig
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.cc58 profile_(profile),
62 languages_ = profile_->GetPrefs()->GetString(prefs::kAcceptLanguages);
206 url, match.contents, ChromeAutocompleteSchemeClassifier(profile_));
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.cc191 : profile_(profile),
203 profile_->GetPrefs(),
334 content::Source<Profile>(profile_),
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf_unittest.cc49 Profile* profile() { return profile_.get(); }
69 scoped_ptr<TestingProfile> profile_; member in class:__anon3593::DownloadShelfTest
74 profile_(new TestingProfile()) {
/external/chromium_org/chrome/browser/extensions/api/hotword_private/
H A Dhotword_private_api.cc33 : profile_(Profile::FromBrowserContext(context)) {
34 pref_change_registrar_.Init(profile_->GetPrefs());
78 EventRouter* router = EventRouter::Get(profile_);
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_unittest.cc69 : profile_(new TestingProfile), manager_(profile_.get()) {}
101 scoped_ptr<TestingProfile> profile_; member in class:extensions::image_writer::__anon3735::ImageWriterOperationTest
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector_chromeos_unittest.cc76 GetFakeUserManager()->GetActiveUser(), profile_.get());
84 ExtensionGarbageCollector::Get(profile_.get())
144 return ExtensionPrefs::Get(profile_.get());
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter_unittest.cc85 context_(0, &profile_) {
126 return &profile_;
157 TestingProfile profile_; member in class:PluginInfoMessageFilterTest
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_table_unittest.cc41 TestingProfile* profile() { return &profile_; }
55 TestingProfile profile_; member in class:predictors::AutocompleteActionPredictorTableTest
81 db_.reset(new PredictorDatabase(&profile_));
/external/chromium_org/chrome/browser/search/suggestions/
H A Dsuggestions_source.cc99 : profile_(profile), weak_ptr_factory_(this) {}
123 suggestions_service_factory->GetForProfile(profile_));
167 SuggestionsServiceFactory::GetForProfile(profile_));
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc78 : profile_(profile),
88 backend_ = new SessionBackend(type, profile_ ? profile_->GetPath() : path);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_unittest.cc98 profile_.reset(new TestingProfile);
108 profile_->GetPath().AppendASCII(kStoreDataFileName);
147 scoped_ptr<TestingProfile> profile_; member in class:app_list::test::SearchHistoryTest
/external/chromium_org/chrome/browser/ui/autofill/
H A Daccount_chooser_model_unittest.cc50 : model_(&delegate_, &profile_, false, metric_logger_) {}
53 TestingProfile* profile() { return &profile_; }
59 TestingProfile profile_; member in class:autofill::__anon5012::AccountChooserModelTest
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc74 Profile* profile_; member in class:__anon5133::PDFEnableAdobeReaderPromptClient
81 : profile_(profile) {
99 PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile_).get();
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_permissions_panel.cc199 apps::SavedFilesService::Get(profile_)->GetAllFileEntries(app_->id());
211 apps::SavedFilesService::Get(profile_)->ClearQueue(app_);
212 apps::AppLoadService::Get(profile_)->RestartApplicationIfRunning(app_->id());
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model_unittest.cc49 profile_.reset();
54 profile_.reset(new TestingProfile());
56 new MockBrowsingDataCookieHelper(profile_->GetRequestContext());
58 new MockBrowsingDataDatabaseHelper(profile_.get());
60 new MockBrowsingDataLocalStorageHelper(profile_.get());
62 new MockBrowsingDataLocalStorageHelper(profile_.get());
64 new MockBrowsingDataAppCacheHelper(profile_.get());
66 new MockBrowsingDataIndexedDBHelper(profile_.get());
68 new MockBrowsingDataFileSystemHelper(profile_.get());
70 new MockBrowsingDataQuotaHelper(profile_
373 scoped_ptr<TestingProfile> profile_; member in class:__anon2978::CookiesTreeModelTest
[all...]

Completed in 423 milliseconds

<<21222324252627282930>>