Searched defs:profile (Results 26 - 50 of 1666) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/invalidation/
H A Dticl_profile_settings_provider.cc11 #include "chrome/browser/profiles/profile.h"
18 TiclProfileSettingsProvider::TiclProfileSettingsProvider(Profile* profile) argument
19 : profile_(profile) {
20 registrar_.Init(profile->GetPrefs());
/external/chromium_org/chrome/browser/profiles/
H A Dbookmark_model_loaded_observer.cc10 BookmarkModelLoadedObserver::BookmarkModelLoadedObserver(Profile* profile) argument
11 : profile_(profile) {
H A Dstartup_task_runner_service.cc9 #include "chrome/browser/profiles/profile.h"
11 StartupTaskRunnerService::StartupTaskRunnerService(Profile* profile) argument
12 : profile_(profile) {
/external/chromium_org/chrome/browser/
H A Drenderer_preferences_util.cc9 #include "chrome/browser/profiles/profile.h"
31 content::RendererPreferences* prefs, Profile* profile) {
32 const PrefService* pref_service = profile->GetPrefs();
57 if (ThemeServiceFactory::GetForProfile(profile)->UsingSystemTheme()) {
30 UpdateFromSystemSettings( content::RendererPreferences* prefs, Profile* profile) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_factory.h9 #include "chrome/browser/profiles/profile.h"
18 // Returns the session service for |profile|. This may return NULL. If this
19 // profile supports a session service (it isn't incognito), and the session
22 // |profile|.
24 // This returns NULL if the profile is incognito. Callers should always check
26 static SessionService* GetForProfile(Profile* profile);
28 // Returns the session service for |profile|, but do not create it if it
29 // doesn't exist. This returns NULL if the profile is incognito or if session
32 static SessionService* GetForProfileIfExisting(Profile* profile);
34 // Returns the session service for |profile|
47 SetForTestProfile(Profile* profile, SessionService* service) argument
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dsignin_tracker_factory.cc18 Profile* profile,
24 account_reconcilor = AccountReconcilorFactory::GetForProfile(profile);
27 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
28 SigninManagerFactory::GetForProfile(profile),
30 ChromeSigninClientFactory::GetForProfile(profile),
17 CreateForProfile( Profile* profile, SigninTracker::Observer* observer) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dtheme_data_type_controller.cc7 #include "chrome/browser/profiles/profile.h"
18 Profile* profile)
24 profile_(profile) {
16 ThemeDataTypeController( sync_driver::SyncApiComponentFactory* sync_factory, Profile* profile) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.cc19 ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile) argument
23 profile,
25 profile,
26 SigninManagerFactory::GetForProfile(profile))),
27 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
32 scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile)
35 profile,
37 profile,
38 SigninManagerFactory::GetForProfile(profile))),
39 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
31 ProfileSyncServiceMock( scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile) argument
48 TestingProfile* profile = new TestingProfile(); local
54 BuildMockProfileSyncService( content::BrowserContext* profile) argument
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_search_engines_sync_test.cc59 Profile* profile = sync_datatype_helper::test()->GetProfile(0); local
60 TemplateURLServiceFactory::GetForProfile(profile)->Add(
61 search_engines_helper::CreateTestTemplateURL(profile, 0,
64 search_engines_helper::CreateTestTemplateURL(profile, 0,
179 Profile* profile = sync_datatype_helper::test()->GetProfile(1); local
180 TemplateURLServiceFactory::GetForProfile(profile)->Add(
181 search_engines_helper::CreateTestTemplateURL(profile, 0,
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_sync_ui_state_watcher.cc10 AppSyncUIStateWatcher::AppSyncUIStateWatcher(Profile* profile, argument
12 : app_sync_ui_state_(AppSyncUIState::Get(profile)),
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar.cc7 #include "chrome/browser/profiles/profile.h"
15 LocationBar::LocationBar(Profile* profile) : profile_(profile) { argument
/external/chromium_org/chrome/browser/ui/
H A Dscoped_tabbed_browser_displayer.cc14 Profile* profile,
16 browser_ = FindTabbedBrowser(profile, false, type);
18 browser_ = new Browser(Browser::CreateParams(profile, type));
13 ScopedTabbedBrowserDisplayer( Profile* profile, HostDesktopType type) argument
/external/chromium_org/chrome/browser/ui/views/athena/
H A Dchrome_browser_main_extra_parts_athena.cc16 #include "chrome/browser/profiles/profile.h"
53 Profile* profile = variable
57 athena::ExtensionsDelegate::CreateExtensionsDelegateForChrome(profile);
58 athena::CreateVirtualKeyboardWithContext(profile);
59 athena::StartAthenaSessionWithContext(profile);
61 // Only initialize virtual keyboard with login profile, user session will
63 athena::CreateVirtualKeyboardWithContext(profile);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_unittest.cc10 #include "chrome/browser/profiles/profile.h"
32 TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile(); variable
36 profile, &BookmarkBarViewInstantExtendedTest::CreateTemplateURLService);
37 return profile;
42 content::BrowserContext* profile) {
44 static_cast<Profile*>(profile)->GetPrefs(),
56 profile()->CreateBookmarkModel(true);
58 BookmarkModelFactory::GetForProfile(profile()));
61 browser()->profile()->GetPrefs()->SetBoolean(
67 browser()->profile()
41 CreateTemplateURLService( content::BrowserContext* profile) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcryptohome_ui.cc7 #include "chrome/browser/profiles/profile.h"
32 Profile* profile = Profile::FromWebUI(web_ui); local
33 content::WebUIDataSource::Add(profile, CreateCryptohomeUIHTMLSource());
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler_unittest.cc15 autofill::AutofillProfile profile; local
16 autofill::test::SetProfileInfoWithGuid(&profile,
32 options::AutofillOptionsHandler::AutofillProfileToDictionary(profile,
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dprofile_signin_confirmation_ui.cc8 #include "chrome/browser/profiles/profile.h"
54 Profile* profile = Profile::FromWebUI(web_ui); local
55 content::WebUIDataSource::Add(profile, html_source);
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
H A Dsuggestions_internals_ui.cc7 #include "chrome/browser/profiles/profile.h"
28 Profile* profile = Profile::FromWebUI(web_ui); local
29 content::WebUIDataSource::Add(profile, html_source);
31 profile, new FaviconSource(profile, FaviconSource::FAVICON));
34 web_ui->AddMessageHandler(new SuggestionsInternalsUIHandler(profile));
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_ui.cc7 #include "chrome/browser/profiles/profile.h"
50 Profile* profile = Profile::FromWebUI(web_ui); local
52 new syncfs_internals::SyncFileSystemInternalsHandler(profile));
54 new syncfs_internals::ExtensionStatusesHandler(profile));
56 new syncfs_internals::FileMetadataHandler(profile));
58 new syncfs_internals::DumpDatabaseHandler(profile));
59 content::WebUIDataSource::Add(profile,
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_ui.cc7 #include "chrome/browser/profiles/profile.h"
43 Profile* profile = Profile::FromWebUI(web_ui); local
44 content::WebUIDataSource::Add(profile, CreateSyncInternalsHTMLSource());
/external/chromium_org/chrome/browser/ui/webui/user_actions/
H A Duser_actions_ui.cc7 #include "chrome/browser/profiles/profile.h"
24 Profile* profile = Profile::FromWebUI(web_ui); local
25 content::WebUIDataSource::Add(profile, html_source);
/external/chromium_org/chrome/browser/undo/
H A Dbookmark_undo_utils.cc14 UndoManager* GetUndoManager(Profile* profile) { argument
15 BookmarkUndoService* undo_service = profile ?
16 BookmarkUndoServiceFactory::GetForProfile(profile) : NULL;
24 ScopedSuspendBookmarkUndo::ScopedSuspendBookmarkUndo(Profile* profile) argument
25 : profile_(profile) {
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adif.h103 int profile; member in struct:__anon182
/external/chromium_org/apps/
H A Dapp_restore_service_factory.cc9 #include "chrome/browser/profiles/profile.h"
15 AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) { argument
17 GetInstance()->GetServiceForBrowserContext(profile, true));
35 content::BrowserContext* profile) const {
36 return new AppRestoreService(static_cast<Profile*>(profile));
H A Dsaved_devices_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
15 Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
35 content::BrowserContext* profile) const {
36 return new SavedDevicesService(static_cast<Profile*>(profile));
14 GetForProfile( Profile* profile) argument

Completed in 6204 milliseconds

1234567891011>>