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

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

Completed in 1442 milliseconds