Searched refs:kType (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/ |
D | enumerate_modules_model_unittest_win.cc | 14 static const ModuleEnumerator::ModuleType kType = 30 {kType, kStatus, L"c:\\foo\\bar.dll", L"", L"Prod", L"Desc", L"1.0", 32 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"Prod", L"Desc", L"1.0", 36 {kType, kStatus, L"C:\\Foo\\Bar.dll", L"", L"", L"", L"1.0", 38 {kType, kStatus, L"c:\\foo\\", L"bar.dll", L"", L"", L"1.0", 42 {kType, kStatus, L"c:\\foo.dll", L"", L"", L"", L"1.0 asdf", 44 {kType, kStatus, L"c:\\", L"foo.dll", L"", L"", L"1.0", 48 {kType, kStatus, L"bar.dll", L"", L"", L"", L"", L"", kAction}, 49 {kType, kStatus, L"", L"bar.dll", L"", L"", L"", L"", kAction}, 52 {kType, kStatus, L"", L"", L"", L"", L"1.0", L"", kAction}, [all …]
|
/external/chromium/chrome/browser/extensions/ |
D | extension_input_api.cc | 27 const char kType[] = "type"; variable 81 EXTENSION_FUNCTION_VALIDATE(args->GetString(kType, &type_name)); in RunImpl()
|
/external/chromium/chrome/common/extensions/ |
D | extension_constants.cc | 80 const char* kType = "type"; variable
|
D | extension_constants.h | 85 extern const char* kType;
|
D | extension_unittest.cc | 559 input.SetString(keys::kType, values::kPageActionTypeTab); in TEST()
|
/external/v8/src/ |
D | liveobjectlist.cc | 130 #define DECLARE_OBJECT_TYPE_ENUM(type, name) kType##type, 141 if (heap_obj->Is##type()) return kType##type; in GetObjectType() 175 if (obj->Is##type_()) return (type == kType##type_); in IsOfType() 243 const char* type_desc = GetObjectTypeDesc(kType##type_); \ in FindTypeFor() 245 if (strstr(type_desc, key_str) != NULL) return kType##type_; \ in FindTypeFor()
|