Lines Matching defs:expectations

31     SwitchExpectations* expectations) const {
42 SwitchExpectations* expectations) const {
50 expectations->push_back(
68 SwitchExpectations* expectations) const {
70 expectations->push_back(std::make_pair(std::string(switches::kChromeFrame),
73 expectations->push_back(std::make_pair(std::string(switches::kChrome),
79 SwitchExpectations* expectations) const {
81 expectations->push_back(std::make_pair(std::string(switches::kChromeFrame),
84 expectations->push_back(std::make_pair(std::string(switches::kChrome),
102 SwitchExpectations* expectations) const {
104 expectations->push_back(
108 expectations->push_back(std::make_pair(std::string(switches::kChrome),
111 expectations->push_back(std::make_pair(std::string(switches::kChromeFrame),
117 SwitchExpectations* expectations) const {
134 SwitchExpectations* expectations) const {
140 SwitchExpectations* expectations) const {
292 // collection of expectations.
295 const CommandExpectations& expectations,
299 CommandExpectations the_expectations(expectations);
310 // Remove this command from the set of expectations since we found it.
340 CommandExpectations expectations;
343 expectations[kCmdQuickEnableApplicationHost] =
346 expectations[kCmdQueryEULAAcceptance] = &ValidateQueryEULAAcceptanceCommand;
349 ValidateAppCommandExpectations(ctx, expectations, is_valid);
476 // Validates that |command| meets the expectations described in |expected|.
629 CommandExpectations expectations;
632 expectations[kCmdOnOsUpgrade] = &ValidateOnOsUpgradeCommand;
634 ValidateAppCommandExpectations(ctx, expectations, is_valid);