Home
last modified time | relevance | path

Searched refs:expected_mask (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/browsing_data/
Dbrowsing_data_test.cc89 int expected_mask) { in RunBrowsingDataRemoveFunctionAndCompareRemovalMask() argument
97 EXPECT_EQ(expected_mask, GetRemovalMask()); in RunBrowsingDataRemoveFunctionAndCompareRemovalMask()
103 int expected_mask) { in RunBrowsingDataRemoveWithKeyAndCompareRemovalMask() argument
105 std::string("{\"") + key + "\": true}", expected_mask); in RunBrowsingDataRemoveWithKeyAndCompareRemovalMask()
110 int expected_mask) { in RunBrowsingDataRemoveFunctionAndCompareOriginSetMask() argument
118 EXPECT_EQ(expected_mask, GetOriginSetMask()); in RunBrowsingDataRemoveFunctionAndCompareOriginSetMask()
122 void RunAndCompareRemovalMask(int expected_mask) { in RunAndCompareRemovalMask() argument
130 EXPECT_EQ(expected_mask, GetRemovalMask()); in RunAndCompareRemovalMask()
408 int expected_mask = BrowsingDataRemover::REMOVE_CACHE | in IN_PROC_BROWSER_TEST_F() local
436 EXPECT_EQ(expected_mask, GetRemovalMask()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/profile_resetter/
Dautomatic_profile_resetter_unittest.cc1248 uint32 expected_mask = HAS_EXPECTED_USER_PREFERENCE | in TEST_F() local
1250 EXPECT_CALL(resetter(), ReportStatistics(0x00u, expected_mask)); in TEST_F()
1264 uint32 expected_mask = HAS_EXPECTED_LOCAL_STATE_PREFERENCE | in TEST_F() local
1266 EXPECT_CALL(resetter(), ReportStatistics(0x00u, expected_mask)); in TEST_F()
1281 uint32 expected_mask = HAS_EXPECTED_USER_PREFERENCE; in TEST_F() local
1282 EXPECT_CALL(resetter(), ReportStatistics(0x00u, expected_mask)); in TEST_F()
1297 uint32 expected_mask = HAS_EXPECTED_LOCAL_STATE_PREFERENCE; in TEST_F() local
1298 EXPECT_CALL(resetter(), ReportStatistics(0x00u, expected_mask)); in TEST_F()
1315 uint32 expected_mask = HAS_EXPECTED_DEFAULT_SEARCH_PROVIDER | in TEST_F() local
1317 EXPECT_CALL(resetter(), ReportStatistics(0x00u, expected_mask)); in TEST_F()
[all …]
/external/chromium_org/content/shell/android/linker_test_apk/
Dchromium_linker_test_linker_tests.cc93 const uint8 expected_mask = MappedMemoryRegion::READ | in RunChecks() local
97 uint8 region_flags = region.permissions & expected_mask; in RunChecks()