HomeSort by relevance Sort by last modified time
    Searched defs:AutomationJSONReply (Results 1 - 4 of 4) 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) {
  /external/chromium_org/chrome/browser/automation/
automation_provider_json.h 39 class AutomationJSONReply {
44 AutomationJSONReply(AutomationProvider* provider,
47 ~AutomationJSONReply();
automation_provider_json.cc 25 AutomationJSONReply::AutomationJSONReply(AutomationProvider* provider,
31 AutomationJSONReply::~AutomationJSONReply() {
35 void AutomationJSONReply::SendSuccess(const Value* value) {
46 void AutomationJSONReply::SendError(const std::string& error_message) {
50 void AutomationJSONReply::SendErrorCode(ErrorCode code) {
54 void AutomationJSONReply::SendError(const Error& error) {

Completed in 68 milliseconds