/external/chromium/chrome/browser/autofill/ |
personal_data_manager.h | 29 class Profile; 31 // Handles loading and saving Autofill profile information to the web database. 79 // field types that contain information in the FormStructures a profile will 81 // whether a profile was created. 105 // Adds |profile| to the web database. 106 void AddProfile(const AutofillProfile& profile); 108 // Updates |profile| which already exists in the web database. 109 void UpdateProfile(const AutofillProfile& profile); 111 // Removes the profile represented by |guid|. 114 // Returns the profile with the specified |guid|, or NULL if there is n [all...] |
/external/chromium/chrome/browser/ |
plugin_updater.cc | 17 #include "chrome/browser/profiles/profile.h" 130 void PluginUpdater::UpdatePluginGroupsStateFromPrefs(Profile* profile) { 133 profile->GetPrefs()->GetFilePath(prefs::kPluginsLastInternalDirectory); 138 profile->GetPrefs()->SetFilePath( 149 if (!profile->GetPrefs()->GetBoolean(prefs::kPluginsEnabledInternalPDF)) { 153 profile->GetPrefs()->SetBoolean(prefs::kPluginsEnabledInternalPDF, true); 158 ListPrefUpdate update(profile->GetPrefs(), prefs::kPluginsPluginsList); 215 // Don't do this in the constructor, there's no profile available there. 217 profile->GetPrefs()->GetList(prefs::kPluginsDisabledPlugins) [all...] |
browsing_data_appcache_helper.cc | 8 #include "chrome/browser/profiles/profile.h" 16 BrowsingDataAppCacheHelper::BrowsingDataAppCacheHelper(Profile* profile) 17 : request_context_getter_(profile->GetRequestContext()), 105 Profile* profile) 106 : BrowsingDataAppCacheHelper(profile), 107 profile_(profile) {
|
browsing_data_database_helper_unittest.cc | 17 TestingProfile profile; local 23 new CannedBrowsingDataDatabaseHelper(&profile));
|
browsing_data_indexed_db_helper_unittest.cc | 17 TestingProfile profile; local 23 new CannedBrowsingDataIndexedDBHelper(&profile));
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_host_delegate_helper.cc | 19 #include "chrome/browser/profiles/profile.h" 41 Profile* profile, 45 ExtensionService* extensions_service = profile->GetExtensionService(); 69 BackgroundContentsServiceFactory::GetForProfile(profile); 76 profile->GetExtensionProcessManager(); 82 return service->CreateBackgroundContents(site, route_id, profile, frame_name, 88 Profile* profile, 97 profile, [all...] |
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_model_associator.cc | 88 // associated with another profile. That could happen if the user has 89 // the same profile duplicated. 154 << " Now associating to the new autofill profile model associator" 293 const AutofillProfile& profile, 300 profile, 303 // In case of duplicates throw away the local profile and apply the 304 // server profile.(The only difference between the 2 profiles are the guids) 305 profiles_to_delete->push_back(profile.guid()); 326 << UTF16ToUTF8(profile.GetInfo(NAME_FIRST)) 327 << UTF16ToUTF8(profile.GetInfo(NAME_LAST) [all...] |
app_data_type_controller.h | 19 Profile* profile,
|
extension_data_type_controller.h | 19 Profile* profile,
|
preference_data_type_controller.h | 19 Profile* profile,
|
session_data_type_controller.h | 21 Profile* profile,
|
theme_data_type_controller.h | 19 Profile* profile,
|
/external/icu4c/common/ |
usprep.cpp | 54 /* Profile names must be aligned to UStringPrepProfileType */ 135 UStringPrepProfile *profile = NULL; local 154 profile = (UStringPrepProfile *) e->value.pointer; 157 if ((noRefCount== FALSE && profile->refCount == 0) || 163 usprep_unload(profile); 173 uprv_free(profile); 230 loadData(UStringPrepProfile* profile, 267 if(profile->sprepData==NULL) { 268 profile->sprepData=dataMemory; 270 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)) 314 UStringPrepProfile* profile = NULL; local [all...] |
/external/bluetooth/bluez/doc/ |
sap-api.txt | 1 BlueZ D-Bus Sim Access Profile API description 7 Sim Access Profile hierarchy
|
/external/chromium/chrome/browser/autocomplete/ |
builtin_provider.h | 23 BuiltinProvider(ACProviderListener* listener, Profile* profile);
|
/external/chromium/chrome/browser/extensions/ |
alert_apitest.cc | 9 #include "chrome/browser/profiles/profile.h" 19 ExtensionHost* host = browser()->profile()->GetExtensionProcessManager()->
|
extension_local_filesystem_apitest.cc | 6 #include "chrome/browser/profiles/profile.h" 25 browser()->profile()->GetFileSystemContext()->path_manager();
|
extension_process_manager.h | 23 class Profile; 28 // of this class per Profile. OTR Profiles have a separate instance that keeps 32 static ExtensionProcessManager* Create(Profile* profile); 37 // profile. 93 explicit ExtensionProcessManager(Profile* profile); 114 // The BrowsingInstance shared by all extensions in this profile. This
|
notifications_apitest.cc | 9 #include "chrome/browser/profiles/profile.h" 20 DesktopNotificationServiceFactory::GetForProfile(browser()->profile())
|
/external/chromium/chrome/browser/importer/ |
importer_progress_dialog.h | 13 class Profile; 29 Profile* target_profile,
|
importer_progress_observer.h | 24 // source profile and is now ready for further processing. 27 // Invoked when the source profile has been imported.
|
/external/chromium/chrome/browser/sync/ |
test_profile_sync_service.h | 18 class Profile; 38 Profile* profile, 73 static void SetDefaultExpectationsForWorkerCreation(ProfileMock* profile); 75 static void SetHistoryServiceExpectations(ProfileMock* profile); 88 Profile* profile, 121 // value value in order for the profile sync service to start.
|
/external/chromium/chrome/browser/tabs/ |
tab_handler.h | 10 class Profile; 15 virtual Profile* GetProfile() const = 0;
|
/external/chromium/chrome/browser/ui/tab_contents/ |
test_tab_contents_wrapper.cc | 38 // before we destroy the profile. 41 // Release the profile on the UI thread.
|
/external/chromium/chrome/browser/ui/views/ |
profile_menu_button.h | 22 // underneath that displays the profile tag. 26 // Space between window controls and end of profile tag.
|