HomeSort by relevance Sort by last modified time
    Searched full:profiles (Results 301 - 325 of 3282) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.css 41 /* For local/unlocked profiles, the name box becomes the focused element.
47 /* For local/unlocked profiles, always display the name and not the
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.h 16 // Synchronously loads the dictionaries across all profiles. Also loads the
27 // Used to verify that dictionaries match across all profiles. Also checks
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service_factory.cc 10 #include "chrome/browser/profiles/incognito_helpers.h"
11 #include "chrome/browser/profiles/profile.h"
  /external/chromium_org/chrome/browser/ui/cocoa/
profile_menu_controller.h 19 // This controller manages the title and submenu of the Profiles item in the
44 // If profiles are enabled and there is more than one profile, this inserts
profile_menu_controller.mm 10 #include "chrome/browser/profiles/avatar_menu.h"
11 #include "chrome/browser/profiles/avatar_menu_observer.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/profiles/profile_info_cache.h"
14 #include "chrome/browser/profiles/profile_info_interface.h"
15 #include "chrome/browser/profiles/profile_manager.h"
16 #include "chrome/browser/profiles/profile_metrics.h"
203 // and there are no other loaded profiles. In this case, calling
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 11 #include "chrome/browser/profiles/profile.h"
53 // Profiles.
  /external/chromium_org/tools/telemetry_tools/
bootstrap_deps 23 "src/chrome/test/data/extensions/profiles":
24 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/profiles",
  /external/objenesis/main/
pom.xml 49 <profiles>
77 </profiles>
  /external/chromium/chrome/browser/profiles/
profile_manager.h 5 // This class keeps track of the currently-active profiles in the runtime.
20 #include "chrome/browser/profiles/profile.h"
42 // Invokes ShutdownSessionService() on all profiles.
81 // Returns created profiles. Note, profiles order is NOT guaranteed to be
118 // This struct contains information about profiles which are being loaded or
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.cc 14 #include "chrome/browser/profiles/profile.h"
15 #include "chrome/browser/profiles/profile_manager.h"
75 // Notify about any already-existing profiles.
76 std::vector<Profile*> profiles(
78 for (size_t i = 0; i < profiles.size(); ++i)
79 HandleProfileCreated(profiles[i]);
  /external/chromium_org/chrome/browser/profiles/
profile_metrics.cc 5 #include "chrome/browser/profiles/profile_metrics.h"
11 #include "chrome/browser/profiles/profile.h"
12 #include "chrome/browser/profiles/profile_info_cache.h"
13 #include "chrome/browser/profiles/profile_manager.h"
58 // Ignore other metrics if we have no profiles, e.g. in Chrome Frame tests.
125 // Ignore other metrics if we have no profiles, e.g. in Chrome Frame tests.
profile_manager.cc 5 #include "chrome/browser/profiles/profile_manager.h"
28 #include "chrome/browser/profiles/bookmark_model_loaded_observer.h"
29 #include "chrome/browser/profiles/profile_destroyer.h"
30 #include "chrome/browser/profiles/profile_info_cache.h"
31 #include "chrome/browser/profiles/profile_metrics.h"
32 #include "chrome/browser/profiles/profiles_state.h"
33 #include "chrome/browser/profiles/startup_task_runner_service.h"
34 #include "chrome/browser/profiles/startup_task_runner_service_factory.h"
78 #include "chrome/browser/chromeos/profiles/profile_helper.h"
89 // Profiles that should be deleted on shutdown
526 std::vector<Profile*> profiles; local
    [all...]
profile_shortcut_manager_unittest_win.cc 16 #include "chrome/browser/profiles/profile.h"
17 #include "chrome/browser/profiles/profile_manager.h"
18 #include "chrome/browser/profiles/profile_shortcut_manager.h"
19 #include "chrome/browser/profiles/profile_shortcut_manager_win.h"
65 // Delete all profiles and ensure their shortcuts got removed.
77 profiles::internal::GetProfileIconPath(profile_path);
120 profiles::internal::GetShortcutFilenameForProfile(profile_name,
139 profiles::internal::GetProfileIconPath(profile_path);
149 profiles::internal::CreateProfileShortcutFlags(profile_path));
298 profiles::internal::GetShortcutFilenameForProfile(kProfileName
    [all...]
profile_info_cache.h 18 #include "chrome/browser/profiles/profile_info_cache_observer.h"
19 #include "chrome/browser/profiles/profile_info_interface.h"
32 // This class saves various information about profiles to local preferences.
33 // This cache can be used to display a list of profiles without having to
34 // actually load the profiles from disk.
144 // Gets all names of profiles associated with this instance of Chrome.
177 // of profiles is still sorted.
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
profile_chooser_controller_unittest.mm 11 #include "chrome/browser/profiles/avatar_menu.h"
12 #include "chrome/browser/profiles/profile_info_cache.h"
36 // There should be the default profile + two profiles we created.
70 // Three profiles means we shoud have one active card, two "other" profiles,
89 // There should be two "other profiles" items.
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 11 #include "chrome/browser/profiles/avatar_menu.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/profiles/profile_info_cache.h"
14 #include "chrome/browser/profiles/profile_info_cache_observer.h"
15 #include "chrome/browser/profiles/profile_info_util.h"
16 #include "chrome/browser/profiles/profile_manager.h"
17 #include "chrome/browser/profiles/profile_window.h"
18 #include "chrome/browser/profiles/profiles_state.h"
74 profiles::FindOrCreateNewWindowForProfile(
88 gfx::Image icon = profiles::GetSizedAvatarIconWithBorder
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
extension_process_resource_provider.cc 14 #include "chrome/browser/profiles/profile.h"
15 #include "chrome/browser/profiles/profile_manager.h"
204 // Add all the existing extension views from all Profiles, including those
207 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
208 size_t num_default_profiles = profiles.size();
210 if (profiles[i]->HasOffTheRecordProfile()) {
211 profiles.push_back(profiles[i]->GetOffTheRecordProfile());
215 for (size_t i = 0; i < profiles.size(); ++i) {
217 extensions::ExtensionSystem::Get(profiles[i])->process_manager()
    [all...]
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 41 // path of profiles.ini. IsRelative=0 refers to a custom profile
70 std::vector<std::string> profiles; local
74 profiles.push_back(current_profile);
76 // Profiles are continuously numbered. So we exit when we can't
82 if (profiles.empty())
85 // When multiple profiles exist, the path to the default profile is returned,
86 // since the other profiles are used mostly by developers for testing.
87 for (std::vector<std::string>::const_iterator it = profiles.begin();
88 it != profiles.end(); ++it)
93 return GetProfilePath(root, profiles.front())
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 3 // Tests of profiles generator and utilities.
21 CpuProfilesCollection profiles; local
22 ProfileGenerator generator(&profiles);
81 CpuProfilesCollection profiles; local
82 profiles.StartProfiling("", 1);
83 ProfileGenerator generator(&profiles);
142 CpuProfilesCollection profiles; local
143 profiles.StartProfiling("", 1);
144 ProfileGenerator generator(&profiles);
167 profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1)
232 CpuProfilesCollection profiles; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 110 // Creates a differentiating label for each of the |profiles|.
118 const std::vector<AutofillProfile*>& profiles,
121 // Creates inferred labels for |profiles|, according to the rules above and
129 const std::vector<AutofillProfile*>& profiles,
164 // Creates inferred labels for |profiles| at indices corresponding to
167 // profiles, if possible; and also at least |num_fields_to_include| fields, if
170 const std::vector<AutofillProfile*>& profiles,
autofill_ie_toolbar_import_win.cc 36 std::vector<AutofillProfile>* profiles,
41 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\Profiles";
197 // Imports profiles from the IE toolbar and stores them. Asynchronous
243 // Imports Autofill profiles and credit cards from IE Toolbar if present and not
247 std::vector<AutofillProfile>* profiles,
249 DCHECK(profiles);
270 profiles->push_back(profile);
281 // We import CC profiles only if they are not password protected.
300 return (profiles->size() + credit_cards->size()) > 0;
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.cc 238 std::vector<AutofillProfile*> profiles; local
239 AutofillTable::FromWebDatabase(db)->GetAutofillProfiles(&profiles);
243 profiles,
333 ScopedVector<AutofillProfile> profiles; local
335 delete_begin, delete_end, &profiles)) {
336 for (std::vector<AutofillProfile*>::const_iterator it = profiles.begin();
337 it != profiles.end(); ++it) {
375 std::vector<AutofillProfile*> profiles = r->GetValue(); local
376 STLDeleteElements(&profiles);
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
generate_builtins.py 122 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/
generate_builtins.py 122 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:
  /docs/source.android.com/src/devices/
bluetooth.jd 31 Binder IPC. The system service provides developers access to various Bluetooth profiles. The following
46 app and implements the Bluetooth service and profiles at the Android framework layer. This app
96 and profiles exposed in the HAL. You can find the default implementation located
107 <li>Custom Bluetooth profiles - If you want to add Bluetooth profiles that do not have

Completed in 389 milliseconds

<<11121314151617181920>>