Searched refs:CommandList (Results 1 – 10 of 10) sorted by relevance
58 using CommandList = std::vector<Command>; variable91 bool VerifyCommands(const CommandList& expected_commands) const;93 CommandList GetAllCommands() const;101 CommandList command_list_;
70 MockPersistentNelStore::CommandList expected_commands; in TEST_F()92 MockPersistentNelStore::CommandList expected_commands; in TEST_F()117 MockPersistentNelStore::CommandList expected_commands; in TEST_F()139 MockPersistentNelStore::CommandList expected_commands; in TEST_F()169 MockPersistentNelStore::CommandList expected_commands; in TEST_F()202 MockPersistentNelStore::CommandList expected_commands; in TEST_F()240 MockPersistentNelStore::CommandList expected_commands; in TEST_F()
125 const CommandList& expected_commands) const { in VerifyCommands()129 MockPersistentNelStore::CommandList MockPersistentNelStore::GetAllCommands() in GetAllCommands()
80 using CommandList = std::vector<Command>; variable122 bool VerifyCommands(const CommandList& expected_commands) const;129 CommandList GetAllCommands() const;138 CommandList command_list_;
303 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()343 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()383 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()410 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()438 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()496 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()529 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()563 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()592 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()638 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()[all …]
68 MockPersistentReportingStore::CommandList expected_commands; in TEST()86 MockPersistentReportingStore::CommandList expected_commands; in TEST()109 MockPersistentReportingStore::CommandList expected_commands; in TEST()131 MockPersistentReportingStore::CommandList expected_commands; in TEST()
274 const CommandList& expected_commands) const { in VerifyCommands()291 MockPersistentReportingStore::CommandList
436 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()511 MockPersistentReportingStore::CommandList expected_commands; in TEST_P()
74 typedef std::vector<CookieStoreCommand> CommandList; typedef91 const CommandList& commands() const { return commands_; } in commands()92 CommandList TakeCommands() { return std::move(commands_); } in TakeCommands()120 CommandList commands_;
1000 const MockPersistentCookieStore::CommandList& commands) { in CommandSummary()