Searched defs:kType (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Denumerate_modules_model_unittest_win.cc14 static const ModuleEnumerator::ModuleType kType = variable
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, kStatu
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_input_api.cc27 const char kType[] = "type"; member in namespace:__anon1970
81 EXTENSION_FUNCTION_VALIDATE(args->GetString(kType, &type_name));
/external/chromium/chrome/common/extensions/
H A Dextension_constants.cc80 const char* kType = "type"; member in namespace:extension_manifest_keys

Completed in 138 milliseconds