Searched defs:profiles (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_util.h10 namespace profiles { namespace
H A Dprofile_window.h14 namespace profiles { namespace
37 } // namespace profiles
H A Dprofiles_state.h11 namespace profiles { namespace
13 // Checks if multiple profiles is enabled.
29 } // namespace profiles
H A Dprofiles_state.cc5 #include "chrome/browser/profiles/profiles_state.h"
14 namespace profiles { namespace
54 } // namespace profiles
H A Dprofile_shortcut_manager_win.h9 #include "chrome/browser/profiles/profile_shortcut_manager.h"
16 namespace profiles { namespace
32 } // namespace profiles
83 // Must only be called when the number profiles is 2.
H A Dprofile_window.cc5 #include "chrome/browser/profiles/profile_window.h"
10 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/profiles/profile_manager.h"
34 profiles::FindOrCreateNewWindowForProfile(
45 namespace profiles { namespace
89 } // namespace profiles
H A Dprofile_info_util.cc5 #include "chrome/browser/profiles/profile_info_util.h"
11 namespace profiles { namespace
H A Dprofile_manager_browsertest.cc9 #include "chrome/browser/profiles/profile_info_cache.h"
10 #include "chrome/browser/profiles/profile_info_cache_observer.h"
11 #include "chrome/browser/profiles/profile_manager.h"
12 #include "chrome/browser/profiles/profile_window.h"
13 #include "chrome/browser/profiles/profiles_state.h"
116 // Delete all profiles in a multi profile setup and make sure a new one is
135 // Delete all profiles.
181 std::vector<Profile*> profiles = profile_manager->GetLoadedProfiles(); local
182 for (std::vector<Profile*>::const_iterator it = profiles.begin();
183 it != profiles
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
H A DProfile.java5 package org.chromium.chrome.browser.profiles;
H A DMostVisitedSites.java5 package org.chromium.chrome.browser.profiles;
/external/chromium/chrome/browser/importer/
H A Dimporter_list.cc25 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) { argument
26 // IE always exists and doesn't have multiple profiles.
34 profiles->push_back(ie);
39 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) { argument
50 profiles->push_back(safari);
54 void DetectFirefoxProfiles(std::vector<importer::SourceProfile*>* profiles) { argument
89 profiles->push_back(firefox);
93 std::vector<importer::SourceProfile*>* profiles) {
104 profiles->push_back(google_toolbar);
165 std::vector<importer::SourceProfile*> profiles;
92 DetectGoogleToolbarProfiles( std::vector<importer::SourceProfile*>* profiles) argument
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Dbrowser_list_tabcontents_provider.cc13 #include "chrome/browser/profiles/profile_manager.h"
42 std::set<Profile*> profiles; local
44 profiles.insert((*it)->profile());
46 for (std::set<Profile*>::iterator it = profiles.begin();
47 it != profiles.end(); ++it) {
/external/chromium_org/chrome/browser/importer/
H A Dimporter_list.cc28 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) { argument
29 // IE always exists and doesn't have multiple profiles.
37 profiles->push_back(ie);
42 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) { argument
53 profiles->push_back(safari);
61 std::vector<importer::SourceProfile*>* profiles) {
95 profiles->push_back(firefox);
155 std::vector<importer::SourceProfile*> profiles; local
161 DetectFirefoxProfiles(locale, &profiles);
162 DetectIEProfiles(&profiles);
60 DetectFirefoxProfiles(const std::string locale, std::vector<importer::SourceProfile*>* profiles) argument
198 SourceProfilesLoaded( const std::vector<importer::SourceProfile*>& profiles) argument
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile_unittest.cc25 std::vector<AutofillProfile*> profiles; local
26 profiles.push_back(profile);
27 return AutofillProfile::AdjustInferredLabels(&profiles);
132 std::vector<AutofillProfile*> profiles; local
133 profiles.push_back(&profile7);
134 profiles.push_back(&profile7a);
135 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
145 ScopedVector<AutofillProfile> profiles; local
146 profiles.push_back(
149 profiles[
304 ScopedVector<AutofillProfile> profiles; local
412 ScopedVector<AutofillProfile> profiles; local
448 ScopedVector<AutofillProfile> profiles; local
476 ScopedVector<AutofillProfile> profiles; local
[all...]
H A Dautofill_ie_toolbar_import_win_unittest.cc22 std::vector<AutofillProfile>* profiles,
162 std::vector<AutofillProfile> profiles; local
164 EXPECT_TRUE(ImportCurrentUserProfiles("en-US", &profiles, &credit_cards));
165 ASSERT_EQ(2U, profiles.size());
166 // The profiles are read in reverse order.
167 EXPECT_EQ(profile1[0].value, profiles[1].GetRawInfo(NAME_FIRST));
168 EXPECT_EQ(profile1[1].value, profiles[1].GetRawInfo(NAME_MIDDLE));
169 EXPECT_EQ(profile1[2].value, profiles[1].GetRawInfo(NAME_LAST));
170 EXPECT_EQ(profile1[3].value, profiles[1].GetRawInfo(EMAIL_ADDRESS));
171 EXPECT_EQ(profile1[4].value, profiles[
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
H A Dgenerate_builtins.py122 profiles = get_profile_list()
123 for (filename, profile) in profiles:
130 path.join(builtins_dir, 'profiles'), '*.' + extension)
132 profiles = []
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
135 return profiles
223 profiles = get_profile_list() variable
225 print 'static gl_shader *builtin_profiles[%d];' % len(profiles)
271 for (filename, profile) in profiles:
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py122 profiles = get_profile_list()
123 for (filename, profile) in profiles:
130 path.join(builtins_dir, 'profiles'), '*.' + extension)
132 profiles = []
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
135 return profiles
223 profiles = get_profile_list() variable
225 print 'static gl_shader *builtin_profiles[%d];' % len(profiles)
271 for (filename, profile) in profiles:
/external/chromium/chrome/browser/autofill/
H A Dautofill_ie_toolbar_import_win_unittest.cc19 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles,
161 std::vector<AutofillProfile> profiles; local
163 EXPECT_TRUE(ImportCurrentUserProfiles(&profiles, &credit_cards));
164 ASSERT_EQ(profiles.size(), 2);
165 // The profiles are read in reverse order.
166 EXPECT_EQ(profiles[1].GetInfo(NAME_FIRST), profile1[0].value);
167 EXPECT_EQ(profiles[1].GetInfo(NAME_MIDDLE), profile1[1].value);
168 EXPECT_EQ(profiles[1].GetInfo(NAME_LAST), profile1[2].value);
169 EXPECT_EQ(profiles[1].GetInfo(EMAIL_ADDRESS), profile1[3].value);
170 EXPECT_EQ(profiles[
[all...]
H A Dautofill_merge_unittest.cc46 // Serializes the |profiles| into a string.
47 std::string SerializeProfiles(const std::vector<AutofillProfile*>& profiles) { argument
49 for (size_t i = 0; i < profiles.size(); ++i) {
55 profiles[i]->GetMultiInfo(type, &values);
73 // Reset the saved profiles.
98 std::vector<AutofillProfile> profiles; local
99 if (!MergeProfile(profile, profiles_.get(), &profiles))
109 // A data-driven test for verifying merging of Autofill profiles. Each input is
110 // a structured dump of a set of implicitly detected autofill profiles. The
111 // corresponding output file is a dump of the saved profiles tha
153 MergeProfiles(const std::string& profiles, std::string* merged_profiles) argument
[all...]
H A Dautofill_profile_unittest.cc20 std::vector<AutofillProfile*> profiles; local
21 profiles.push_back(profile);
22 return AutofillProfile::AdjustInferredLabels(&profiles);
119 std::vector<AutofillProfile*> profiles; local
120 profiles.push_back(&profile7);
121 profiles.push_back(&profile7a);
122 EXPECT_TRUE(AutofillProfile::AdjustInferredLabels(&profiles));
132 std::vector<AutofillProfile*> profiles; local
133 profiles.push_back(new AutofillProfile);
135 profiles[
298 std::vector<AutofillProfile*> profiles; local
400 ScopedVector<AutofillProfile> profiles; local
434 ScopedVector<AutofillProfile> profiles; local
460 ScopedVector<AutofillProfile> profiles; local
[all...]
H A Dautofill_ie_toolbar_import_win.cc28 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles,
153 // Imports profiles from the IE toolbar and stores them. Asynchronous
193 // Imports Autofill profiles and credit cards from IE Toolbar if present and not
196 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles, argument
198 DCHECK(profiles);
227 profiles->push_back(profile);
238 // We import CC profiles only if they are not password protected.
255 return (profiles->size() + credit_cards->size()) > 0;
/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.cc13 #include "chrome/browser/profiles/profile_manager.h"
178 const std::vector<AutofillProfile*>& profiles = local
181 DCHECK_LT(index_size_t, profiles.size());
182 return CreateJavaProfileFromNative(env, *profiles[index_size_t]);
/external/chromium_org/chromeos/dbus/
H A Dshill_profile_client_stub.cc189 std::vector<std::string>* profiles) {
192 profiles->push_back(iter->first);
188 GetProfilePaths( std::vector<std::string>* profiles) argument
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_srtp.c192 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles;
199 if(!(profiles=sk_SRTP_PROTECTION_PROFILE_new_null()))
212 sk_SRTP_PROTECTION_PROFILE_push(profiles,p);
223 *out=profiles;
228 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx,const char *profiles) argument
230 return ssl_ctx_make_profiles(profiles,&ctx->srtp_profiles);
233 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles) argument
235 return ssl_ctx_make_profiles(profiles,&s->srtp_profiles);
263 profiles specified */
376 /* Pick our most preferred profile. If no profiles hav
[all...]
/external/openssl/ssl/
H A Dd1_srtp.c192 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles;
199 if(!(profiles=sk_SRTP_PROTECTION_PROFILE_new_null()))
212 sk_SRTP_PROTECTION_PROFILE_push(profiles,p);
223 *out=profiles;
228 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx,const char *profiles) argument
230 return ssl_ctx_make_profiles(profiles,&ctx->srtp_profiles);
233 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles) argument
235 return ssl_ctx_make_profiles(profiles,&s->srtp_profiles);
263 profiles specified */
376 /* Pick our most preferred profile. If no profiles hav
[all...]

Completed in 510 milliseconds

1234