HomeSort by relevance Sort by last modified time
    Searched defs:new_profile (Results 1 - 8 of 8) sorted by null

  /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());
  /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...]
  /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/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...]
video_encoder_device_copper.cpp 2789 OMX_U32 new_profile = 0, new_level = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 2908 OMX_U32 new_profile = 0, new_level = 0; local
    [all...]
video_encoder_device_v4l2.cpp 4228 OMX_U32 new_profile = 0, new_level = 0; local
    [all...]

Completed in 282 milliseconds