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

  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 341 bool already_exists = true; local
342 if (origoutfilesize == 0) already_exists = false;
349 bool keep_earlier_output_file = already_exists &&
363 if (!yes && !dryrun && already_exists) {
  /external/chromium_org/ui/message_center/
message_center_impl.cc 576 bool already_exists = (notification_list_->GetNotificationById(id) != NULL); local
581 if (already_exists) {

Completed in 489 milliseconds