Searched defs:TestSendMessageFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/test/
H A Dtest_api.h61 class TestSendMessageFunction : public AsyncExtensionFunction { class in namespace:extensions
73 virtual ~TestSendMessageFunction();
H A Dtest_api.cc79 bool TestSendMessageFunction::RunAsync() {
84 content::Source<TestSendMessageFunction>(this),
89 TestSendMessageFunction::~TestSendMessageFunction() {}
91 void TestSendMessageFunction::Reply(const std::string& message) {
96 void TestSendMessageFunction::ReplyWithError(const std::string& error) {

Completed in 510 milliseconds