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

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_json.h26 class AutomationJSONReply { class
31 AutomationJSONReply(AutomationProvider* provider,
34 ~AutomationJSONReply();
H A Dautomation_provider_json.cc30 AutomationJSONReply::AutomationJSONReply(AutomationProvider* provider, function in class:AutomationJSONReply
36 AutomationJSONReply::~AutomationJSONReply() {
40 void AutomationJSONReply::SendSuccess(const Value* value) {
51 void AutomationJSONReply::SendError(const std::string& error_message) {

Completed in 63 milliseconds