HomeSort by relevance Sort by last modified time
    Searched full:profiles (Results 26 - 50 of 1170) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/doc/
assigned-numbers.txt 5 they've been pre-allocated for currently known profiles in order to
  /external/chromium/chrome/browser/importer/
firefox_importer_utils_linux.cc 15 ini_file = home.Append(".mozilla/firefox/profiles.ini");
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 7 #include "chrome/browser/profiles/profile_manager.h"
71 std::vector<Profile*> profiles(pm->GetLoadedProfiles());
72 for (size_t i = 0; i < profiles.size(); ++i)
73 profiles[i]->ShutdownSessionService();
150 // TODO(davemoore) Fix the tests so they allow OTR profiles.
199 std::vector<Profile*> profiles; local
203 profiles.push_back(iter->second->profile.get());
205 return profiles;
299 std::vector<Profile*> profiles(GetLoadedProfiles());
300 for (size_t i = 0; i < profiles.size(); ++i)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 6 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_state.cc 5 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/options/
show_options_url.cc 7 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher.cc 14 #include "chrome/browser/profiles/profile.h"
15 #include "chrome/browser/profiles/profile_manager.h"
help_app_launcher.cc 12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/profiles/profile_manager.h"
  /external/chromium/chrome/browser/debugger/manual_tests/
profiler-test-basic-grid-functionality.html 15 <li>go to 'Profiles' page;
23 On the left pane under 'CPU profiles' section, an item called
  /external/chromium/chrome/browser/
memory_purger.cc 12 #include "chrome/browser/profiles/profile_manager.h"
101 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
102 for (size_t i = 0; i < profiles.size(); ++i) {
104 make_scoped_refptr(profiles[i]->GetRequestContext()));
106 // NOTE: Some objects below may be duplicates across profiles. We could
113 profiles[i]->GetHistoryServiceWithoutCreating();
119 profiles[i]->GetWebDataServiceWithoutCreating();
126 profiles[i]->GetWebKitContext()->PurgeMemory();
  /external/chromium/chrome/browser/sync/syncable/
autofill_migration.h 17 // by syncing down the old autofill and syncing profiles back up to the server
22 // autofill profiles are 2 seperate data types.
  /external/chromium/chrome/browser/themes/
theme_service_factory.cc 9 #include "chrome/browser/profiles/profile.h"
10 #include "chrome/browser/profiles/profile_dependency_manager.h"
theme_service_factory.h 11 #include "chrome/browser/profiles/profile_keyed_service_factory.h"
20 // Profiles. Listens for the Profile's destruction notification and cleans up
  /external/chromium/chrome/browser/ui/webui/options/
stop_syncing_handler.cc 10 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/profiles/profile_manager.h"
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 38 * objects for the available Bluetooth profiles.
107 // Always add HID and PAN profiles
227 /** State change handler for NAP and PANU profiles. */
296 * @param profiles The list of profiles to fill
297 * @param removedProfiles list of profiles that were removed
300 Collection<LocalBluetoothProfile> profiles,
304 removedProfiles.addAll(profiles);
305 profiles.clear();
316 profiles.add(mHeadsetProfile)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder.cc 9 #include "chrome/browser/profiles/profile_manager.h"
83 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
84 for (size_t i = 0; i < profiles.size(); ++i) {
86 profiles[i], extension_id, event_name, event_args,
87 use_profile_to_restrict_events ? profiles[i] : NULL, event_url);
alert_apitest.cc 9 #include "chrome/browser/profiles/profile.h"
extension_event_router_forwarder.h 13 #include "chrome/browser/profiles/profile.h"
26 // parameter remains NULL and events are broadcasted to all profiles.
34 // on all (original) profiles' ExtensionEventRouters.
43 // on all (original) profiles' ExtensionEventRouters.
extension_local_filesystem_apitest.cc 6 #include "chrome/browser/profiles/profile.h"
extension_module.cc 11 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 63 // profiles. Shows at least 2 fields that differentiate profile from other
64 // profiles. See AdjustInferredLabels() further down for more description.
84 // Returns true if any of the profiles were updated.
86 // profiles. For non permanent situations (selection of profile, when user
88 static bool AdjustInferredLabels(std::vector<AutofillProfile*>* profiles);
90 // Creates inferred labels for |profiles|, according to the rules above and
98 const std::vector<AutofillProfile*>* profiles,
143 // Creates inferred labels for |profiles| at indices corresponding to
146 // the profiles, if possible; and also at least |num_fields_to_include|
149 const std::vector<AutofillProfile*>& profiles,
    [all...]
autofill_ie_toolbar_import_win.cc 28 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles,
33 L"Software\\Google\\Google Toolbar\\4.0\\Autofill\\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,
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;
  /frameworks/av/include/media/
MediaProfiles.h 207 // Camcorder profiles (high/low) and timelapse profiles (high/low)
401 static VideoCodec* createVideoCodec(const char **atts, MediaProfiles *profiles);
402 static AudioCodec* createAudioCodec(const char **atts, MediaProfiles *profiles);
408 const char **atts, MediaProfiles *profiles);
445 static void createDefaultCamcorderProfiles(MediaProfiles *profiles);
446 static void createDefaultVideoEncoders(MediaProfiles *profiles);
447 static void createDefaultAudioEncoders(MediaProfiles *profiles);
448 static void createDefaultVideoDecoders(MediaProfiles *profiles);
449 static void createDefaultAudioDecoders(MediaProfiles *profiles);
    [all...]
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 95 profiles = get_profile_list()
96 for (filename, profile) in profiles:
100 profiles = []
101 for pfile in sorted(glob(path.join(path.join(builtins_dir, 'profiles'), '*'))):
102 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
103 return profiles
183 profiles = get_profile_list() variable
185 print 'static gl_shader *builtin_profiles[%d];' % len(profiles)
231 for (filename, profile) in profiles:
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ProfilesLoader.java 57 double[] profiles = new double[data.length]; local
59 profiles[i] = (Long.parseLong(data[i]) / 1000.0) / 1000.0; // convert to ms
61 return profiles;

Completed in 1354 milliseconds

12 3 4 5 6 7 8 91011>>