HomeSort by relevance Sort by last modified time
    Searched full:new_profile (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc 191 Profile* new_profile) {
193 new_profile->GetPath().value());
196 SupervisedUserServiceFactory::GetForProfile(new_profile);
209 new_profile));
306 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_); local
307 if (!new_profile)
313 if (!new_profile->IsSupervised())
332 helper::DeleteProfileAtPath(new_profile->GetPath(), web_ui());
create_profile_handler.h 98 Profile* new_profile);
  /external/chromium_org/ui/display/types/chromeos/
native_display_delegate.h 83 // Sets the color calibration of |output| to |new_profile|.
86 ui::ColorCalibrationProfile new_profile) = 0;
  /external/chromium_org/ui/ozone/common/chromeos/
native_display_delegate_ozone.h 41 ui::ColorCalibrationProfile new_profile) OVERRIDE;
native_display_delegate_ozone.cc 81 ui::ColorCalibrationProfile new_profile) {
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.cc 507 AutofillProfile* new_profile = new AutofillProfile( local
509 OverwriteProfileWithServerData(autofill_specifics, new_profile, app_locale_);
518 if (local_profile->Compare(*new_profile) == 0) {
521 if (local_profile->IsVerified() && !new_profile->IsVerified()) {
522 new_profile->set_origin(local_profile->origin());
523 bundle->profiles_to_sync_back.push_back(new_profile);
531 << "New guid " << new_profile->guid()
536 !new_profile->IsVerified() &&
538 local_profile->PrimaryValue() == new_profile->PrimaryValue()) {
542 std::make_pair(local_profile->guid(), new_profile));
    [all...]
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_dri.h 52 ui::ColorCalibrationProfile new_profile) OVERRIDE;
native_display_delegate_dri.cc 146 ui::ColorCalibrationProfile new_profile) {
  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.h 93 ColorCalibrationProfile new_profile) OVERRIDE;
125 // Creates the gamma ramp for |new_profile|, or NULL if it doesn't exist.
129 ColorCalibrationProfile new_profile);
native_display_delegate_x11.cc 653 ColorCalibrationProfile new_profile) {
657 XRRCrtcGamma* gamma_ramp = CreateGammaRampForProfile(x11_output, new_profile);
672 ColorCalibrationProfile new_profile) {
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc 245 Profile* new_profile,
247 DCHECK_NE(profile_, new_profile);
265 SigninManagerFactory::GetForProfile(new_profile);
276 Initialize(new_profile, NULL);
277 DCHECK_EQ(profile_, new_profile);
291 new_profile,
  /external/chromium_org/chrome/browser/prefs/
pref_service_browsertest.cc 54 explicit PreferenceServiceTest(bool new_profile) : new_profile_(new_profile) {
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 731 const AutofillProfile& new_profile,
739 std::string guid = new_profile.guid();
748 !new_profile.PrimaryValue().empty() &&
750 StringToLowerASCII(new_profile.PrimaryValue())) {
757 if (!existing_profile->IsVerified() || new_profile.IsVerified())
758 existing_profile->OverwriteWithOrAddTo(new_profile, app_locale);
765 merged_profiles->push_back(new_profile);
    [all...]
personal_data_manager.h 182 // Merges |new_profile| into one of the |existing_profiles| if possible;
183 // otherwise appends |new_profile| to the end of that list. Fills
187 const AutofillProfile& new_profile,
  /external/chromium_org/ui/display/chromeos/
display_configurator.h 251 // Updates the color calibration to |new_profile|.
253 ui::ColorCalibrationProfile new_profile);
display_configurator.cc 417 ui::ColorCalibrationProfile new_profile) {
422 *cached_displays_[i].display, new_profile);
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/
foxitnames.h 237 #define New_Profile FPDFAPI_New_Profile
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/
foxitnames.h 242 #define New_Profile FPDFAPI_New_Profile
  /art/runtime/native/
dalvik_system_DexFile.cc 441 ProfileFile new_profile, old_profile; local
442 bool new_ok = new_profile.LoadFile(profile_file);
451 new_profile.GetTopKSamples(new_top_k, top_k_threshold);
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 718 /* New_Profile */
    [all...]
  /external/freetype/src/raster/
ftraster.c 720 /* New_Profile */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 720 /* New_Profile */
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 711 TestingProfileWithDomainReliabilityMonitor* new_profile = local
713 DomainReliabilityMonitor* monitor = new_profile->monitor();
714 profile_.reset(new_profile);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 2711 OMX_U32 new_profile = 0, new_level = 0; local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc     [all...]

Completed in 2224 milliseconds

1 2