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

<<11121314151617181920>>

  /external/chromium/chrome/browser/
app_controller_mac.mm 24 #include "chrome/browser/profiles/profile_manager.h"
488 // This is called after profiles have been loaded and preferences registered.
538 // This is called after profiles have been loaded and preferences registered.
594 // Check all profiles for in progress downloads, and if we find any, prompt the
602 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
603 for (size_t i = 0; i < profiles.size(); ++i) {
604 DownloadManager* download_manager = profiles[i]->GetDownloadManager();
610 Browser* browser = BrowserList::FindBrowserWithProfile(profiles[i]);
612 browser = Browser::Create(profiles[i]);
625 // No profiles or active downloads found, okay to exit
    [all...]
browser_process_impl.cc 48 #include "chrome/browser/profiles/profile_manager.h"
179 // before the profiles, since if there are any still showing we will access
183 // Need to clear profiles (download managers) before the io_thread_.
327 // Mark all the profiles as clean.
329 std::vector<Profile*> profiles(pm->GetLoadedProfiles());
330 for (size_t i = 0; i < profiles.size(); ++i)
331 profiles[i]->MarkAsCleanShutdown();
    [all...]
background_page_tracker.cc 22 #include "chrome/browser/profiles/profile.h"
23 #include "chrome/browser/profiles/profile_manager.h"
process_singleton_win.cc 18 #include "chrome/browser/profiles/profile.h"
19 #include "chrome/browser/profiles/profile_manager.h"
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 372 std::vector<AutofillProfile>* profiles) {
401 profiles->push_back(p);
409 std::vector<AutofillProfile>* profiles) {
427 profiles->push_back(p);
673 std::vector<AutofillProfile*> profiles; local
682 profiles.push_back(profile0);
685 WillOnce(DoAll(SetArgumentPointee<0>(profiles), Return(true)));
    [all...]
sync_ui_util.cc 12 #include "chrome/browser/profiles/profile.h"
435 "Autofill Profiles created during migration",
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 28 #include "chrome/browser/profiles/profile_manager.h"
694 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
695 for (size_t i = 0; i < profiles.size(); ++i) {
697 BackgroundContentsServiceFactory::GetForProfile(profiles[i]);
698 ExtensionService* extensions_service = profiles[i]->GetExtensionService();
    [all...]
  /external/oprofile/doc/
oprofile.xml 38 cache misses, or CPU cycles. OProfile provides profiles of code based on the number of these occurring events:
40 This information is aggregated into profiles for each binary image.</para>
59 <listitem><para>want instruction-level profiles</para></listitem>
60 <listitem><para>want call-graph profiles</para></listitem>
66 <listitem><para>require call graph profiles on platforms other than 2.6/x86</para></listitem>
68 <listitem><para>require 100% instruction-accurate profiles</para></listitem>
434 data across the entire system for all of these profiles, you can do :
543 by OProfile: functions and binaries at the top of the profiles reflect
704 <row><entry><option>lib</option></entry><entry>Create per-application profiles for libraries</entry></row>
705 <row><entry><option>kernel</option></entry><entry>Create per-application profiles for the kernel and kernel modules</entry></row
    [all...]
  /external/bluetooth/bluez/src/
device.c 1063 delete_entry(&src, "profiles", addr);
1147 GSList *profiles)
1151 for (l = profiles; l; l = l->next) {
1168 GSList *profiles)
1182 match = g_slist_find_custom(profiles, *uuid,
1190 match = device_match_pattern(device, *uuid, profiles);
1197 void device_probe_drivers(struct btd_device *device, GSList *profiles)
1216 probe_uuids = device_match_driver(device, driver, profiles);
1234 for (list = profiles; list; list = list->next) {
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_browsertest.cc 16 #include "chrome/browser/profiles/profile.h"
90 std::vector<AutofillProfile> profiles(1, profile);
91 personal_data_manager->SetProfiles(&profiles);
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 14 #include "chrome/browser/profiles/profile.h"
128 // as well (should only be called for OTR profiles, as we should receive
129 // APP_TERMINATING before non-OTR profiles are destroyed).
  /external/chromium/chrome/browser/webdata/
web_data_service.h 464 // Initiates the request for all Autofill profiles. The method
466 // finished, with the profiles included in the argument |result|. The
467 // consumer owns the profiles.
  /external/v8/src/
cpu-profiler.cc 291 // The count of profiles doesn't depend on a security token.
292 return Isolate::Current()->cpu_profiler()->profiles_->Profiles(
301 return profiler->profiles_->Profiles(token)->at(index);
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 29 <li><a href="#Profiles">Working with Profiles</a>
120 all Bluetooth profiles and services supported by the device, but is useful as a
126 example is the Hands-Free profile. For more discussion of profiles, see <a
127 href="#Profiles">Working with Profiles</a></dd>
131 Headset and Hands-Free (v1.5) profiles.</dd>
    [all...]
  /frameworks/wilhelm/src/
sles_allinclusive.h 49 // Pseudo profiles, used to decide whether to include code for incomplete or untested features
50 // Features that are not in union of all profiles: audio recorder, LED, Vibra
52 // Features that are in the intersection of all profiles:
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 90 // We do not save view hierarchy, as they are just profiles.
120 // Currently we are the only user of profiles in KeyStore.
122 // safely cache profiles in the memory.
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 65 // Use profiles.ini to find the correct profile for this user.
440 // Path=Profiles/2de53ejb.default
445 path.SetFilename("profiles.ini");
464 // it. Perhaps that is legal profiles.ini syntax?
488 path.AppendFolder("Profiles");
499 profile->AppendFolder("Profiles");
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDeviceProfileState.java 39 * This tracks incoming and outgoing connections of all the profiles. Incoming
45 * state none of the profiles are in transition states.
66 // TODO(): Restructure the state machine to make it scalable with regard to profiles.
402 Log.i(TAG, "A2dp:Connect Other Profiles");
410 Log.i(TAG, "Headset:Connect Other Profiles");
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/
pom.xml 129 <profiles>
157 </profiles>
  /external/chromium/chrome/browser/extensions/
extension_management_api.cc 19 #include "chrome/browser/profiles/profile.h"
267 // Don't re-init (eg in the case of multiple profiles).
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 5 #include "chrome/browser/profiles/profile_io_data.h"
27 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/rlz/
rlz.cc 26 #include "chrome/browser/profiles/profile.h"
27 #include "chrome/browser/profiles/profile_manager.h"
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 210 return "Autofill Profiles";
250 else if (model_type_string == "Autofill Profiles")
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 24 #include "chrome/browser/profiles/profile.h"
246 // Ignore notifications for profiles other than our current one.
  /external/chromium/chrome/browser/ui/views/
accessibility_event_router_views.cc 13 #include "chrome/browser/profiles/profile.h"
14 #include "chrome/browser/profiles/profile_manager.h"

Completed in 503 milliseconds

<<11121314151617181920>>