/external/chromium/chrome/browser/ |
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/ |
extension_input_api.cc | 27 const char kType[] = "type"; 81 EXTENSION_FUNCTION_VALIDATE(args->GetString(kType, &type_name));
|
/external/chromium/chrome/common/extensions/ |
extension_constants.cc | 80 const char* kType = "type";
|
extension_constants.h | 85 extern const char* kType;
|
extension_unittest.cc | 559 input.SetString(keys::kType, values::kPageActionTypeTab); [all...] |
/frameworks/base/media/libstagefright/foundation/ |
AMessage.cpp | 131 item->mType = kType##NAME; \ 136 const Item *item = findItem(name, kType##NAME); \
|
/external/v8/src/ |
liveobjectlist.cc | 129 #define DECLARE_OBJECT_TYPE_ENUM(type, name) kType##type, 140 if (heap_obj->Is##type()) return kType##type; 174 if (obj->Is##type_()) return (type == kType##type_); 241 const char* type_desc = GetObjectTypeDesc(kType##type_); \ 243 if (strstr(type_desc, key_str) != NULL) return kType##type_; \ [all...] |