Home
last modified time | relevance | path

Searched refs:kType (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Denumerate_modules_model_unittest_win.cc14 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/
Dextension_input_api.cc27 const char kType[] = "type"; variable
81 EXTENSION_FUNCTION_VALIDATE(args->GetString(kType, &type_name)); in RunImpl()
/external/chromium/chrome/common/extensions/
Dextension_constants.cc80 const char* kType = "type"; variable
Dextension_constants.h85 extern const char* kType;
Dextension_unittest.cc559 input.SetString(keys::kType, values::kPageActionTypeTab); in TEST()
/external/v8/src/
Dliveobjectlist.cc130 #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()