NAME 194 base/numerics/safe_math.h #define BASE_NUMERIC_ARITHMETIC_OPERATORS(NAME, OP, COMPOUND_OP) \ NAME 208 base/numerics/safe_math.h T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \ NAME 296 base/numerics/safe_math_impl.h #define BASE_FLOAT_ARITHMETIC_STUBS(NAME) \ NAME 299 base/numerics/safe_math_impl.h Checked##NAME(T, T, RangeConstraint*) { \ NAME 75 chrome/browser/extensions/extension_context_menu_model.cc } else if (command_id == NAME) { NAME 107 chrome/browser/extensions/extension_context_menu_model.cc case NAME: { NAME 171 chrome/browser/extensions/extension_context_menu_model.cc AddItem(NAME, base::UTF8ToUTF16(extension_name)); NAME 627 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_EQ(NAME, form_structure()->field(13)->Type().group()); NAME 1263 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc EXPECT_EQ(NAME, form_structure()->field(13)->Type().group()); NAME 46 components/autofill/core/browser/autofill_field_unittest.cc EXPECT_EQ(NAME, field.Type().group()); NAME 56 components/autofill/core/browser/autofill_field_unittest.cc EXPECT_EQ(NAME, field.Type().group()); NAME 72 components/autofill/core/browser/autofill_metrics.cc case ::autofill::NAME: NAME 74 components/autofill/core/browser/autofill_metrics.cc group = NAME; NAME 40 components/autofill/core/browser/autofill_profile.cc if (AutofillType(storable_type).group() == NAME) NAME 334 components/autofill/core/browser/autofill_profile.cc case NAME: NAME 560 components/autofill/core/browser/autofill_profile.cc return group == NAME || NAME 629 components/autofill/core/browser/autofill_profile.cc case NAME: NAME 787 components/autofill/core/browser/autofill_profile.cc case NAME: NAME 52 components/autofill/core/browser/autofill_type.cc return NAME; NAME 147 components/autofill/core/browser/autofill_type.cc return html_mode_ == HTML_MODE_BILLING ? NAME_BILLING : NAME; NAME 25 components/autofill/core/browser/autofill_type_unittest.cc EXPECT_EQ(NAME, first.group()); NAME 67 components/autofill/core/browser/autofill_type_unittest.cc EXPECT_EQ(NAME, first.group()); NAME 82 components/autofill/core/browser/autofill_type_unittest.cc EXPECT_EQ(NAME, shipping_first.group()); NAME 46 components/autofill/core/browser/contact_info.cc DCHECK_EQ(NAME, AutofillType(type).group()); NAME 69 components/autofill/core/browser/contact_info.cc DCHECK_EQ(NAME, AutofillType(type).group()); NAME 1060 content/browser/indexed_db/indexed_db_backing_store.cc if (meta_data_key.MetaDataType() != ObjectStoreMetaDataKey::NAME) { NAME 1242 content/browser/indexed_db/indexed_db_backing_store.cc database_id, object_store_id, ObjectStoreMetaDataKey::NAME); NAME 1290 content/browser/indexed_db/indexed_db_backing_store.cc database_id, object_store_id, ObjectStoreMetaDataKey::NAME), NAME 1646 content/browser/indexed_db/indexed_db_backing_store.cc if (meta_data_key.meta_data_type() != IndexMetaDataKey::NAME) { NAME 1754 content/browser/indexed_db/indexed_db_backing_store.cc database_id, object_store_id, index_id, IndexMetaDataKey::NAME); NAME 827 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc ObjectStoreMetaDataKey::Encode(1, 1, ObjectStoreMetaDataKey::NAME)); NAME 845 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc keys.push_back(IndexMetaDataKey::Encode(1, 1, 30, IndexMetaDataKey::NAME)); NAME 39 content/public/android/java/src/org/chromium/content/browser/PepperPluginManager.java private static final String NAME = "name"; NAME 61 content/public/android/java/src/org/chromium/content/browser/PepperPluginManager.java String name = metaData.getString(NAME); NAME 46 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(access)(const char* path, int amode) NOTHROW; NAME 47 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(chdir)(const char* path) NOTHROW; NAME 48 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(chmod)(const char* path, chmod_mode_t mode) NOTHROW; NAME 50 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(close)(int fd); NAME 51 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(dup)(int oldfd) NOTHROW; NAME 52 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(dup2)(int oldfd, int newfd) NOTHROW; NAME 65 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h char* NAME(getcwd)(char* buf, getcwd_size_t size) NOTHROW; NAME 73 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(isatty)(int fd) NOTHROW; NAME 76 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h off_t NAME(lseek)(int fd, off_t offset, int whence) NOTHROW; NAME 87 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(open)(const char* path, int oflag, ...); NAME 88 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h read_ssize_t NAME(read)(int fd, void* buf, size_t nbyte); NAME 90 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(rmdir)(const char* path) NOTHROW; NAME 103 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int NAME(unlink)(const char* path) NOTHROW; NAME 105 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h read_ssize_t NAME(write)(int fd, const void* buf, size_t nbyte); NAME 65 ppapi/c/pp_macros.h #define PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, CTYPENAME, SIZE) \ NAME 66 ppapi/c/pp_macros.h struct PP_Dummy_Struct_For_##NAME { \ NAME 68 ppapi/c/pp_macros.h ## NAME ## _is_not_ ## SIZE ## \ NAME 77 ppapi/c/pp_macros.h #define PP_COMPILE_ASSERT_SIZE_IN_BYTES(NAME, SIZE) \ NAME 78 ppapi/c/pp_macros.h PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, NAME, SIZE) NAME 86 ppapi/c/pp_macros.h #define PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(NAME, SIZE) \ NAME 87 ppapi/c/pp_macros.h PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, struct NAME, SIZE) NAME 95 ppapi/c/pp_macros.h #define PP_COMPILE_ASSERT_ENUM_SIZE_IN_BYTES(NAME, SIZE) \ NAME 96 ppapi/c/pp_macros.h PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, enum NAME, SIZE) NAME 99 sandbox/win/src/filesystem_dispatcher.cc params[OpenFile::NAME] = ParamPickerMake(filename); NAME 141 sandbox/win/src/filesystem_dispatcher.cc params[OpenFile::NAME] = ParamPickerMake(filename); NAME 182 sandbox/win/src/filesystem_dispatcher.cc params[FileName::NAME] = ParamPickerMake(filename); NAME 220 sandbox/win/src/filesystem_dispatcher.cc params[FileName::NAME] = ParamPickerMake(filename); NAME 272 sandbox/win/src/filesystem_dispatcher.cc params[FileName::NAME] = ParamPickerMake(filename); NAME 57 sandbox/win/src/filesystem_interception.cc params[OpenFile::NAME] = ParamPickerMake(name); NAME 128 sandbox/win/src/filesystem_interception.cc params[OpenFile::NAME] = ParamPickerMake(name); NAME 195 sandbox/win/src/filesystem_interception.cc params[FileName::NAME] = ParamPickerMake(name); NAME 253 sandbox/win/src/filesystem_interception.cc params[FileName::NAME] = ParamPickerMake(name); NAME 325 sandbox/win/src/filesystem_interception.cc params[FileName::NAME] = ParamPickerMake(name); NAME 143 sandbox/win/src/filesystem_policy.cc (!create.AddStringMatch(IF, OpenFile::NAME, name, CASE_INSENSITIVE) || NAME 149 sandbox/win/src/filesystem_policy.cc (!open.AddStringMatch(IF, OpenFile::NAME, name, CASE_INSENSITIVE) || NAME 155 sandbox/win/src/filesystem_policy.cc (!query.AddStringMatch(IF, FileName::NAME, name, CASE_INSENSITIVE) || NAME 161 sandbox/win/src/filesystem_policy.cc (!query_full.AddStringMatch(IF, FileName::NAME, name, CASE_INSENSITIVE) NAME 168 sandbox/win/src/filesystem_policy.cc (!rename.AddStringMatch(IF, FileName::NAME, name, CASE_INSENSITIVE) || NAME 191 sandbox/win/src/filesystem_policy.cc rv &= format.AddStringMatch(IF_NOT, FileName::NAME, L"\\/?/?\\*", NAME 195 sandbox/win/src/filesystem_policy.cc rv &= short_name.AddStringMatch(IF, FileName::NAME, L"*~*", CASE_SENSITIVE); NAME 76 sandbox/win/src/handle_dispatcher.cc params[HandleTarget::NAME] = ParamPickerMake(type_info->Name.Buffer); NAME 44 sandbox/win/src/handle_policy.cc if (!duplicate_rule.AddStringMatch(IF, HandleTarget::NAME, type_name, NAME 66 sandbox/win/src/named_pipe_dispatcher.cc params[NameBased::NAME] = ParamPickerMake(pipe_name); NAME 46 sandbox/win/src/named_pipe_interception.cc params[NameBased::NAME] = ParamPickerMake(pipe_name); NAME 52 sandbox/win/src/named_pipe_policy.cc if (!pipe.AddStringMatch(IF, NameBased::NAME, name, CASE_INSENSITIVE)) { NAME 23 sandbox/win/src/policy_params.h POLPARAM(NAME) NAME 31 sandbox/win/src/policy_params.h POLPARAM(NAME) NAME 35 sandbox/win/src/policy_params.h COMPILE_ASSERT(OpenFile::NAME == static_cast<int>(FileName::NAME), NAME 42 sandbox/win/src/policy_params.h POLPARAM(NAME) NAME 47 sandbox/win/src/policy_params.h POLPARAM(NAME) NAME 53 sandbox/win/src/policy_params.h POLPARAM(NAME) NAME 59 sandbox/win/src/policy_params.h POLPARAM(NAME) NAME 228 sandbox/win/src/process_thread_dispatcher.cc params[NameBased::NAME] = ParamPickerMake(const_exe_name); NAME 94 sandbox/win/src/process_thread_policy.cc if (!process->AddStringMatch(IF, NameBased::NAME, name, CASE_INSENSITIVE)) { NAME 96 sandbox/win/src/registry_dispatcher.cc params[OpenKey::NAME] = ParamPickerMake(regname); NAME 141 sandbox/win/src/registry_dispatcher.cc params[OpenKey::NAME] = ParamPickerMake(regname); NAME 154 sandbox/win/src/registry_policy.cc if (!create.AddStringMatch(IF, OpenKey::NAME, name, CASE_INSENSITIVE) || NAME 159 sandbox/win/src/registry_policy.cc if (!open.AddStringMatch(IF, OpenKey::NAME, name, CASE_INSENSITIVE) || NAME 50 sandbox/win/src/sync_dispatcher.cc params[NameBased::NAME] = ParamPickerMake(event_name); NAME 69 sandbox/win/src/sync_dispatcher.cc params[OpenEventParams::NAME] = ParamPickerMake(event_name); NAME 24 sandbox/win/src/sync_interception.cc params[NameBased::NAME] = ParamPickerMake(name); NAME 40 sandbox/win/src/sync_interception.cc params[OpenEventParams::NAME] = ParamPickerMake(name); NAME 152 sandbox/win/src/sync_policy.cc if (!open.AddStringMatch(IF, OpenEventParams::NAME, name, CASE_INSENSITIVE)) NAME 169 sandbox/win/src/sync_policy.cc if (!create.AddStringMatch(IF, NameBased::NAME, name, CASE_INSENSITIVE)) NAME 405 third_party/libaddressinput/chromium/cpp/src/address_validator.cc } else if (matching_rule_fields.test(Rule::NAME)) { NAME 406 third_party/libaddressinput/chromium/cpp/src/address_validator.cc rule_field = Rule::NAME; NAME 353 third_party/libaddressinput/chromium/cpp/src/rule.cc case NAME: NAME 145 third_party/libaddressinput/chromium/cpp/src/ruleset.cc std::make_pair(Rule::NAME, new Trie<const Ruleset*>)); NAME 226 third_party/libaddressinput/chromium/cpp/src/ruleset.cc identity_field_it = identity_field_tries->find(Rule::NAME); NAME 1297 third_party/libwebp/enc/picture.c #define ENCODE_FUNC(NAME, IMPORTER) \ NAME 1298 third_party/libwebp/enc/picture.c size_t NAME(const uint8_t* in, int w, int h, int bps, float q, \ NAME 1311 third_party/libwebp/enc/picture.c #define LOSSLESS_ENCODE_FUNC(NAME, IMPORTER) \ NAME 1312 third_party/libwebp/enc/picture.c size_t NAME(const uint8_t* in, int w, int h, int bps, uint8_t** out) { \ NAME 536 third_party/protobuf/src/google/protobuf/compiler/parser.cc message, DescriptorPool::ErrorCollector::NAME); NAME 679 third_party/protobuf/src/google/protobuf/compiler/parser.cc location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::NAME); NAME 717 third_party/protobuf/src/google/protobuf/compiler/parser.cc group, DescriptorPool::ErrorCollector::NAME); NAME 1216 third_party/protobuf/src/google/protobuf/compiler/parser.cc enum_type, DescriptorPool::ErrorCollector::NAME); NAME 1268 third_party/protobuf/src/google/protobuf/compiler/parser.cc enum_value, DescriptorPool::ErrorCollector::NAME); NAME 1323 third_party/protobuf/src/google/protobuf/compiler/parser.cc service, DescriptorPool::ErrorCollector::NAME); NAME 1375 third_party/protobuf/src/google/protobuf/compiler/parser.cc method, DescriptorPool::ErrorCollector::NAME); NAME 1526 third_party/protobuf/src/google/protobuf/compiler/parser.cc location.RecordLegacyLocation(file, DescriptorPool::ErrorCollector::NAME); NAME 2873 third_party/protobuf/src/google/protobuf/descriptor.cc AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, NAME 2876 third_party/protobuf/src/google/protobuf/descriptor.cc AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, NAME 2883 third_party/protobuf/src/google/protobuf/descriptor.cc AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, NAME 2910 third_party/protobuf/src/google/protobuf/descriptor.cc AddError(name, proto, DescriptorPool::ErrorCollector::NAME, NAME 2921 third_party/protobuf/src/google/protobuf/descriptor.cc AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, NAME 2930 third_party/protobuf/src/google/protobuf/descriptor.cc AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, NAME 3011 third_party/protobuf/src/google/protobuf/descriptor.cc #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \ NAME 3012 third_party/protobuf/src/google/protobuf/descriptor.cc OUTPUT->NAME##_count_ = INPUT.NAME##_size(); \ NAME 3013 third_party/protobuf/src/google/protobuf/descriptor.cc AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \ NAME 3014 third_party/protobuf/src/google/protobuf/descriptor.cc for (int i = 0; i < INPUT.NAME##_size(); i++) { \ NAME 3015 third_party/protobuf/src/google/protobuf/descriptor.cc METHOD(INPUT.NAME(i), PARENT, OUTPUT->NAME##s_ + i); \ NAME 3594 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::ErrorCollector::NAME, NAME 3666 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::ErrorCollector::NAME, NAME 4112 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::ErrorCollector::NAME, NAME 4170 third_party/protobuf/src/google/protobuf/descriptor.cc DescriptorPool::ErrorCollector::NAME, NAME 2452 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc case NAME : location_name = "NAME" ; break; NAME 437 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc #define f(NAME) descriptor->FindFieldByName(NAME) NAME 82 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc #define TEST_1D(FIXTURE, NAME, CASES) \ NAME 83 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc class FIXTURE##_##NAME##_DD : public FIXTURE { \ NAME 89 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(FIXTURE##_##NAME##_DD, NAME) { \ NAME 98 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case) NAME 100 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \ NAME 101 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc class FIXTURE##_##NAME##_DD : public FIXTURE { \ NAME 108 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc TEST_F(FIXTURE##_##NAME##_DD, NAME) { \ NAME 120 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType1& CASES1##_case, \ NAME 114 third_party/protobuf/src/google/protobuf/io/tokenizer.cc #define CHARACTER_CLASS(NAME, EXPRESSION) \ NAME 77 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc #define TEST_1D(FIXTURE, NAME, CASES) \ NAME 78 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc class FIXTURE##_##NAME##_DD : public FIXTURE { \ NAME 84 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc TEST_F(FIXTURE##_##NAME##_DD, NAME) { \ NAME 93 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case) NAME 95 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \ NAME 96 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc class FIXTURE##_##NAME##_DD : public FIXTURE { \ NAME 103 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc TEST_F(FIXTURE##_##NAME##_DD, NAME) { \ NAME 115 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType1& CASES1##_case, \ NAME 142 third_party/protobuf/src/google/protobuf/stubs/once.h #define GOOGLE_PROTOBUF_DECLARE_ONCE(NAME) \ NAME 143 third_party/protobuf/src/google/protobuf/stubs/once.h ::google::protobuf::ProtobufOnceType NAME = GOOGLE_PROTOBUF_ONCE_INIT NAME 738 third_party/zlib/inflate.c state->mode = NAME; NAME 739 third_party/zlib/inflate.c case NAME: NAME 119 ui/aura/window_property.h #define DEFINE_WINDOW_PROPERTY_KEY(TYPE, NAME, DEFAULT) \ NAME 122 ui/aura/window_property.h const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL}; \ NAME 124 ui/aura/window_property.h const aura::WindowProperty<TYPE>* const NAME = & NAME ## _Value; NAME 126 ui/aura/window_property.h #define DEFINE_LOCAL_WINDOW_PROPERTY_KEY(TYPE, NAME, DEFAULT) \ NAME 129 ui/aura/window_property.h const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL}; \ NAME 130 ui/aura/window_property.h const aura::WindowProperty<TYPE>* const NAME = & NAME ## _Value; \ NAME 133 ui/aura/window_property.h #define DEFINE_OWNED_WINDOW_PROPERTY_KEY(TYPE, NAME, DEFAULT) \ NAME 135 ui/aura/window_property.h void Deallocator ## NAME (int64 p) { \ NAME 139 ui/aura/window_property.h const aura::WindowProperty<TYPE*> NAME ## _Value = \ NAME 140 ui/aura/window_property.h {DEFAULT,#NAME,&Deallocator ## NAME}; \ NAME 142 ui/aura/window_property.h const aura::WindowProperty<TYPE*>* const NAME = & NAME ## _Value;