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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.cc 9 #include "chrome/browser/profiles/profile.h"
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
dump_database_handler.cc 7 #include "chrome/browser/profiles/profile.h"
  /external/chromium_org/chrome/browser/ui/webui/
theme_handler.cc 9 #include "chrome/browser/profiles/profile.h"
  /external/chromium_org/chrome/browser/ui/webui/user_actions/
user_actions_ui.cc 7 #include "chrome/browser/profiles/profile.h"
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_mac.mm 20 app_data_path.Append("Firefox").Append("profiles.ini");
importer_url_row.h 12 // Used as the target for importing history URLs from other browser's profiles
  /external/chromium_org/chrome/test/ppapi/
ppapi_interactive_browsertest.cc 9 #include "chrome/browser/profiles/profile.h"
  /external/chromium_org/chromeos/attestation/
attestation_constants.h 31 // Available attestation certificate profiles.
  /external/chromium_org/content/public/common/
renderer_preferences.cc 10 // The touchpad / touchscreen fling profiles are a matched set
  /external/chromium_org/ui/web_dialogs/
web_dialog_web_contents_delegate.cc 16 // Incognito profiles are not long-lived, so we always want to store a
  /external/oprofile/doc/
oprofile.1.in 69 for differential profiles with
127 Only consider profiles for the given numbered CPU (starting from zero).
132 Only consider profiles for the given task groups. Unless some program is
139 Only consider profiles for the given threads. When using recent thread
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc 13 #include "chrome/browser/chromeos/profiles/profile_helper.h"
15 #include "chrome/browser/profiles/avatar_menu.h"
16 #include "chrome/browser/profiles/avatar_menu_observer.h"
17 #include "chrome/browser/profiles/profile_info_cache.h"
62 // AvatarMenu and multiple profiles works after user logged in.
259 // Change name of the first profile, to trigger resorting of the profiles:
290 // profiles after the name change, and changing the avatar.
  /external/chromium_org/chrome/browser/task_manager/
tab_contents_resource_provider.cc 14 #include "chrome/browser/profiles/profile.h"
15 #include "chrome/browser/profiles/profile_manager.h"
226 std::vector<Profile*> profiles(
228 for (size_t i = 0; i < profiles.size(); ++i) {
230 prerender::PrerenderManagerFactory::GetForProfile(profiles[i]);
240 for (size_t i = 0; i < profiles.size(); ++i) {
242 InstantServiceFactory::GetForProfile(profiles[i]);
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 20 #include "chrome/browser/profiles/profile.h"
21 #include "chrome/browser/profiles/profile_manager.h"
101 std::vector<Profile*> profiles(
103 for (size_t i = 0; i < profiles.size(); ++i) {
105 prerender::PrerenderManagerFactory::GetForProfile(profiles[i]);
114 for (size_t i = 0; i < profiles.size(); ++i) {
116 InstantServiceFactory::GetForProfile(profiles[i]);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh 35 # Runs the 4 profiler unittests and makes sure their profiles look
97 # Takes two filenames representing profiles, with their executable scripts,
130 # Takes two filenames representing profiles, and optionally their
131 # executable scripts (these may be empty if the profiles include
132 # symbols), and verifies that the two profiles are identical.
249 # Make sure that when we have a process with a fork, the profiles don't
254 echo "FORK test FAILED: expected 3 profiles (for main + 2 children), found $n"
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 35 # Runs the 4 profiler unittests and makes sure their profiles look
97 # Takes two filenames representing profiles, with their executable scripts,
130 # Takes two filenames representing profiles, and optionally their
131 # executable scripts (these may be empty if the profiles include
132 # symbols), and verifies that the two profiles are identical.
249 # Make sure that when we have a process with a fork, the profiles don't
254 echo "FORK test FAILED: expected 3 profiles (for main + 2 children), found $n"
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator.cc 59 << "Printing profiles from web db";
75 const std::vector<AutofillProfile*>& profiles(all_profiles_from_db);
76 for (std::vector<AutofillProfile*>::const_iterator ix = profiles.begin();
77 ix != profiles.end();
128 std::vector<AutofillProfile*>* profiles) {
132 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
146 ScopedVector<AutofillProfile> profiles; local
148 if (!LoadAutofillData(&profiles.get())) {
170 profiles.get(), &bundle.current_profiles,
304 // server profile.(The only difference between the 2 profiles are the guids
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_srtp.c 192 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)
230 return ssl_ctx_make_profiles(profiles,&ctx->srtp_profiles);
233 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles)
235 return ssl_ctx_make_profiles(profiles,&s->srtp_profiles);
263 profiles specified */
376 /* Pick our most preferred profile. If no profiles have bee
    [all...]
  /external/openssl/ssl/
d1_srtp.c 192 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)
230 return ssl_ctx_make_profiles(profiles,&ctx->srtp_profiles);
233 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles)
235 return ssl_ctx_make_profiles(profiles,&s->srtp_profiles);
263 profiles specified */
376 /* Pick our most preferred profile. If no profiles have bee
    [all...]
  /external/chromium_org/chrome/
chrome_browser.gypi     [all...]
  /external/chromium_org/v8/test/cctest/
test-profile-generator.cc 28 // Tests of profiles generator and utilities.
402 CpuProfilesCollection profiles(CcTest::heap());
403 profiles.StartProfiling("", 1, false);
404 ProfileGenerator generator(&profiles);
405 CodeEntry* entry1 = profiles.NewCodeEntry(i::Logger::FUNCTION_TAG, "aaa");
406 CodeEntry* entry2 = profiles.NewCodeEntry(i::Logger::FUNCTION_TAG, "bbb");
407 CodeEntry* entry3 = profiles.NewCodeEntry(i::Logger::FUNCTION_TAG, "ccc");
438 CpuProfile* profile = profiles.StopProfiling("");
468 CpuProfilesCollection profiles(CcTest::heap());
469 profiles.StartProfiling("", 1, true)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 47 // Tests where two client profiles are synced with the server. Typically
51 // Tests where three or more client profiles are synced with the server.
131 // individual sync profiles. Callee owns the object and manages its lifetime.
142 // Initializes sync clients and profiles but does not sync any of them.
145 // Initializes sync clients and profiles if required and syncs each of them.
234 // profiles created by a test.
334 // Collection of sync profiles used by a test. A sync profile maintains sync
336 // directory. Profiles are owned by the ProfileManager.
349 // Sync profile against which changes to individual profiles are verified. We
autofill_helper.cc 9 #include "chrome/browser/profiles/profile.h"
285 std::vector<AutofillProfile> profiles; local
287 profiles.push_back(*all_profiles[i]);
289 profiles.back().SetRawInfo(type.GetStorableType(), value);
291 autofill_helper::SetProfiles(profile, &profiles);
354 "profiles as profile 0.";
  /external/chromium_org/chrome/browser/resources/options/
browser_options.js 180 $('profiles-section').hidden = false;
182 var profilesList = $('profiles-list');
186 // The profiles info data in |loadTimeData| might be stale.
192 $('profiles-create').onclick = function(event) {
196 $('profiles-app-list-switch').onclick = function(event) {
201 $('profiles-manage').onclick = function(event) {
204 $('profiles-delete').onclick = function(event) {
210 $('profiles-create').disabled = true;
211 $('profiles-delete').disabled = true;
212 $('profiles-list').canDeleteItems = false
    [all...]
browser_options.css 18 #profiles-supervised-dashboard-tip {
85 #profiles-list {
90 #profiles-list .profile-name {
97 #profiles-list > * {
101 #profiles-list:focus {
116 #profiles-buttons {

Completed in 2533 milliseconds

<<21222324252627282930>>