| /external/chromium_org/chrome/browser/supervised_user/ |
| supervised_user_service_factory.h | 12 class Profile; 17 static SupervisedUserService* GetForProfile(Profile* profile); 22 static KeyedService* BuildInstanceFor(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/sync/ |
| sync_error_notifier_factory_ash.h | 12 class Profile; 15 // Profiles. Listens for the Profile's destruction notification and cleans up 19 // Returns the instance of SyncErrorNotifier associated with this profile, 21 static SyncErrorNotifier* GetForProfile(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
| sync_global_error_factory.h | 12 class Profile; 15 // Profiles. Listens for the Profile's destruction notification and cleans up 19 // Returns the instance of SyncGlobalError associated with this profile, 21 static SyncGlobalError* GetForProfile(Profile* profile); 34 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/thumbnails/ |
| thumbnail_service_factory.cc | 26 Profile* profile) { 28 GetInstance()->GetServiceForBrowserContext(profile, true).get()); 38 content::BrowserContext* profile) const { 40 new ThumbnailServiceImpl(static_cast<Profile*>(profile)));
|
| /external/chromium_org/chrome/browser/ui/android/extensions/ |
| extension_install_ui_android.cc | 21 ExtensionInstallUI* ExtensionInstallUI::Create(Profile* profile) { 27 void ExtensionInstallUI::OpenAppInstalledUI(Profile* profile, 41 Profile* profile) {
|
| /external/chromium_org/chrome/browser/ui/ash/launcher/ |
| launcher_app_tab_helper.h | 12 class Profile; 18 explicit LauncherAppTabHelper(Profile* profile); 24 virtual void SetCurrentUser(Profile* profile) OVERRIDE; 27 Profile* profile_;
|
| /external/chromium_org/chrome/browser/ui/bookmarks/ |
| bookmark_drag_drop.h | 15 class Profile; 20 void DragBookmarks(Profile* profile, 27 // are copied, otherwise they are moved if they belong to the same |profile|. 29 int DropBookmarks(Profile* profile,
|
| /external/chromium_org/chrome/browser/ui/tabs/ |
| pinned_tab_service_factory.h | 13 class Profile; 16 // Listens for the Profile's destruction notification and cleans up the 20 // Returns the PinnedTabService that tracks pinning changes for |profile|. 21 static PinnedTabService* GetForProfile(Profile* profile); 33 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/ui/webui/predictors/ |
| predictors_ui.cc | 7 #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/chrome/browser/resources/options/ |
| manage_profile_overlay.css | 5 #manage-profile-overlay { 9 .profile-icon-grid-item { 16 .profile-icon { 21 #create-profile-name-input-container, 22 #manage-profile-name-input-container { 26 #create-profile-name-input-container { 30 #create-profile-name, 31 #manage-profile-name { 35 #create-profile-name:invalid, 36 #manage-profile-name:invalid [all...] |
| /external/chromium_org/chrome/browser/browsing_data/ |
| mock_browsing_data_appcache_helper.cc | 10 Profile* profile) 11 : BrowsingDataAppCacheHelper(profile) {
|
| /external/chromium_org/chrome/browser/devtools/device/usb/ |
| android_rsa.h | 14 class Profile; 16 crypto::RSAPrivateKey* AndroidRSAPrivateKey(Profile* profile);
|
| /external/chromium_org/chrome/browser/extensions/api/terminal/ |
| terminal_extension_helper.h | 12 class Profile; 20 static GURL GetCroshExtensionURL(Profile* profile);
|
| /external/chromium_org/chrome/browser/extensions/ |
| devtools_util.h | 8 class Profile; 17 void InspectBackgroundPage(const Extension* extension, Profile* profile);
|
| /external/chromium_org/chrome/browser/first_run/ |
| first_run_dialog.h | 8 class Profile; 14 bool ShowFirstRunDialog(Profile* profile);
|
| /external/chromium_org/chrome/browser/history/ |
| web_history_service_factory.cc | 18 bool IsHistorySyncEnabled(Profile* profile) { 20 ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile); 35 Profile* profile) { 36 if (IsHistorySyncEnabled(profile)) { 38 GetInstance()->GetServiceForBrowserContext(profile, true)); 45 Profile* profile = static_cast<Profile*>(context) local [all...] |
| /external/chromium_org/chrome/browser/ |
| renderer_preferences_util.h | 8 class Profile; 18 Profile* profile);
|
| /external/chromium_org/chrome/browser/search_engines/ |
| template_url_fetcher_callbacks.h | 8 class Profile; 20 Profile* profile) = 0;
|
| /external/chromium_org/chrome/browser/sessions/ |
| session_data_deleter.h | 8 class Profile; 13 void DeleteSessionOnlyData(Profile* profile);
|
| /external/chromium_org/chrome/browser/ui/ |
| accelerator_utils.h | 8 class Profile; 19 Profile* profile);
|
| media_utils.h | 10 class Profile; 18 Profile* profile,
|
| /external/chromium_org/chrome/browser/ui/apps/ |
| app_info_dialog.h | 9 class Profile; 17 Profile* profile,
|
| /external/chromium_org/chrome/test/base/ |
| test_chrome_web_ui_controller_factory.cc | 7 #include "chrome/browser/profiles/profile.h" 37 Profile* profile = Profile::FromBrowserContext(browser_context); local 38 WebUIProvider* provider = GetWebUIProvider(profile, url); 40 ChromeWebUIControllerFactory::GetWebUIType(profile, url); 45 Profile* profile = Profile::FromWebUI(web_ui); local 46 WebUIProvider* provider = GetWebUIProvider(profile, url) [all...] |
| /external/chromium_org/chrome/browser/background/ |
| background_contents_service_unittest.cc | 49 const base::DictionaryValue* GetPrefs(Profile* profile) { 50 return profile->GetPrefs()->GetDictionary( 55 std::string GetPrefURLForApp(Profile* profile, const base::string16& appid) { 56 const base::DictionaryValue* pref = GetPrefs(profile); 70 explicit MockBackgroundContents(Profile* profile) 72 profile_(profile) { 74 MockBackgroundContents(Profile* profile, const std::string& id 220 TestingProfile profile; local 225 TestingProfile profile; local 236 TestingProfile profile; local 263 TestingProfile profile; local 284 TestingProfile profile; local 316 TestingProfile profile; local 375 TestingProfile profile; local [all...] |
| /development/samples/browseable/BasicManagedProfile/ |
| _index.jd | 7 This sample demonstrates how to create a managed profile. You can also learn how to 9 configured to be forwarded between primary account and managed profile. Finally, you can 10 wipe all the data associated with the profile. 11 Note that there can only be one managed profile on a device.
|