HomeSort by relevance Sort by last modified time
    Searched refs:ReplyWithError (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/extensions/test/
extension_test_message_listener.cc 65 void ExtensionTestMessageListener::ReplyWithError(const std::string& error) {
70 function_->ReplyWithError(error);
extension_test_message_listener.h 109 void ReplyWithError(const std::string& error);
  /external/chromium_org/extensions/browser/api/test/
test_api.h 70 void ReplyWithError(const std::string& error);
test_api.cc 96 void TestSendMessageFunction::ReplyWithError(const std::string& error) {
  /external/chromium_org/chrome/browser/extensions/
extension_webui_apitest.cc 202 listener->ReplyWithError("unknown host");

Completed in 63 milliseconds