Home
last modified time | relevance | path

Searched refs:OverrideIncognitoTestCase (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dextension_pref_value_map_unittest.cc279 struct OverrideIncognitoTestCase { struct
280 OverrideIncognitoTestCase(int val_ext1_regular, in OverrideIncognitoTestCase() argument
317 testing::TestWithParam<OverrideIncognitoTestCase> > { argument
321 OverrideIncognitoTestCase test = GetParam(); in TEST_P()
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(1, 2, 3, 0, 0, 0, 0, 0, 2, 3),
[all …]
/external/chromium/chrome/browser/extensions/
Dextension_pref_value_map_unittest.cc271 struct OverrideIncognitoTestCase { struct
272 OverrideIncognitoTestCase(int val_ext1_regular, in OverrideIncognitoTestCase() function
295 testing::TestWithParam<OverrideIncognitoTestCase> > { argument
299 OverrideIncognitoTestCase test = GetParam(); in TEST_P()
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(1, 2, 0, 4, 1, 4),
[all …]