had_error          78 components/sync_driver/model_association_manager.cc   stats.had_error = local_merge_result.error().IsSet() ||
had_error         234 media/audio/audio_input_unittest.cc   EXPECT_FALSE(test_callback.had_error());
had_error         275 media/audio/win/audio_output_win_unittest.cc   EXPECT_FALSE(test_laggy.had_error());
had_error         139 net/disk_cache/simple/simple_backend_impl.cc         had_error(false) {}
had_error         143 net/disk_cache/simple/simple_backend_impl.cc   bool had_error;
had_error         151 net/disk_cache/simple/simple_backend_impl.cc   if (context->had_error)
had_error         154 net/disk_cache/simple/simple_backend_impl.cc     context->had_error = true;
had_error         215 sync/internal_api/debug_info_event_listener.cc     datatype_stats->set_had_error(association_stats.had_error);
had_error          40 sync/internal_api/public/data_type_association_stats.h   bool had_error;
had_error        1019 sync/protocol/proto_value_conversions.cc   SET_BOOL(had_error);
had_error         186 third_party/libwebp/utils/thread.c   return !worker->had_error;
had_error         191 third_party/libwebp/utils/thread.c   worker->had_error = 0;
had_error         214 third_party/libwebp/utils/thread.c     worker->had_error |= !worker->hook(worker->data1, worker->data2);
had_error          67 third_party/libwebp/utils/thread.h   int had_error;          // return value of the last call to 'hook'