ConstRef          502 base/bind_helpers.h static inline internal::ConstRefWrapper<T> ConstRef(const T& o) {
ConstRef          645 base/bind_unittest.cc TEST_F(BindTest, ConstRef) {
ConstRef          649 base/bind_unittest.cc   Callback<int(void)> const_ref_cb = Bind(&Identity, ConstRef(n));
ConstRef          660 base/bind_unittest.cc       Bind(&GetCopies, ConstRef(counter));
ConstRef          677 base/bind_unittest.cc       Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1);
ConstRef          498 chrome/browser/media_galleries/media_file_system_registry_unittest.cc                  base::ConstRef(empty_names),
ConstRef          499 chrome/browser/media_galleries/media_file_system_registry_unittest.cc                  base::ConstRef(empty_expectation)));
ConstRef          508 chrome/browser/media_galleries/media_file_system_registry_unittest.cc                  base::ConstRef(compare_names_read_),
ConstRef          509 chrome/browser/media_galleries/media_file_system_registry_unittest.cc                  base::ConstRef(regular_extension_galleries)));
ConstRef          518 chrome/browser/media_galleries/media_file_system_registry_unittest.cc                  base::ConstRef(compare_names_all_),
ConstRef          519 chrome/browser/media_galleries/media_file_system_registry_unittest.cc                  base::ConstRef(all_extension_galleries)));
ConstRef           44 chrome/browser/net/dns_probe_browsertest.cc using base::ConstRef;
ConstRef         1059 chrome/browser/profile_resetter/profile_resetter_unittest.cc                                        base::ConstRef(snapshot)));
ConstRef           76 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc       base::Bind(&ReloadLocaleResourcesOnIOThread, base::ConstRef(new_locale)),
ConstRef          455 content/browser/indexed_db/indexed_db_browsertest.cc                                                base::ConstRef(context),
ConstRef          487 content/browser/indexed_db/indexed_db_browsertest.cc                  base::ConstRef(GetContext()),
ConstRef           25 mojo/public/cpp/bindings/array.h   typedef typename Traits_::ConstRef ConstRef;
ConstRef           55 mojo/public/cpp/bindings/array.h   ConstRef at(size_t offset) const {
ConstRef           58 mojo/public/cpp/bindings/array.h   ConstRef operator[](size_t offset) const { return at(offset); }
ConstRef           34 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
ConstRef           52 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
ConstRef          197 mojo/public/cpp/bindings/lib/array_internal.h   typedef typename Traits::ConstRef ConstRef;
ConstRef          213 mojo/public/cpp/bindings/lib/array_internal.h   ConstRef at(size_t offset) const {
ConstRef          288 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(typename T::Data* const& data) {
ConstRef          301 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(const T& data) { return data; }
ConstRef          312 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(ConstRef data) { return data; }
ConstRef          323 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(const Handle& data) {
ConstRef          324 mojo/public/cpp/bindings/lib/array_internal.h     return ConstRef(const_cast<Handle*>(&data));
ConstRef          337 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(const DataPipeConsumerHandle& data) {
ConstRef          338 mojo/public/cpp/bindings/lib/array_internal.h     return ConstRef(const_cast<DataPipeConsumerHandle*>(&data));
ConstRef          351 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(const DataPipeProducerHandle& data) {
ConstRef          352 mojo/public/cpp/bindings/lib/array_internal.h     return ConstRef(const_cast<DataPipeProducerHandle*>(&data));
ConstRef          364 mojo/public/cpp/bindings/lib/array_internal.h   static ConstRef ToConstRef(const MessagePipeHandle& data) {
ConstRef          365 mojo/public/cpp/bindings/lib/array_internal.h     return ConstRef(const_cast<MessagePipeHandle*>(&data));