Searched defs:profile_ (Results 176 - 200 of 645) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/download/
H A Ddownload_service.h79 Profile* profile_; member in class:DownloadService
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/content_settings/
H A Dcontent_settings_apitest.cc36 ExtensionContentSettingsApiTest() : profile_(NULL) {}
48 profile_ = browser()->profile();
69 profile_->GetHostContentSettingsMap();
71 CookieSettings::Factory::GetForProfile(profile_).get();
143 profile_->GetHostContentSettingsMap();
145 CookieSettings::Factory::GetForProfile(profile_).get();
178 Profile* profile_; member in class:extensions::ExtensionContentSettingsApiTest
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api.h59 Profile* profile_; member in class:extensions::DialAPI
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dmime_util.h63 Profile* profile_; member in class:extensions::app_file_handler_util::MimeTypeCollector
/external/chromium_org/chrome/browser/extensions/api/gcm/
H A Dgcm_api.h108 // |profile_| and the latter outlives the event router.
109 Profile* profile_; member in class:extensions::GcmJsEventRouter
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_private_api.h66 Profile* profile_; member in class:extensions::MediaGalleriesPrivateAPI
/external/chromium_org/chrome/browser/extensions/api/notification_provider/
H A Dnotification_provider_api.h53 Profile* profile_; member in class:extensions::NotificationProviderEventRouter
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_apitest.cc33 ExtensionPreferenceApiTest() : profile_(NULL) {}
36 PrefService* prefs = profile_->GetPrefs();
56 PrefService* prefs = profile_->GetPrefs();
80 profile_ = browser()->profile();
98 Profile* profile_; member in class:ExtensionPreferenceApiTest
108 PrefService* prefs = profile_->GetPrefs();
134 extensions::ExtensionRegistry::Get(profile_), last_loaded_extension_id());
144 PrefService* prefs = profile_->GetPrefs();
152 EXPECT_FALSE(profile_->HasOffTheRecordProfile());
154 PrefService* otr_prefs = profile_
[all...]
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dsync_setup_helper.h65 Profile* profile_; member in class:extensions::SyncSetupHelper
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_api.h61 Profile* profile_; member in class:extensions::SettingsOverridesAPI
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_manager.h55 Profile* const profile_; member in class:extensions::SignedInDevicesChangeObserver
93 Profile* const profile_; member in class:extensions::SignedInDevicesManager
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.h84 Profile* profile_; member in class:extensions::ManagedValueStoreCache
86 // The |profile_|'s PolicyService.
/external/chromium_org/chrome/browser/extensions/api/system_indicator/
H A Dsystem_indicator_manager.h73 Profile* profile_; member in class:extensions::SystemIndicatorManager
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.h171 Profile* profile_; member in class:extensions::TabsEventRouter
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_permissions_policy_delegate_unittest.cc29 profile_ = profile_manager_->CreateTestingProfile("test");
39 TestingProfile* profile_; member in class:extensions::__anon3881::BrowserPermissionsPolicyDelegateTest
65 content::MockRenderProcessHost signin_process(profile_);
66 content::MockRenderProcessHost normal_process(profile_);
68 ChromeSigninClientFactory::GetForProfile(profile_);
H A Ddefault_apps.h58 Profile* profile_; member in class:default_apps::Provider
H A Dextension_gcm_app_handler.h91 Profile* profile_; member in class:extensions::ExtensionGCMAppHandler
H A Dextension_install_ui.h70 Profile* profile() { return profile_; }
84 Profile* profile_; member in class:ExtensionInstallUI
H A Dextension_test_notification_observer.h106 Profile* profile_; member in class:ExtensionTestNotificationObserver
H A Dextension_uninstall_dialog.h69 Profile* const profile_; member in class:extensions::ExtensionUninstallDialog
H A Dextension_web_ui_unittest.cc33 profile_.reset(new TestingProfile());
35 static_cast<TestExtensionSystem*>(ExtensionSystem::Get(profile_.get()));
41 profile_.reset();
45 scoped_ptr<TestingProfile> profile_; member in class:extensions::ExtensionWebUITest
77 EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get()));
97 EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get()));
105 profile_.get(), URLOverrides::GetChromeURLOverrides(ext_unpacked.get()));
107 EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get()));
113 profile_.get(), URLOverrides::GetChromeURLOverrides(ext_unpacked.get()));
115 EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_
[all...]
H A Dnavigation_observer.h54 Profile* profile_; member in class:extensions::NavigationObserver
H A Dtest_extension_environment.h80 scoped_ptr<TestingProfile> profile_; member in class:extensions::TestExtensionEnvironment
/external/chromium_org/chrome/browser/extensions/error_console/
H A Derror_console_unittest.cc42 profile_.reset(new TestingProfile);
43 profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, true);
44 error_console_ = ErrorConsole::Get(profile_.get());
48 scoped_ptr<TestingProfile> profile_; member in class:extensions::ErrorConsoleUnitTest
68 profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, false);
78 profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, true);
90 profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, false);
91 profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, true);
112 ExtensionRegistry* registry = ExtensionRegistry::Get(profile_.get());
219 ExtensionRegistry* registry = ExtensionRegistry::Get(profile_
[all...]

Completed in 1256 milliseconds

1234567891011>>