/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_change_processor.cc | 69 "Autofill Profile root node lookup failed"); 130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile()); 133 AddAutofillProfileSyncNode(trans, autofill_root, *(change->profile())); 148 WriteAutofillProfile(*(change->profile()), &node); 184 LOG(ERROR) << "could not delete the profile " << 225 LOG(ERROR) << "could not add autofill profile for guid " << p.guid(); 238 LOG(ERROR) << "Could not find the autofill profile to update for " << 249 LOG(ERROR) << "Could not update autofill profile for " << 283 const AutofillProfile& profile) { 285 std::string guid = profile.guid() [all...] |
/external/chromium_org/chrome/browser/background/ |
background_mode_manager.h | 25 class Profile; 63 virtual void RegisterProfile(Profile* profile); 65 static void LaunchBackgroundApplication(Profile* profile, 115 Profile* profile, 130 // Returns the number of background apps for this profile. 133 // Builds the profile specific parts of the menu. The menu passed in may 135 // of the single profile case. If containing_menu is valid, we will ad [all...] |
/external/chromium/chrome/browser/download/ |
download_history.cc | 11 #include "chrome/browser/profiles/profile.h" 20 DownloadHistory::DownloadHistory(Profile* profile) 21 : profile_(profile), 23 DCHECK(profile); 31 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 56 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 75 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 91 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 102 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) [all...] |
/external/chromium/chrome/browser/tab_contents/ |
render_view_host_delegate_helper.h | 20 class Profile; 42 Profile* profile, 75 Profile* profile, 98 static WebPreferences GetWebkitPrefs(Profile* profile, bool is_web_ui); 100 static void UpdateInspectorSetting(Profile* profile, 103 static void ClearInspectorSettings(Profile* profile) [all...] |
/external/chromium/chrome/browser/ui/views/ |
chrome_views_delegate.cc | 29 // If the given window has a profile associated with it, use that profile's 33 // TODO(mirandac): This function will also separate windows by profile in a 34 // multi-profile environment. 36 Profile* profile = reinterpret_cast<Profile*>( local 38 Profile::kProfileKey)); 39 if (!profile) { 40 // Use local state for windows that have no explicit profile [all...] |
/external/chromium_org/chrome/browser/android/ |
favicon_helper.cc | 17 #include "chrome/browser/profiles/profile.h" 80 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile); local 81 DCHECK(profile); 82 if (!profile) 86 profile, Profile::EXPLICIT_ACCESS); 115 Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile); local 116 DCHECK(profile); [all...] |
/external/chromium_org/chrome/browser/extensions/api/omnibox/ |
omnibox_api.cc | 18 #include "chrome/browser/profiles/profile.h" 58 Profile* profile, 61 ExtensionSystem::Get(profile)->extension_service()->extension_prefs(); 77 Profile* profile, 81 ExtensionSystem::Get(profile)->extension_service()->extension_prefs(); 100 Profile* profile, const std::string& extension_id) { 104 event->restrict_to_browser_context = profile; 136 Profile* profile = local [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_view_host_factory_browsertest.cc | 9 #include "chrome/browser/profiles/profile.h" 27 content::BrowserContext* browser_context = browser()->profile(); 29 // Popup hosts are created with the correct type and profile. 39 // Infobar hosts are created with the correct type and profile. 50 // Dialog hosts are created with the correct type and profile. 53 browser()->profile())); 68 browser()->profile(), GURL("about:blank")); 78 // associated with the original window's profile. 82 content::BrowserContext* browser_context = browser()->profile(); 93 // incognito profile [all...] |
extension_warning_service.cc | 12 #include "chrome/browser/profiles/profile.h" 22 ExtensionWarningService::ExtensionWarningService(Profile* profile) 23 : profile_(profile) { 27 content::Source<Profile>(profile_->GetOriginalProfile())); 97 Profile* profile = reinterpret_cast<Profile*>(profile_id); local 98 if (!profile || 100 !g_browser_process->profile_manager()->IsValidProfile(profile)) { [all...] |
/external/chromium_org/chrome/browser/predictors/ |
predictor_database.cc | 18 #include "chrome/browser/profiles/profile.h" 43 explicit PredictorDatabaseInternal(Profile* profile); 46 // Opens the database file from the profile path. Separated from the 69 PredictorDatabaseInternal::PredictorDatabaseInternal(Profile* profile) 70 : db_path_(profile->GetPath().Append(kPredictorDatabaseName)), 78 IsSpeculativeResourcePrefetchingEnabled(profile, &config); 129 PredictorDatabase::PredictorDatabase(Profile* profile) [all...] |
/external/chromium_org/chrome/browser/themes/ |
theme_service_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 27 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) { 29 GetInstance()->GetServiceForBrowserContext(profile, true)); 34 Profile* profile) { 35 std::string id = GetForProfile(profile)->GetThemeID(); 39 return profile->GetExtensionService()->GetExtensionById(id, false); 55 content::BrowserContext* profile) const { 64 provider->Init(static_cast<Profile*>(profile)) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
avatar_button_controller_unittest.mm | 69 // Create a second profile to enable the avatar menu. 92 DCHECK(!profile()->IsManaged()); 95 // Create a second, managed profile to enable the avatar menu. 97 TestingProfile* profile = testing_profile_manager()->CreateTestingProfile( 100 EXPECT_TRUE(profile->IsManaged()); 104 profile, &TemplateURLServiceFactory::BuildInstanceFor); 106 profile, &AutocompleteClassifierFactory::BuildInstanceFor); 107 profile->CreateBookmarkModel(true); 108 test::WaitForBookmarkModelToLoad(profile); 111 new Browser(Browser::CreateParams(profile, chrome::GetActiveDesktop())) [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
chrome_web_contents_handler.cc | 7 #include "chrome/browser/profiles/profile.h" 38 Profile* profile = Profile::FromBrowserContext(context); 47 Browser* browser = chrome::FindTabbedBrowser(profile, false, desktop_type); 51 Browser::CreateParams(Browser::TYPE_TABBED, profile, desktop_type)); 88 Profile* profile = Profile::FromBrowserContext(context); 97 Browser* browser = chrome::FindTabbedBrowser(profile, false, desktop_type) [all...] |
/external/chromium_org/chrome/browser/ui/webui/media/ |
webrtc_logs_ui.cc | 18 #include "chrome/browser/profiles/profile.h" 73 explicit WebRtcLogsDOMHandler(Profile* profile); 102 WebRtcLogsDOMHandler::WebRtcLogsDOMHandler(Profile* profile) 104 upload_list_ = WebRtcLogUploadList::Create(this, profile); 161 Profile* profile = Profile::FromWebUI(web_ui); local 162 web_ui->AddMessageHandler(new WebRtcLogsDOMHandler(profile)); [all...] |
/external/chromium_org/chrome/test/base/ |
testing_profile_manager.cc | 24 virtual Profile* CreateProfileHelper( 55 // Create a path for the profile based on the name. 59 // Create the profile and register it. 70 TestingProfile* profile = builder.Build().release(); local 71 profile->set_profile_name(profile_name); 72 profile_manager_->AddProfile(profile); // Takes ownership. 83 testing_profiles_.insert(std::make_pair(profile_name, profile)); 85 return profile; 102 TestingProfile* profile = it->second; local 105 cache.DeleteProfileFromCache(profile->GetPath()) [all...] |
/external/chromium_org/chromeos/network/ |
managed_network_configuration_handler_impl.cc | 144 const NetworkProfile* profile = local 146 if (!profile) { 147 LOG(ERROR) << "No or no known profile received for service " 157 if (ui_data && profile) { 158 if (profile->type() == NetworkProfile::TYPE_SHARED) 160 else if (profile->type() == NetworkProfile::TYPE_USER) 164 } else if (profile) { 165 LOG(WARNING) << "Service " << service_path << " of profile " 183 if (!guid.empty() && profile) { 184 const Policies* policies = GetPoliciesForProfile(*profile); 246 const NetworkProfile *profile = local 312 const NetworkProfile* profile = local 395 const NetworkProfile* profile = local 459 std::string profile; local 528 const NetworkProfile* profile = local [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4_Common.h | 84 Profile = AAC : 86 Profile = HE_AAC and input is AAC: 88 Profile = HE_AAC and input is HE_AAC: 91 case profile = HE_AAC_v2 : 93 AAC_kDS_BY_3 = 2, /**< Down sampling by 3 - only for AAC profile */ 94 AAC_kDS_BY_4 = 3, /**< Down sampling by 4 - only for AAC profile */ 95 AAC_kDS_BY_8 = 4 /**< Down sampling by 8 - only for AAC profile */ 116 * @brief This enum defines the AAC decoder profile 121 AAC_kAAC = 0, /**< AAC profile (only AAC LC object are supported) */ 122 AAC_kHE_AAC = 1, /**< HE AAC or AAC+ profile (SBR in LP Mode) * [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ProfilesPanel.js | 45 AddProfileHeader: "add-profile-header", 46 RemoveProfileHeader: "remove-profile-header", 127 * @param {!WebInspector.ProfileHeader} profile 131 function isFinished(profile) 133 return this._profileBeingRecorded !== profile; 169 var profile = this.createProfileLoadedFromFile(name); 170 profile.setFromFile(); 171 this._profileBeingRecorded = profile; 172 this.addProfile(profile); 173 profile.loadFromFile(file) [all...] |
/external/chromium/chrome/browser/autofill/ |
personal_data_manager.cc | 21 #include "chrome/browser/profiles/profile.h" 92 // Returns true if minimum requirements for import of a given |profile| have 96 bool IsMinimumAddress(const AutofillProfile& profile) { 97 return !profile.GetInfo(ADDRESS_HOME_LINE1).empty() && 98 !profile.GetInfo(ADDRESS_HOME_CITY).empty() && 99 !profile.GetInfo(ADDRESS_HOME_STATE).empty() && 100 !profile.GetInfo(ADDRESS_HOME_ZIP).empty(); 176 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS); 197 // TODO: Is this the funcionality that tries to create a profile for the user 204 // Parse the form and construct a profile based on the information that i 600 const FormGroup* profile = *iter; local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_cookies_unittest.cc | 26 // A test profile that supports linking with another profile for incognito support. 30 virtual Profile* GetOriginalProfile() { 37 virtual Profile* GetOffTheRecordProfile() { 54 void set_linked_profile(OtrTestingProfile* profile) { 55 linked_profile_ = profile; 68 OtrTestingProfile profile, otrProfile; local 70 OtrTestingProfile::LinkProfiles(&profile, &otrProfile); 73 extension_cookies_helpers::GetStoreIdFromProfile(&profile)); 74 EXPECT_EQ(&profile, 151 TestingProfile profile; local [all...] |
/external/chromium_org/chrome/browser/importer/ |
profile_writer_unittest.cc | 29 explicit TestProfileWriter(Profile* profile) : ProfileWriter(profile) {} 92 void VerifyHistoryCount(Profile* profile) { 94 HistoryServiceFactory::GetForProfile(profile, 95 Profile::EXPLICIT_ACCESS); 172 TestingProfile profile; local 173 profile.CreateBookmarkModel(true); 177 BookmarkModelFactory::GetForProfile(&profile); 198 TestingProfile profile; local [all...] |
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_interstitial.cc | 17 #include "chrome/browser/profiles/profile.h" 77 Profile* profile = local 78 Profile::FromBrowserContext(web_contents->GetBrowserContext()); 79 PrefService* prefs = profile->GetPrefs(); 107 Profile* profile = local 108 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); 110 ManagedUserServiceFactory::GetForProfile(profile); 167 Profile* profile local 192 Profile* profile = local [all...] |
/external/chromium_org/chrome/browser/net/ |
chrome_url_request_context.h | 18 class Profile; 90 // Create an instance for use with an 'original' (non-OTR) profile. This is 93 Profile* profile, 97 // Create an instance for an original profile for media. This is expected to 98 // get called on UI thread. This method takes a profile and reuses the 101 Profile* profile, const ProfileIOData* profile_io_data); 103 // Create an instance for an original profile for extensions. This is expected 106 Profile* profile, const ProfileIOData* profile_io_data) [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
salsa_ui.cc | 12 #include "chrome/browser/profiles/profile.h" 108 Profile* profile = Profile::FromWebUI(web_ui); local 109 content::WebUIDataSource::Add(profile, html_source); 117 Profile* profile = Profile::FromWebUI(web_ui()); local 118 PrefService* prefs = profile->GetPrefs(); 149 Profile* profile = Profile::FromWebUI(web_ui()) [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
bluetooth.idl | 39 dictionary Profile { 40 // Unique profile identifier, e.g. 00001401-0000-1000-8000-00805F9B23FB 43 // Human-readable name of the Profile, e.g. "Health Device" 46 // The RFCOMM channel id, used when the profile is to be exported to remote 50 // The LS2CAP PSM number, used when the profile is to be exported to remote 61 // Specifies whether this profile will be automatically connected if any 62 // other profile of device also exporting this profile connects to the host. 65 // Specifies the implemented version of the profile. 68 // Specifies the profile-specific bit field of features the implementatio [all...] |