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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_item_applescript.mm 9 #include "chrome/browser/profiles/profile_manager.h"
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_source.mm 8 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.mm 12 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_uninstall_dialog_cocoa.mm 12 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/gtk/
overflow_button.cc 9 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc 9 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/touch/frame/
keyboard_container_view.cc 7 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 12 #include "chrome/browser/profiles/profile.h"
  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui.cc 10 #include "chrome/browser/profiles/profile.h"
keyboard_ui.cc 10 #include "chrome/browser/profiles/profile.h"
ntp_login_handler.cc 12 #include "chrome/browser/profiles/profile.h"
html_dialog_tab_contents_delegate.cc 7 #include "chrome/browser/profiles/profile.h"
14 // Incognito profiles are not long-lived, so we always want to store a
  /external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.cc 9 #include "chrome/browser/profiles/profile.h"
  /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/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 255 std::vector<AutofillProfile> profiles; local
256 profiles.push_back(*mAutofillProfile);
258 mTabContents->profile()->GetPersonalDataManager()->SetProfiles(&profiles);
263 std::vector<AutofillProfile*> profiles; local
264 profiles.push_back(mAutofillProfile.get());
265 return AutofillProfile::AdjustInferredLabels(&profiles);
273 // remove it. If we support multiple profiles in the future
  /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...]
autofill_model_associator.cc 15 #include "chrome/browser/profiles/profile.h"
121 std::vector<AutofillProfile*>* profiles) {
129 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
145 ScopedVector<AutofillProfile> profiles; local
147 if (!LoadAutofillData(&entries, &profiles.get())) {
172 profiles.get())) {
243 << "Printing profiles from web db";
272 // Ignore autofill profiles if we are not upgrading.
  /external/openssl/ssl/
d1_srtp.c 191 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles;
198 if(!(profiles=sk_SRTP_PROTECTION_PROFILE_new_null()))
211 sk_SRTP_PROTECTION_PROFILE_push(profiles,p);
222 *out=profiles;
227 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx,const char *profiles)
229 return ssl_ctx_make_profiles(profiles,&ctx->srtp_profiles);
232 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles)
234 return ssl_ctx_make_profiles(profiles,&s->srtp_profiles);
262 profiles specified */
375 /* Pick our most preferred profile. If no profiles have bee
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/
pom.xml 50 <profiles>
78 </profiles>
  /external/bluetooth/bluez/src/
device.h 57 void device_probe_drivers(struct btd_device *device, GSList *profiles);
64 GSList *profiles);
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_helper.cc 12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/profiles/profile_manager.h"
  /external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.cc 13 #include "chrome/browser/profiles/profile.h"
14 #include "chrome/browser/profiles/profile_manager.h"
  /external/v8/include/
v8-profiler.h 138 * Profiles with the same uid but obtained using different
141 * to call Delete on these profiles.
162 * Returns the number of profiles collected (doesn't include
163 * profiles that are being collected at the moment of call.)
179 * is allowed to have several profiles being collected at
180 * once. Attempts to start collecting several profiles with the same
196 * Deletes all existing profiles, also cancelling all profiling
197 * activity. All previously returned pointers to profiles and their
  /frameworks/wilhelm/src/itf/
IEngineCapabilities.c 30 // The generic implementation doesn't implement any of the profiles, they shouldn't be
31 // declared as supported. Also exclude the fake profiles BASE and OPTIONAL.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptedPrivateKeyInfo.java 76 * ... -- For local profiles

Completed in 1336 milliseconds

1 2 3 45 6 7 8 91011>>