Searched refs:already_exists (Results 1 – 3 of 3) sorted by relevance
341 bool already_exists = true; in main() local342 if (origoutfilesize == 0) already_exists = false; in main()349 bool keep_earlier_output_file = already_exists && in main()363 if (!yes && !dryrun && already_exists) { in main()
576 bool already_exists = (notification_list_->GetNotificationById(id) != NULL); in AddNotification() local581 if (already_exists) { in AddNotification()
834 bool already_exists = s_exists.ColumnInt(0) > 0; in AddFormFieldValueTime() local835 if (already_exists) { in AddFormFieldValueTime()861 already_exists ? AutofillChange::UPDATE : AutofillChange::ADD; in AddFormFieldValueTime()