Searched refs:GetAllTypes (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/chrome/browser/ui/webui/ |
D | sync_setup_handler_unittest.cc | 52 syncer::ModelTypeSet GetAllTypes() { in GetAllTypes() function 318 WillRepeatedly(Return(GetAllTypes())); in SetDefaultExpectationsForConfigPage() 320 WillRepeatedly(Return(GetAllTypes())); in SetDefaultExpectationsForConfigPage() 322 WillRepeatedly(Return(GetAllTypes())); in SetDefaultExpectationsForConfigPage() 650 NULL, SYNC_ALL_DATA, GetAllTypes(), std::string(), ENCRYPT_PASSWORDS); in TEST_F() 668 NULL, SYNC_NOTHING, GetAllTypes(), std::string(), ENCRYPT_PASSWORDS); in TEST_F() 683 NULL, SYNC_ALL_DATA, GetAllTypes(), std::string(), ENCRYPT_ALL_DATA); in TEST_F() 704 NULL, SYNC_ALL_DATA, GetAllTypes(), std::string(), ENCRYPT_PASSWORDS); in TEST_F() 728 GetAllTypes(), in TEST_F() 755 GetAllTypes(), in TEST_F() [all …]
|