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

  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc 464 AutofillProfile* new_profile = new AutofillProfile( local
466 OverwriteProfileWithServerData(autofill_specifics, new_profile, app_locale_);
473 if (local_profile->Compare(*new_profile) == 0) {
476 if (local_profile->IsVerified() && !new_profile->IsVerified()) {
477 new_profile->set_origin(local_profile->origin());
478 bundle->profiles_to_sync_back.push_back(new_profile);
486 << "New guid " << new_profile->guid()
491 !new_profile->IsVerified() &&
493 local_profile->PrimaryValue() == new_profile->PrimaryValue()) {
497 std::make_pair(local_profile->guid(), new_profile));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 1295 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_); local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 2713 OMX_U32 new_profile = 0, new_level = 0; local
    [all...]
video_encoder_device_copper.cpp 2791 OMX_U32 new_profile = 0, new_level = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 2837 OMX_U32 new_profile = 0, new_level = 0; local
    [all...]
video_encoder_device_v4l2.cpp 3223 OMX_U32 new_profile = 0, new_level = 0; local
    [all...]

Completed in 451 milliseconds