Searched refs:profile_ (Results 126 - 150 of 451) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/
H A Dcustom_home_pages_table_model.cc47 profile_(profile),
85 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
91 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
110 if (browser->profile() != profile_)
157 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
164 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
235 profile_->GetPrefs()->GetString(prefs::kAcceptLanguages);
H A Dlanguage_combobox_model.cc140 : profile_(NULL) {
146 profile_(profile) {
168 if (!profile_)
171 local_state = profile_->GetPrefs();
H A Dmock_browsing_data_database_helper.h51 Profile* profile_; member in class:MockBrowsingDataDatabaseHelper
/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc136 : profile_(profile),
152 Source<Profile>(profile_));
188 *auth_token = profile_->GetTokenService()->GetTokenForService(
208 return profile_->GetBrowserSignin()->GetSignedInUsername();
214 profile_->GetTokenService()->HasTokenForService(
239 if (Source<TokenService>(source).ptr() == profile_->GetTokenService()) {
254 if (profile_ == Source<Profile>(source).ptr())
/external/chromium/chrome/browser/ui/search_engines/
H A Dkeyword_editor_controller_unittest.cc69 TestingPrefService* service = profile_->GetTestingPrefService();
86 Source<PrefService>(profile_->GetTestingPrefService()),
96 scoped_ptr<TestingProfile> profile_; member in class:KeywordEditorControllerTest
112 profile_.reset(new TestingProfile());
113 profile_->CreateTemplateURLModel();
115 model_ = profile_->GetTemplateURLModel();
119 controller_.reset(new KeywordEditorController(profile_.get()));
/external/chromium/chrome/browser/chromeos/
H A Dsms_observer.cc19 : profile_(profile) {
20 DCHECK(profile_);
104 profile_,
H A Dlocale_change_guard.h53 Profile* profile_; member in class:chromeos::LocaleChangeGuard
/external/chromium/chrome/browser/extensions/
H A Dextension_function.h50 void set_profile(Profile* profile) { profile_ = profile; }
51 Profile* profile() const { return profile_; }
137 Profile* profile_; member in class:ExtensionFunction
153 // even if our profile_ is non-incognito. Note that in the case of a "split"
155 // data from within the same profile_ (either incognito or not).
H A Dextension_devtools_bridge.h48 Profile* profile_; member in class:ExtensionDevToolsBridge
H A Dextension_devtools_manager.h60 Profile* profile_; member in class:ExtensionDevToolsManager
H A Dextension_service_unittest.h46 scoped_ptr<Profile> profile_; member in class:ExtensionServiceTestBase
H A Dextension_uninstall_dialog.h57 Profile* profile_; member in class:ExtensionUninstallDialog
H A Dtheme_installed_infobar_delegate.h52 Profile* profile_; member in class:ThemeInstalledInfoBarDelegate
/external/chromium/chrome/browser/ui/webui/
H A Dtheme_source.cc35 profile_(profile->GetOriginalProfile()) {
36 css_bytes_ = profile_->GetNTPResourceCache()->GetNewTabCSS(
110 ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_);
/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher_unittest.cc108 TestingProfile profile_; member in class:GaiaAuthFetcherTest
161 profile_.GetRequestContext());
183 profile_.GetRequestContext());
206 profile_.GetRequestContext());
255 profile_.GetRequestContext());
271 profile_.GetRequestContext());
305 profile_.GetRequestContext());
385 profile_.GetRequestContext());
408 profile_.GetRequestContext());
429 profile_
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc188 profile_(tab_contents->profile()),
288 ExtensionService* service = profile_->GetExtensionService();
303 GetRelevantExtensionItems(*all_items, params_, profile_,
328 profile_, can_cross_incognito);
374 profile_, can_cross_incognito);
407 ExtensionService* service = profile_->GetExtensionService();
422 ExtensionService* service = profile_->GetExtensionService();
682 DCHECK(profile_);
689 profile_->GetAutocompleteClassifier()->Classify(
711 profile_
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_folder_editor_controller.h52 Profile* profile_; member in class:BookmarkFolderEditorController
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h87 Profile* profile_; member in class:ProtocolHandlerRegistry
/external/chromium/chrome/browser/download/
H A Ddownload_history.h56 Profile* profile_; member in class:DownloadHistory
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_settings_state.h61 Profile* profile_; member in class:GeolocationSettingsState
/external/chromium/chrome/browser/instant/
H A Dpromo_counter.h54 Profile* profile_; member in class:PromoCounter
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service.h49 Profile* profile_; member in class:CloudPrintProxyService
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model_test_util.h96 scoped_ptr<TemplateURLModelTestingProfile> profile_; member in class:TemplateURLModelTestUtil
/external/chromium/chrome/browser/sync/glue/
H A Dapp_data_type_controller.cc30 profile_->InitExtensions(true);
H A Dextension_change_processor.h62 Profile* profile_; member in class:browser_sync::ExtensionChangeProcessor

Completed in 433 milliseconds

1234567891011>>