Home | History | Annotate | Download | only in extensions

Lines Matching refs:error_msg

524   std::string error_msg;
529 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
531 ASSERT_TRUE(error_msg.empty());
548 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
550 ASSERT_TRUE(error_msg.empty());
560 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
562 ASSERT_TRUE(error_msg.empty());
571 action.reset(extension.LoadExtensionActionHelper(copy.get(), &error_msg));
577 action.reset(extension.LoadExtensionActionHelper(copy.get(), &error_msg));
580 ASSERT_TRUE(error_msg.empty());
585 action.reset(extension.LoadExtensionActionHelper(copy.get(), &error_msg));
587 error_msg = "";
602 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
604 ASSERT_TRUE(error_msg.empty());
612 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
614 ASSERT_STREQ(errors::kInvalidPageActionDefaultTitle, error_msg.c_str());
615 error_msg = "";
620 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
623 ASSERT_TRUE(error_msg.empty());
626 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
628 ASSERT_STREQ(errors::kInvalidPageActionName, error_msg.c_str());
629 error_msg = "";
646 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
648 ASSERT_TRUE(error_msg.empty());
655 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
662 error_msg.c_str());
663 error_msg = "";
667 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
669 ASSERT_TRUE(error_msg.empty());
677 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
679 ASSERT_TRUE(error_msg.empty());
688 action.reset(extension.LoadExtensionActionHelper(&input, &error_msg));
690 ASSERT_TRUE(error_msg.empty());