Searched defs:OverrideIncognitoTestCase (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_pref_value_map_unittest.cc271 struct OverrideIncognitoTestCase { struct
272 OverrideIncognitoTestCase(int val_ext1_regular, function in struct:OverrideIncognitoTestCase
295 testing::TestWithParam<OverrideIncognitoTestCase> > {
299 OverrideIncognitoTestCase test = GetParam();
341 OverrideIncognitoTestCase(1, 0, 0, 0, 1, 1),
342 OverrideIncognitoTestCase(1, 2, 0, 0, 1, 2),
343 OverrideIncognitoTestCase(1, 0, 3, 0, 3, 3),
344 OverrideIncognitoTestCase(1, 0, 0, 4, 1, 4),
346 OverrideIncognitoTestCase(1, 2, 3, 0, 3, 3),
347 OverrideIncognitoTestCase(
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_pref_value_map_unittest.cc279 struct OverrideIncognitoTestCase { struct
280 OverrideIncognitoTestCase(int val_ext1_regular, function in struct:OverrideIncognitoTestCase
317 testing::TestWithParam<OverrideIncognitoTestCase> > {
321 OverrideIncognitoTestCase test = GetParam();
384 OverrideIncognitoTestCase(1, 0, 0, 0, 0, 0, 0, 0, 1, 1),
385 OverrideIncognitoTestCase(1, 2, 0, 0, 0, 0, 0, 0, 2, 1),
386 OverrideIncognitoTestCase(1, 0, 3, 0, 0, 0, 0, 0, 1, 3),
387 OverrideIncognitoTestCase(1, 0, 0, 4, 0, 0, 0, 0, 1, 4),
388 OverrideIncognitoTestCase(1, 0, 3, 4, 0, 0, 0, 0, 1, 4),
389 OverrideIncognitoTestCase(
[all...]

Completed in 28 milliseconds