Searched defs:AutomationJSONReply (Results 1 - 4 of 4) 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) {
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_json.h38 class AutomationJSONReply { class
43 AutomationJSONReply(AutomationProvider* provider,
46 ~AutomationJSONReply();
H A Dautomation_provider_json.cc22 AutomationJSONReply::AutomationJSONReply(AutomationProvider* provider, function in class:AutomationJSONReply
28 AutomationJSONReply::~AutomationJSONReply() {
32 void AutomationJSONReply::SendSuccess(const Value* value) {
43 void AutomationJSONReply::SendError(const std::string& error_message) {

Completed in 89 milliseconds