Searched refs:profile (Results 126 - 150 of 3131) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Ddefault_apps_unittest.cc43 scoped_ptr<TestingProfile> profile(new TestingProfile());
46 Provider provider(profile.get(), NULL, loader, Manifest::INTERNAL,
52 int state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
57 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
62 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
65 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
69 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
72 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
81 profile.reset(new DefaultTestingProfile);
82 Provider provider2(profile
[all...]
H A Ddevtools_util.cc8 #include "chrome/browser/profiles/profile.h"
28 void InspectBackgroundPage(const Extension* extension, Profile* profile) { argument
30 ExtensionSystem* system = ExtensionSystem::Get(profile);
37 profile,
/external/chromium_org/chrome/browser/invalidation/
H A Dprofile_invalidation_provider_factory.cc11 #include "chrome/browser/profiles/profile.h"
50 Profile* profile) {
53 // when this method is called during the creation of the sign-in profile
55 // not try to access the sign-in profile.
56 if (profile->GetPath() == chromeos::ProfileHelper::GetSigninProfileDir() ||
65 GetInstance()->GetServiceForBrowserContext(profile, true));
97 Profile* profile = static_cast<Profile*>(context); local
104 new InvalidationServiceAndroid(profile,
123 SigninManagerFactory::GetForProfile(profile),
124 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
49 GetForProfile( Profile* profile) argument
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_settings_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
14 SupervisedUserSettingsServiceFactory::GetForProfile(Profile* profile) { argument
16 GetInstance()->GetServiceForBrowserContext(profile, true));
35 content::BrowserContext* profile) const {
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper.h23 // profile was created.
25 bool HasBeenShutdown(Profile* profile);
30 bool HasSyncedExtensions(Profile* profile);
33 // profile before signin.
35 Profile* profile,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtest_with_browser_view.cc35 Profile* profile = static_cast<Profile*>(context); local
37 profile->GetPrefs(),
38 scoped_ptr<SearchTermsData>(new UIThreadSearchTermsData(profile)),
40 profile, Profile::EXPLICIT_ACCESS),
42 new ChromeTemplateURLServiceClient(profile)),
47 Profile* profile = static_cast<Profile*>(context); local
50 profile, TemplateURLServiceFactory::GetForProfile(profile), NULL,
107 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); local
111 profile,
[all...]
/external/chromium_org/chrome/browser/ui/webui/predictors/
H A Dpredictors_ui.cc7 #include "chrome/browser/profiles/profile.h"
28 Profile* profile = Profile::FromWebUI(web_ui); local
29 web_ui->AddMessageHandler(new PredictorsHandler(profile));
30 content::WebUIDataSource::Add(profile, CreatePredictorsUIHTMLSource());
/external/chromium_org/apps/
H A Dapp_lifetime_monitor_factory.cc8 #include "chrome/browser/profiles/profile.h"
16 AppLifetimeMonitor* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) { argument
18 GetInstance()->GetServiceForBrowserContext(profile, false));
35 content::BrowserContext* profile) const {
36 return new AppLifetimeMonitor(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/android/signin/
H A Daccount_management_screen_helper.cc9 #include "chrome/browser/profiles/profile.h"
16 Profile* profile,
18 DCHECK(profile);
19 DCHECK(ProfileAndroid::FromProfile(profile));
24 ProfileAndroid::FromProfile(profile)->GetJavaObject().obj(),
15 OpenAccountManagementScreen( Profile* profile, signin::GAIAServiceType service_type) argument
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dapp_launch_utils.h18 void LaunchAppOrDie(Profile *profile, const std::string& app_id);
H A Dapp_session_lifetime.h15 void InitAppSession(Profile* profile, const std::string& app_id);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.h13 // Waits until Drive mount point for |profile| is added. Drive mount point is
16 void WaitUntilDriveMountPointIsAdded(Profile* profile);
H A Dfilesystem_api_util.h32 bool IsUnderNonNativeLocalPath(Profile* profile, const base::FilePath& path);
37 Profile* profile,
44 Profile* profile,
52 Profile* profile,
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager_factory.cc8 #include "chrome/browser/profiles/profile.h"
30 Profile* profile) {
32 GetInstance()->GetServiceForBrowserContext(profile, true));
43 Profile* profile = static_cast<Profile*>(context); local
45 service = new OAuth2LoginManager(profile);
29 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_crx_util_android.cc17 bool OffStoreInstallAllowedByPrefs(Profile* profile, argument
/external/chromium_org/chrome/browser/extensions/api/autotest_private/
H A Dautotest_private_apitest.cc12 ->Get(browser()->profile())
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_manager_factory.cc8 #include "chrome/browser/profiles/profile.h"
17 Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
38 content::BrowserContext* profile) const {
39 IdleManager* idle_manager = new IdleManager(static_cast<Profile*>(profile));
16 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/extensions/api/system_indicator/
H A Dsystem_indicator_manager_factory.cc10 #include "chrome/browser/profiles/profile.h"
19 Profile* profile) {
21 GetInstance()->GetServiceForBrowserContext(profile, true));
40 content::BrowserContext* profile) const {
45 return new SystemIndicatorManager(static_cast<Profile*>(profile),
18 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/extensions/api/terminal/
H A Dterminal_extension_helper.h20 static GURL GetCroshExtensionURL(Profile* profile);
/external/chromium_org/chrome/browser/google/
H A Dgoogle_profile_helper.h20 // a value at all times (even during startup, in unittest mode or if |profile|
22 GURL GetGoogleHomePageURL(Profile* profile);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences_factory.cc9 #include "chrome/browser/profiles/profile.h"
15 MediaGalleriesPreferencesFactory::GetForProfile(Profile* profile) { argument
17 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
35 return new MediaGalleriesPreferences(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor_factory.cc11 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
46 content::BrowserContext* profile) const {
47 return new AutocompleteActionPredictor(static_cast<Profile*>(profile));
17 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_field_trial.h25 bool IsOmniboxEnabled(Profile* profile);
35 bool ShouldDisableLocalPredictorBasedOnSyncAndConfiguration(Profile* profile);
39 bool ShouldDisableLocalPredictorDueToPreferencesAndNetwork(Profile* profile);
58 // Returns true if we should query the prerender service for the profile
60 bool ShouldQueryPrerenderService(Profile* profile);
H A Dprerender_link_manager_factory.cc11 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
36 content::BrowserContext* profile) const {
38 PrerenderManagerFactory::GetForProfile(static_cast<Profile*>(profile));
17 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/search/
H A Dinstant_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
16 InstantService* InstantServiceFactory::GetForProfile(Profile* profile) { argument
21 GetInstance()->GetServiceForBrowserContext(profile, true));
48 content::BrowserContext* profile) const {
50 new InstantService(static_cast<Profile*>(profile)) : NULL;

Completed in 377 milliseconds

1234567891011>>