HomeSort by relevance Sort by last modified time
    Searched refs:newProfile (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/
profile_menu_controller.h 42 - (IBAction)newProfile:(id)sender;
  /external/chromium_org/third_party/icu/source/common/
usprep.cpp 341 LocalMemory<UStringPrepProfile> newProfile;
342 if(newProfile.allocateInsteadAndReset() == NULL) {
348 if(!loadData(newProfile.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){
353 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
354 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
356 if(newProfile->checkBiDi) {
357 newProfile->bdp = ubidi_getSingleton();
369 usprep_unload(newProfile.getAlias())
    [all...]
  /external/icu4c/common/
usprep.cpp 338 LocalMemory<UStringPrepProfile> newProfile;
339 if(newProfile.allocateInsteadAndReset() == NULL) {
345 if(!loadData(newProfile.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){
350 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
351 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
353 if(newProfile->checkBiDi) {
354 newProfile->bdp = ubidi_getSingleton();
366 usprep_unload(newProfile.getAlias())
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_menu_bubble_controller.h 38 - (IBAction)newProfile:(id)sender;
  /packages/services/Telephony/src/com/android/phone/sip/
SipSettings.java 256 SipProfile newProfile = new SipProfile.Builder(p)
261 mProfileDb.saveProfile(newProfile);
265 return newProfile;
SipEditor.java 386 final SipProfile newProfile) {
389 // newProfile may be null if the old profile is to be deleted rather
395 if ((newProfile != null) && mPrimaryAccountSelector.isSelected()) {
399 mPrimaryAccountSelector.commit(newProfile);
401 saveAndRegisterProfile(newProfile);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 

Completed in 97 milliseconds