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

  /external/chromium/chrome/browser/automation/
automation_provider_json.h 26 class AutomationJSONReply {
31 AutomationJSONReply(AutomationProvider* provider,
34 ~AutomationJSONReply();
automation_provider_json.cc 30 AutomationJSONReply::AutomationJSONReply(AutomationProvider* provider,
36 AutomationJSONReply::~AutomationJSONReply() {
40 void AutomationJSONReply::SendSuccess(const Value* value) {
51 void AutomationJSONReply::SendError(const std::string& error_message) {

Completed in 34 milliseconds