HomeSort by relevance Sort by last modified time
    Searched defs:TestSendMessageFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/api/test/
test_api.h 61 class TestSendMessageFunction : public AsyncExtensionFunction {
73 virtual ~TestSendMessageFunction();
test_api.cc 79 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 39 milliseconds